diff -u -r -N squid-3.1.0.2/bootstrap.sh squid-3.1.0.3/bootstrap.sh --- squid-3.1.0.2/bootstrap.sh 2008-11-10 00:22:14.000000000 +1300 +++ squid-3.1.0.3/bootstrap.sh 2008-12-05 16:09:27.000000000 +1300 @@ -7,7 +7,7 @@ # Autotool versions preferred. To override either edit the script # to match the versions you want to use, or set the variables on # the command line like "env acver=.. amver=... ./bootstrap.sh" -acversions="${acver:-2.61 2.59 2.57 2.53 2.52}" +acversions="${acver:-2.62 2.61 2.59 2.57 2.53 2.52}" amversions="${amver:-1.10 1.9 1.7 1.6 1.5}" ltversions="${ltver:-1.5 1.4}" diff -u -r -N squid-3.1.0.2/ChangeLog squid-3.1.0.3/ChangeLog --- squid-3.1.0.2/ChangeLog 2008-11-10 00:22:14.000000000 +1300 +++ squid-3.1.0.3/ChangeLog 2008-12-05 16:09:27.000000000 +1300 @@ -1,3 +1,18 @@ +Changes to squid-3.1.0.3 (5 Dec 2008): + + - Regression Fix: StoreIOBuffer patch removed. + - Regression Fix: build issues with 3.1.0.2 bundle + - Security Bug 2526: default ALLOW when no list specified + - Bug 2525: encoding error on error pages + - Bug 2424: slow file descriptor leak + - Bug 2527: ICAP compile error on g++ 4.3.2 + - Bug 2523: bad assertion left in from debug + - Bug 2395: FTP Auth errors and others not displayed + - Update squid_kerb_auth to 1.0.5 + with better Squid integration. + - Fix cache_peer forcedomainname= option + - ... and many other minor fixes + Changes to squid-3.1.0.2 (9 Nov 2008): - Bug 2516: error page templates not properly installed diff -u -r -N squid-3.1.0.2/configure squid-3.1.0.3/configure --- squid-3.1.0.2/configure 2008-11-10 00:23:30.000000000 +1300 +++ squid-3.1.0.3/configure 2008-12-05 16:10:13.000000000 +1300 @@ -1,12 +1,12 @@ #! /bin/sh # From configure.in Revision: 1.497 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for Squid Web Proxy 3.1.0.2. +# Generated by GNU Autoconf 2.62 for Squid Web Proxy 3.1.0.3. # # Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## @@ -18,7 +18,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -40,17 +40,45 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -66,8 +94,6 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -90,7 +116,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -103,17 +129,10 @@ PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -135,7 +154,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -161,7 +180,7 @@ as_have_required=no fi - if test $as_have_required = yes && (eval ": + if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } @@ -243,7 +262,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -264,7 +283,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -344,10 +363,10 @@ if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi @@ -416,9 +435,10 @@ test \$exitcode = 0") || { echo No shell found that supports shell functions. - echo Please tell autoconf@gnu.org about your system, - echo including any error possibly output before this - echo message + echo Please tell bug-autoconf@gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. } @@ -454,7 +474,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems @@ -482,7 +502,6 @@ *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -495,19 +514,22 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -532,10 +554,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -729,8 +751,8 @@ # Identity of this package. PACKAGE_NAME='Squid Web Proxy' PACKAGE_TARNAME='squid' -PACKAGE_VERSION='3.1.0.2' -PACKAGE_STRING='Squid Web Proxy 3.1.0.2' +PACKAGE_VERSION='3.1.0.3' +PACKAGE_STRING='Squid Web Proxy 3.1.0.3' PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/' ac_unique_file="src/main.cc" @@ -771,6 +793,7 @@ # include #endif" +enable_option_checking=no ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME @@ -899,6 +922,7 @@ STORE_LIBS STORE_LINKOBJS STORE_TESTS +DISK_MODULES DISK_LIBS DISK_PROGRAMS DISK_LINKOBJS @@ -935,6 +959,7 @@ ENABLE_SSL_TRUE ENABLE_SSL_FALSE SSLLIB +EPOLL_LIBS MAKE_LEAKFINDER_TRUE MAKE_LEAKFINDER_FALSE ENABLE_IDENT_TRUE @@ -976,7 +1001,6 @@ LIB_LBER LIB_DB LIBOBJS -EPOLL_LIBS USE_POLL_TRUE USE_POLL_FALSE USE_EPOLL_TRUE @@ -1002,6 +1026,93 @@ XTRA_LIBS LTLIBOBJS' ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_maintainer_mode +enable_dependency_tracking +enable_loadable_modules +enable_shared +enable_static +enable_fast_install +with_gnu_ld +enable_libtool_lock +with_pic +with_tags +with_default_user +with_logdir +enable_gnuregex +enable_optimizations +enable_inline +enable_debug_cbdata +enable_xmalloc_statistics +enable_async_io +with_aufs_threads +with_pthreads +with_aio +with_dl +enable_storeio +enable_disk_io +enable_removal_policies +enable_icmp +enable_delay_pools +enable_esi +enable_icap_client +enable_ecap +enable_useragent_log +enable_referer_log +enable_wccp +enable_wccpv2 +enable_kill_parent_hack +enable_snmp +enable_cachemgr_hostname +enable_arp_acl +enable_htcp +enable_ssl +with_openssl +enable_forw_via_db +enable_cache_digests +with_coss_membuf_size +enable_poll +enable_select +enable_kqueue +enable_epoll +enable_http_violations +enable_ipfw_transparent +enable_ipf_transparent +enable_pf_transparent +enable_linux_netfilter +with_large_files +with_build_environment +enable_linux_tproxy +enable_leakfinder +enable_follow_x_forwarded_for +enable_ident_lookups +enable_internal_dns +enable_default_hostsfile +enable_auth +enable_basic_auth_helpers +enable_ntlm_auth_helpers +enable_negotiate_auth_helpers +enable_digest_auth_helpers +enable_ntlm_fail_open +enable_external_acl_helpers +with_valgrind_debug +enable_mempools +enable_win32_service +enable_unlinkd +enable_stacktraces +enable_cpu_profiling +enable_x_accelerator_vary +enable_ipv6 +with_ipv6_split_stack +with_localhost_ipv6 +enable_zph_qos +with_maxfd +with_filedescriptors +with_cppunit_basedir +with_po2html +enable_auto_locale +' ac_precious_vars='build_alias host_alias target_alias @@ -1025,6 +1136,8 @@ # Initialize some variables set by options. ac_init_help= ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null @@ -1123,13 +1236,21 @@ datarootdir=$ac_optarg ;; -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; @@ -1142,13 +1263,21 @@ dvidir=$ac_optarg ;; -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -1339,22 +1468,38 @@ ac_init_version=: ;; -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. @@ -1374,7 +1519,7 @@ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) { echo "$as_me: error: unrecognized option: $ac_option + -*) { $as_echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -1383,16 +1528,16 @@ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. - echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; @@ -1401,22 +1546,38 @@ if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { echo "$as_me: error: missing argument to $ac_option" >&2 + { $as_echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi -# Be sure to have absolute directory names. +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 + { (exit 1); exit 1; }; } ;; + *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac - { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done @@ -1431,7 +1592,7 @@ if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes @@ -1447,10 +1608,10 @@ ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - { echo "$as_me: error: Working directory cannot be determined" >&2 + { $as_echo "$as_me: error: Working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - { echo "$as_me: error: pwd does not report name of working directory" >&2 + { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } @@ -1458,12 +1619,12 @@ if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$0" || -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$0" : 'X\(//\)[^/]' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X"$0" | + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -1490,12 +1651,12 @@ fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. @@ -1522,7 +1683,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Squid Web Proxy 3.1.0.2 to adapt to many kinds of systems. +\`configure' configures Squid Web Proxy 3.1.0.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1544,9 +1705,9 @@ Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] + [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] + [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify @@ -1556,25 +1717,25 @@ For better control, use the options below. Fine tuning of the installation directories: - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/squid] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/squid] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -1592,11 +1753,12 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Squid Web Proxy 3.1.0.2:";; + short | recursive ) echo "Configuration of Squid Web Proxy 3.1.0.3:";; esac cat <<\_ACEOF Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-maintainer-mode enable make rules and dependencies not useful @@ -1643,11 +1805,12 @@ Programmers Guide section for details on how to build your custom store module --enable-disk-io="list of modules" - Build support for the list of disk I/O modules. The - default is only to build the "Blocking" module. See - src/DiskIO for a list of available modules, or - Programmers Guide section for - details on how to build your custom disk module + Build support for the list of disk I/O modules. If + unset only the "Blocking" module will be built. Set + without a value all available modules will be built. + See src/DiskIO for a list of available modules, or + Programmers Guide section on DiskIO for details on + how to build your custom disk module --enable-removal-policies="list of policies" Build support for the list of removal policies. The default is only to build the "lru" module. See @@ -1832,7 +1995,8 @@ --with-cppunit-basedir=PATH Path where the cppunit headers are libraries are found for unit testing. - --with-po2html=PATH absolute path to po2html executable + --with-po2html=[[PATH]] + absolute path to po2html executable Some influential environment variables: CC C compiler command @@ -1861,15 +2025,17 @@ if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -1905,7 +2071,7 @@ echo && $SHELL "$ac_srcdir/configure" --help=recursive else - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -1914,11 +2080,11 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Squid Web Proxy configure 3.1.0.2 -generated by GNU Autoconf 2.61 +Squid Web Proxy configure 3.1.0.3 +generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1928,8 +2094,8 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Squid Web Proxy $as_me 3.1.0.2, which was -generated by GNU Autoconf 2.61. Invocation command line was +It was created by Squid Web Proxy $as_me 3.1.0.3, which was +generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -1965,7 +2131,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - echo "PATH: $as_dir" + $as_echo "PATH: $as_dir" done IFS=$as_save_IFS @@ -2000,7 +2166,7 @@ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; @@ -2052,11 +2218,12 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -2086,9 +2253,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo @@ -2103,9 +2270,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi @@ -2121,8 +2288,8 @@ echo fi test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" - echo "$as_me: exit $exit_status" + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && @@ -2164,21 +2331,24 @@ # Let the site file select an alternate cache file if it wants to. -# Prefer explicitly selected file to automatically selected ones. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE if test -n "$CONFIG_SITE"; then - set x "$CONFIG_SITE" + ac_site_file1=$CONFIG_SITE elif test "x$prefix" != xNONE; then - set x "$prefix/share/config.site" "$prefix/etc/config.site" + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site else - set x "$ac_default_prefix/share/config.site" \ - "$ac_default_prefix/etc/config.site" + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site fi -shift -for ac_site_file +for ac_site_file in "$ac_site_file1" "$ac_site_file2" do + test "x$ac_site_file" = xNONE && continue if test -r "$ac_site_file"; then - { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 -echo "$as_me: loading site script $ac_site_file" >&6;} + { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi @@ -2188,16 +2358,16 @@ # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:$LINENO: loading cache $cache_file" >&5 -echo "$as_me: loading cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else - { echo "$as_me:$LINENO: creating cache $cache_file" >&5 -echo "$as_me: creating cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -2211,29 +2381,38 @@ eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 -echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 -echo "$as_me: current value: $ac_new_val" >&2;} - ac_cache_corrupted=: + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in - *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -2243,10 +2422,10 @@ fi done if $ac_cache_corrupted; then - { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 -echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -2301,8 +2480,8 @@ fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cfgaux \"$srcdir\"/cfgaux" >&5 -echo "$as_me: error: cannot find install-sh or install.sh in cfgaux \"$srcdir\"/cfgaux" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cfgaux \"$srcdir\"/cfgaux" >&5 +$as_echo "$as_me: error: cannot find install-sh or install.sh in cfgaux \"$srcdir\"/cfgaux" >&2;} { (exit 1); exit 1; }; } fi @@ -2330,11 +2509,12 @@ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. -{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -2363,17 +2543,29 @@ # program-specific install script used by HP pwplus--don't use. : else - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi fi fi done done ;; esac + done IFS=$as_save_IFS +rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -2386,8 +2578,8 @@ INSTALL=$ac_install_sh fi fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -2397,8 +2589,8 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file @@ -2421,9 +2613,9 @@ # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". - { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken + { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 -echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi @@ -2434,26 +2626,23 @@ # Ok. : else - { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! + { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 -echo "$as_me: error: newly created file is older than distributed files! +$as_echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi -{ echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" -# Double any \ or $. echo might interpret backslashes. +# Double any \ or $. # By default was `s,x,x', remove it if useless. -cat <<\_ACEOF >conftest.sed -s/[\\$]/&&/g;s/;s,x,x,$// -_ACEOF -program_transform_name=`echo $program_transform_name | sed -f conftest.sed` -rm -f conftest.sed +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` @@ -2464,8 +2653,8 @@ am_missing_run="$MISSING --run " else am_missing_run= - { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 -echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then @@ -2505,10 +2694,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. @@ -2521,7 +2710,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2532,22 +2721,23 @@ fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - { echo "$as_me:$LINENO: result: $AWK" >&5 -echo "${ECHO_T}$AWK" >&6; } + { $as_echo "$as_me:$LINENO: result: $AWK" >&5 +$as_echo "$AWK" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi test -n "$AWK" && break done -{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } -set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh @@ -2564,12 +2754,12 @@ rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } SET_MAKE= else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -2585,8 +2775,8 @@ # test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi @@ -2602,7 +2792,7 @@ # Define the identity of the package. PACKAGE='squid' - VERSION='3.1.0.2' + VERSION='3.1.0.3' cat >>confdefs.h <<_ACEOF @@ -2640,10 +2830,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. @@ -2656,7 +2846,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2667,11 +2857,11 @@ fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - { echo "$as_me:$LINENO: result: $STRIP" >&5 -echo "${ECHO_T}$STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2680,10 +2870,10 @@ ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. @@ -2696,7 +2886,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2707,11 +2897,11 @@ fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then - { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -echo "${ECHO_T}$ac_ct_STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then @@ -2719,10 +2909,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2743,8 +2933,8 @@ AMTAR=${AMTAR-"${am_missing_run}tar"} -{ echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5 -echo $ECHO_N "checking how to create a ustar tar archive... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5 +$as_echo_n "checking how to create a ustar tar archive... " >&6; } # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar plaintar pax cpio none' _am_tools=${am_cv_prog_tar_ustar-$_am_tools} @@ -2817,21 +3007,21 @@ rm -rf conftest.dir if test "${am_cv_prog_tar_ustar+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else am_cv_prog_tar_ustar=$_am_tool fi -{ echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5 -echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5 +$as_echo "$am_cv_prog_tar_ustar" >&6; } -{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 -echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval @@ -2839,8 +3029,8 @@ USE_MAINTAINER_MODE=no fi - { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 -echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } + { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then @@ -2870,10 +3060,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2886,7 +3076,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2897,11 +3087,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2910,10 +3100,10 @@ ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2926,7 +3116,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2937,11 +3127,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then @@ -2949,10 +3139,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2967,10 +3157,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2983,7 +3173,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2994,11 +3184,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3007,10 +3197,10 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -3028,7 +3218,7 @@ continue fi ac_cv_prog_CC="cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3051,11 +3241,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3066,10 +3256,10 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -3082,7 +3272,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3093,11 +3283,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3110,10 +3300,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -3126,7 +3316,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3137,11 +3327,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3153,10 +3343,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -3168,44 +3358,48 @@ fi -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 -echo "$as_me: error: no acceptable C compiler found in \$PATH +$as_echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:$LINENO: checking for C compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` +$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF @@ -3224,27 +3418,22 @@ } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.exe b.out" +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } -ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -# -# List of possible output files, starting from the most likely. -# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) -# only as a last resort. b.out is created by i960 compilers. -ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' -# -# The IRIX 6 linker writes into existing files which may not be -# executable, retaining their permissions. Remove them first so a -# subsequent execution test works. +{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + ac_rmfiles= for ac_file in $ac_files do case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done @@ -3255,10 +3444,11 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' @@ -3269,7 +3459,7 @@ do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most @@ -3296,15 +3486,15 @@ ac_file='' fi -{ echo "$as_me:$LINENO: result: $ac_file" >&5 -echo "${ECHO_T}$ac_file" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } if test -z "$ac_file"; then - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables See \`config.log' for more details." >&5 -echo "$as_me: error: C compiler cannot create executables +$as_echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi @@ -3313,8 +3503,8 @@ # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then @@ -3323,49 +3513,51 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:$LINENO: error: cannot run C compiled programs. + { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run C compiled programs. +$as_echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi fi -{ echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } -rm -f a.out a.exe conftest$ac_cv_exeext b.out +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } -{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 -echo "${ECHO_T}$cross_compiling" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } -{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -3374,31 +3566,31 @@ for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link + { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -echo "${ECHO_T}$ac_cv_exeext" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3421,40 +3613,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute suffix of object files: cannot compile +$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -echo "${ECHO_T}$ac_cv_objext" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3480,20 +3673,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -3503,15 +3697,19 @@ ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } -GCC=`test $ac_compiler_gnu = yes && echo yes` +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -3538,20 +3736,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" @@ -3576,20 +3775,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag @@ -3615,20 +3815,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3643,8 +3844,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then @@ -3660,10 +3861,10 @@ CFLAGS= fi fi -{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC @@ -3734,20 +3935,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3763,15 +3965,15 @@ # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) - { echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; xno) - { echo "$as_me:$LINENO: result: unsupported" >&5 -echo "${ECHO_T}unsupported" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" - { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac @@ -3792,8 +3994,8 @@ .PHONY: am__doit END # If we don't find an include directive, just comment out the code. -{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none @@ -3820,8 +4022,8 @@ fi -{ echo "$as_me:$LINENO: result: $_am_result" >&5 -echo "${ECHO_T}$_am_result" >&6; } +{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. @@ -3848,10 +4050,10 @@ depcc="$CC" am_compiler_list= -{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up @@ -3938,8 +4140,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type @@ -3956,16 +4158,16 @@ if test "x$CC" != xcc; then - { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 -echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 +$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } else - { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 -echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 +$as_echo_n "checking whether cc understands -c and -o together... " >&6; } fi -set dummy $CC; ac_cc=`echo $2 | +set dummy $CC; ac_cc=`$as_echo "$2" | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3991,19 +4193,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -f conftest2.$ac_objext && { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then eval ac_cv_prog_cc_${ac_cc}_c_o=yes @@ -4014,10 +4218,11 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' rm -f conftest2.* @@ -4025,19 +4230,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -f conftest2.$ac_objext && { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # cc works too. @@ -4055,11 +4262,11 @@ fi if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } cat >>confdefs.h <<\_ACEOF #define NO_MINUS_C_MINUS_O 1 @@ -4100,10 +4307,10 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. @@ -4116,7 +4323,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4127,11 +4334,11 @@ fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then - { echo "$as_me:$LINENO: result: $CXX" >&5 -echo "${ECHO_T}$CXX" >&6; } + { $as_echo "$as_me:$LINENO: result: $CXX" >&5 +$as_echo "$CXX" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -4144,10 +4351,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. @@ -4160,7 +4367,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CXX="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -4171,11 +4378,11 @@ fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then - { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 -echo "${ECHO_T}$ac_ct_CXX" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 +$as_echo "$ac_ct_CXX" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -4187,10 +4394,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -4202,43 +4409,47 @@ fi fi # Provide some information about the compiler. -echo "$as_me:$LINENO: checking for C++ compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` +$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } -{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4264,20 +4475,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -4287,15 +4499,19 @@ ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi -{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } -GXX=`test $ac_compiler_gnu = yes && echo yes` +{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GXX=yes +else + GXX= +fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS -{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 -echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 +$as_echo_n "checking whether $CXX accepts -g... " >&6; } if test "${ac_cv_prog_cxx_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes @@ -4322,20 +4538,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CXXFLAGS="" @@ -4360,20 +4577,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cxx_werror_flag=$ac_save_cxx_werror_flag @@ -4399,20 +4617,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -4427,8 +4646,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 +$as_echo "$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then @@ -4452,10 +4671,10 @@ depcc="$CXX" am_compiler_list= -{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up @@ -4542,8 +4761,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 -echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type @@ -4561,34 +4780,34 @@ # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 -echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 +$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} { (exit 1); exit 1; }; } -{ echo "$as_me:$LINENO: checking build system type" >&5 -echo $ECHO_N "checking build system type... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } if test "${ac_cv_build+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && - { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 -echo "$as_me: error: cannot guess build type; you must specify one" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 -echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} { (exit 1); exit 1; }; } fi -{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 -echo "${ECHO_T}$ac_cv_build" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; -*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 -echo "$as_me: error: invalid value of canonical build" >&2;} +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 +$as_echo "$as_me: error: invalid value of canonical build" >&2;} { (exit 1); exit 1; }; };; esac build=$ac_cv_build @@ -4605,27 +4824,27 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac -{ echo "$as_me:$LINENO: checking host system type" >&5 -echo $ECHO_N "checking host system type... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } if test "${ac_cv_host+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || - { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 -echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -echo "${ECHO_T}$ac_cv_host" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; -*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 -echo "$as_me: error: invalid value of canonical host" >&2;} +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 +$as_echo "$as_me: error: invalid value of canonical host" >&2;} { (exit 1); exit 1; }; };; esac host=$ac_cv_host @@ -4648,27 +4867,31 @@ CFLAGS="-DDEFAULT_SQUID_CONFIG_DIR=\\\"$sysconfdir\\\" $CFLAGS" CXXFLAGS="-DDEFAULT_SQUID_CONFIG_DIR=\\\"$sysconfdir\\\" $CXXFLAGS" +new_configure_args="$ac_configure_args --with-squid=$ac_abs_confdir" +ac_configure_args="$new_configure_args" + + use_loadable_modules=1 -{ echo "$as_me:$LINENO: checking whether to use loadable modules" >&5 -echo $ECHO_N "checking whether to use loadable modules... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to use loadable modules" >&5 +$as_echo_n "checking whether to use loadable modules... " >&6; } # Check whether --enable-loadable-modules was given. if test "${enable_loadable_modules+set}" = set; then enableval=$enable_loadable_modules; case "${enableval}" in yes) use_loadable_modules=yes ;; no) use_loadable_modules=no ;; - *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --disable-loadable-modules" >&5 -echo "$as_me: error: bad value ${enableval} for --disable-loadable-modules" >&2;} + *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --disable-loadable-modules" >&5 +$as_echo "$as_me: error: bad value ${enableval} for --disable-loadable-modules" >&2;} { (exit 1); exit 1; }; } ;; esac - { echo "$as_me:$LINENO: result: $use_loadable_modules, explicitly" >&5 -echo "${ECHO_T}$use_loadable_modules, explicitly" >&6; } + { $as_echo "$as_me:$LINENO: result: $use_loadable_modules, explicitly" >&5 +$as_echo "$use_loadable_modules, explicitly" >&6; } else use_loadable_modules=yes; - { echo "$as_me:$LINENO: result: $use_loadable_modules, implicitly" >&5 -echo "${ECHO_T}$use_loadable_modules, implicitly" >&6; } + { $as_echo "$as_me:$LINENO: result: $use_loadable_modules, implicitly" >&5 +$as_echo "$use_loadable_modules, implicitly" >&6; } fi @@ -4749,8 +4972,8 @@ if test $use_loadable_modules = yes; then case $enable_ltdl_convenience in - no) { { echo "$as_me:$LINENO: error: this package needs a convenience libltdl" >&5 -echo "$as_me: error: this package needs a convenience libltdl" >&2;} + no) { { $as_echo "$as_me:$LINENO: error: this package needs a convenience libltdl" >&5 +$as_echo "$as_me: error: this package needs a convenience libltdl" >&2;} { (exit 1); exit 1; }; } ;; "") enable_ltdl_convenience=yes ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; @@ -4809,10 +5032,10 @@ fi -{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 -echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } if test "${lt_cv_path_SED+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. @@ -4865,45 +5088,40 @@ SED=$lt_cv_path_SED -{ echo "$as_me:$LINENO: result: $SED" >&5 -echo "${ECHO_T}$SED" >&6; } +{ $as_echo "$as_me:$LINENO: result: $SED" >&5 +$as_echo "$SED" >&6; } -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } -if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Extract the first word of "grep ggrep" to use in msg output -if test -z "$GREP"; then -set dummy grep ggrep; ac_prog_name=$2 +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + if test -z "$GREP"; then ac_path_GREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue - # Check for GNU ac_path_GREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'GREP' >> "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -4918,74 +5136,60 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_GREP_found && break 3 + $ac_path_GREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -GREP="$ac_cv_path_GREP" -if test -z "$GREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_GREP=$GREP fi - fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" -{ echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else - # Extract the first word of "egrep" to use in msg output -if test -z "$EGREP"; then -set dummy egrep; ac_prog_name=$2 -if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else + if test -z "$EGREP"; then ac_path_EGREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue - # Check for GNU ac_path_EGREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'EGREP' >> "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -5000,33 +5204,24 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_EGREP_found && break 3 + $ac_path_EGREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -EGREP="$ac_cv_path_EGREP" -if test -z "$EGREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_EGREP=$EGREP fi - fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" @@ -5041,8 +5236,8 @@ ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. - { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 -echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -5071,14 +5266,14 @@ ;; esac elif test "$with_gnu_ld" = yes; then - { echo "$as_me:$LINENO: checking for GNU ld" >&5 -echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } else - { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${lt_cv_path_LD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR @@ -5108,19 +5303,19 @@ LD="$lt_cv_path_LD" if test -n "$LD"; then - { echo "$as_me:$LINENO: result: $LD" >&5 -echo "${ECHO_T}$LD" >&6; } + { $as_echo "$as_me:$LINENO: result: $LD" >&5 +$as_echo "$LD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi -test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 -echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} +test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } -{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 -echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 -echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld -{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 -echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 +$as_echo_n "checking for $LD option to reload object files... " >&6; } if test "${lt_cv_ld_reload_flag+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi -{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 -echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 +$as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; @@ -5162,10 +5357,10 @@ ;; esac -{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 -echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 +$as_echo_n "checking for BSD-compatible nm... " >&6; } if test "${lt_cv_path_NM+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. @@ -5211,25 +5406,25 @@ test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi fi -{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 -echo "${ECHO_T}$lt_cv_path_NM" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 +$as_echo "$lt_cv_path_NM" >&6; } NM="$lt_cv_path_NM" -{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 -echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 -echo "${ECHO_T}no, using $LN_S" >&6; } + { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } fi -{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 -echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 +$as_echo_n "checking how to recognize dependent libraries... " >&6; } if test "${lt_cv_deplibs_check_method+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= @@ -5412,8 +5607,8 @@ esac fi -{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 -echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 +$as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown @@ -5447,7 +5642,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) @@ -5462,11 +5657,11 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 5465 "configure"' > conftest.$ac_ext + echo '#line 5660 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in @@ -5504,7 +5699,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.o` in *32-bit*) @@ -5554,10 +5749,10 @@ # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" - { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 -echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 +$as_echo_n "checking whether the C compiler needs -belf... " >&6; } if test "${lt_cv_cc_needs_belf+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -5586,26 +5781,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_cv_cc_needs_belf=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_cc_needs_belf=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext ac_ext=c @@ -5615,8 +5814,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu fi -{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 -echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 +$as_echo "$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" @@ -5628,7 +5827,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.o` in *64-bit*) @@ -5657,15 +5856,15 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -5697,20 +5896,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -5734,13 +5934,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -5748,7 +5949,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -5773,8 +5974,8 @@ else ac_cv_prog_CPP=$CPP fi -{ echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 +$as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -5802,20 +6003,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -5839,13 +6041,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -5853,7 +6056,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -5869,9 +6072,9 @@ if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check + { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -5883,10 +6086,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -5913,20 +6116,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no @@ -6018,37 +6222,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -6070,11 +6277,11 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6092,20 +6299,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -6113,12 +6321,14 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -6129,20 +6339,21 @@ for ac_header in dlfcn.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6158,32 +6369,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6197,51 +6409,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------- ## ## Report this to http://www.squid-cache.org/bugs/ ## @@ -6250,21 +6463,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -6281,11 +6496,11 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 -echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 +$as_echo_n "checking how to run the C++ preprocessor... " >&6; } if test -z "$CXXCPP"; then if test "${ac_cv_prog_CXXCPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # Double quotes because CXXCPP needs to be expanded for CXXCPP in "$CXX -E" "/lib/cpp" @@ -6317,20 +6532,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -6354,13 +6570,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err @@ -6368,7 +6585,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -6393,8 +6610,8 @@ else ac_cv_prog_CXXCPP=$CXXCPP fi -{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 -echo "${ECHO_T}$CXXCPP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 +$as_echo "$CXXCPP" >&6; } ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do @@ -6422,20 +6639,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -6459,13 +6677,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err @@ -6473,7 +6692,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -6489,9 +6708,9 @@ if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check + { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details." >&5 -echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check +$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -6514,10 +6733,10 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$F77"; then ac_cv_prog_F77="$F77" # Let the user override the test. @@ -6530,7 +6749,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_F77="$ac_tool_prefix$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6541,11 +6760,11 @@ fi F77=$ac_cv_prog_F77 if test -n "$F77"; then - { echo "$as_me:$LINENO: result: $F77" >&5 -echo "${ECHO_T}$F77" >&6; } + { $as_echo "$as_me:$LINENO: result: $F77" >&5 +$as_echo "$F77" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -6558,10 +6777,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_F77"; then ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. @@ -6574,7 +6793,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_F77="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6585,11 +6804,11 @@ fi ac_ct_F77=$ac_cv_prog_ac_ct_F77 if test -n "$ac_ct_F77"; then - { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 -echo "${ECHO_T}$ac_ct_F77" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 +$as_echo "$ac_ct_F77" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -6601,10 +6820,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -6615,37 +6834,41 @@ # Provide some information about the compiler. -echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` +$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } rm -f a.out @@ -6653,10 +6876,10 @@ # input file. (Note that this only needs to work for GNU compilers.) ac_save_ext=$ac_ext ac_ext=F -{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 +$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } if test "${ac_cv_f77_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF program main @@ -6672,20 +6895,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -6695,16 +6919,16 @@ ac_cv_f77_compiler_gnu=$ac_compiler_gnu fi -{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 +$as_echo "$ac_cv_f77_compiler_gnu" >&6; } ac_ext=$ac_save_ext ac_test_FFLAGS=${FFLAGS+set} ac_save_FFLAGS=$FFLAGS FFLAGS= -{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 -echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 +$as_echo_n "checking whether $F77 accepts -g... " >&6; } if test "${ac_cv_prog_f77_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else FFLAGS=-g cat >conftest.$ac_ext <<_ACEOF @@ -6718,20 +6942,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_f77_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_prog_f77_g=no @@ -6740,8 +6965,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 -echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 +$as_echo "$ac_cv_prog_f77_g" >&6; } if test "$ac_test_FFLAGS" = set; then FFLAGS=$ac_save_FFLAGS elif test $ac_cv_prog_f77_g = yes; then @@ -6758,7 +6983,11 @@ fi fi -G77=`test $ac_compiler_gnu = yes && echo yes` +if test $ac_compiler_gnu = yes; then + G77=yes +else + G77= +fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -6769,10 +6998,10 @@ # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! # find the maximum length of command line arguments -{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 -echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 +$as_echo_n "checking the maximum length of command line arguments... " >&6; } if test "${lt_cv_sys_max_cmd_len+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else i=0 teststring="ABCD" @@ -6881,11 +7110,11 @@ fi if test -n $lt_cv_sys_max_cmd_len ; then - { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 -echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } + { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 +$as_echo "$lt_cv_sys_max_cmd_len" >&6; } else - { echo "$as_me:$LINENO: result: none" >&5 -echo "${ECHO_T}none" >&6; } + { $as_echo "$as_me:$LINENO: result: none" >&5 +$as_echo "none" >&6; } fi @@ -6893,10 +7122,10 @@ # Check for command to grab the raw symbol name followed by C symbol from nm. -{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 -echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 +$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. @@ -7001,14 +7230,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Now try to grab the symbols. nlist=conftest.nm if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then @@ -7063,7 +7292,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext}; then pipe_works=yes fi @@ -7098,17 +7327,17 @@ lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then - { echo "$as_me:$LINENO: result: failed" >&5 -echo "${ECHO_T}failed" >&6; } + { $as_echo "$as_me:$LINENO: result: failed" >&5 +$as_echo "failed" >&6; } else - { echo "$as_me:$LINENO: result: ok" >&5 -echo "${ECHO_T}ok" >&6; } + { $as_echo "$as_me:$LINENO: result: ok" >&5 +$as_echo "ok" >&6; } fi -{ echo "$as_me:$LINENO: checking for objdir" >&5 -echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for objdir" >&5 +$as_echo_n "checking for objdir... " >&6; } if test "${lt_cv_objdir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null @@ -7120,8 +7349,8 @@ fi rmdir .libs 2>/dev/null fi -{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 -echo "${ECHO_T}$lt_cv_objdir" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 +$as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir @@ -7172,10 +7401,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. @@ -7188,7 +7417,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="${ac_tool_prefix}ar" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7199,11 +7428,11 @@ fi AR=$ac_cv_prog_AR if test -n "$AR"; then - { echo "$as_me:$LINENO: result: $AR" >&5 -echo "${ECHO_T}$AR" >&6; } + { $as_echo "$as_me:$LINENO: result: $AR" >&5 +$as_echo "$AR" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -7212,10 +7441,10 @@ ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_AR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. @@ -7228,7 +7457,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="ar" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7239,11 +7468,11 @@ fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then - { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 -echo "${ECHO_T}$ac_ct_AR" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 +$as_echo "$ac_ct_AR" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_AR" = x; then @@ -7251,10 +7480,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -7268,10 +7497,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -7284,7 +7513,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7295,11 +7524,11 @@ fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - { echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -7308,10 +7537,10 @@ ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -7324,7 +7553,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7335,11 +7564,11 @@ fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -echo "${ECHO_T}$ac_ct_RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then @@ -7347,10 +7576,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -7364,10 +7593,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. @@ -7380,7 +7609,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7391,11 +7620,11 @@ fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - { echo "$as_me:$LINENO: result: $STRIP" >&5 -echo "${ECHO_T}$STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -7404,10 +7633,10 @@ ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. @@ -7420,7 +7649,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7431,11 +7660,11 @@ fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then - { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -echo "${ECHO_T}$ac_ct_STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then @@ -7443,10 +7672,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -7511,10 +7740,10 @@ case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then - { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 -echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 +$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) @@ -7564,19 +7793,19 @@ MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then - { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 -echo "${ECHO_T}$MAGIC_CMD" >&6; } + { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then - { echo "$as_me:$LINENO: checking for file" >&5 -echo $ECHO_N "checking for file... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for file" >&5 +$as_echo_n "checking for file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) @@ -7626,11 +7855,11 @@ MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then - { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 -echo "${ECHO_T}$MAGIC_CMD" >&6; } + { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi else @@ -7648,10 +7877,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_DSYMUTIL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. @@ -7664,7 +7893,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7675,11 +7904,11 @@ fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then - { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 -echo "${ECHO_T}$DSYMUTIL" >&6; } + { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 +$as_echo "$DSYMUTIL" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -7688,10 +7917,10 @@ ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. @@ -7704,7 +7933,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7715,11 +7944,11 @@ fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then - { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 -echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 +$as_echo "$ac_ct_DSYMUTIL" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then @@ -7727,10 +7956,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -7744,10 +7973,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_NMEDIT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. @@ -7760,7 +7989,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7771,11 +8000,11 @@ fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then - { echo "$as_me:$LINENO: result: $NMEDIT" >&5 -echo "${ECHO_T}$NMEDIT" >&6; } + { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5 +$as_echo "$NMEDIT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -7784,10 +8013,10 @@ ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. @@ -7800,7 +8029,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_NMEDIT="nmedit" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7811,11 +8040,11 @@ fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then - { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 -echo "${ECHO_T}$ac_ct_NMEDIT" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 +$as_echo "$ac_ct_NMEDIT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then @@ -7823,10 +8052,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -7838,10 +8067,10 @@ fi - { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 -echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 +$as_echo_n "checking for -single_module linker flag... " >&6; } if test "${lt_cv_apple_cc_single_mod+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then @@ -7859,12 +8088,12 @@ rm conftest.c fi fi -{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 -echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; } - { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5 -echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 +$as_echo "$lt_cv_apple_cc_single_mod" >&6; } + { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5 +$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if test "${lt_cv_ld_exported_symbols_list+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS @@ -7891,33 +8120,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_cv_ld_exported_symbols_list=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_ld_exported_symbols_list=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi -{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 -echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 +$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } case $host_os in rhapsody* | darwin1.[0123]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; @@ -8029,10 +8262,10 @@ lt_prog_compiler_no_builtin_flag=' -fno-builtin' -{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 -echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext @@ -8047,11 +8280,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8050: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8283: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8054: \$? = $ac_status" >&5 + echo "$as_me:8287: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8064,8 +8297,8 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" @@ -8079,8 +8312,8 @@ lt_prog_compiler_pic= lt_prog_compiler_static= -{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' @@ -8311,18 +8544,18 @@ esac fi -{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 -echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 +$as_echo "$lt_prog_compiler_pic" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then -{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 -echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if test "${lt_cv_prog_compiler_pic_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext @@ -8337,11 +8570,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8340: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8573: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8344: \$? = $ac_status" >&5 + echo "$as_me:8577: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8354,8 +8587,8 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test x"$lt_cv_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in @@ -8382,10 +8615,10 @@ # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" -{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test "${lt_cv_prog_compiler_static_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" @@ -8410,8 +8643,8 @@ LDFLAGS="$save_LDFLAGS" fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 +$as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test x"$lt_cv_prog_compiler_static_works" = xyes; then : @@ -8420,10 +8653,10 @@ fi -{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $rm -r conftest 2>/dev/null @@ -8441,11 +8674,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8444: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8677: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8448: \$? = $ac_status" >&5 + echo "$as_me:8681: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -8467,34 +8700,34 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user - { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no - { echo "$as_me:$LINENO: result: $hard_links" >&5 -echo "${ECHO_T}$hard_links" >&6; } + { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } if test "$hard_links" = no; then - { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi -{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= @@ -8924,18 +9157,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -8950,12 +9186,13 @@ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -8990,18 +9227,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -9016,12 +9256,13 @@ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -9473,8 +9714,8 @@ esac fi -{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5 -echo "${ECHO_T}$ld_shlibs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5 +$as_echo "$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no # @@ -9494,15 +9735,15 @@ # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest @@ -9520,7 +9761,7 @@ if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc=no @@ -9532,16 +9773,16 @@ cat conftest.err 1>&5 fi $rm conftest* - { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 -echo "${ECHO_T}$archive_cmds_need_lc" >&6; } + { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 +$as_echo "$archive_cmds_need_lc" >&6; } ;; esac fi ;; esac -{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= @@ -10142,19 +10383,19 @@ dynamic_linker=no ;; esac -{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -echo "${ECHO_T}$dynamic_linker" >&6; } +{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" fi sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" fi @@ -10166,8 +10407,8 @@ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi -{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || \ test -n "$runpath_var" || \ @@ -10191,8 +10432,8 @@ # directories. hardcode_action=unsupported fi -{ echo "$as_me:$LINENO: result: $hardcode_action" >&5 -echo "${ECHO_T}$hardcode_action" >&6; } +{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5 +$as_echo "$hardcode_action" >&6; } if test "$hardcode_action" = relink; then # Fast installation is not supported @@ -10205,13 +10446,13 @@ striplib= old_striplib= -{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 -echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +$as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in @@ -10219,16 +10460,16 @@ if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi ;; *) - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } ;; esac fi @@ -10260,10 +10501,10 @@ darwin*) # if libdl is installed we need to link against it - { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -10295,32 +10536,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 -echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else @@ -10334,10 +10579,10 @@ ;; *) - { echo "$as_me:$LINENO: checking for shl_load" >&5 -echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for shl_load" >&5 +$as_echo_n "checking for shl_load... " >&6; } if test "${ac_cv_func_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -10390,38 +10635,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_shl_load=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shl_load=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 -echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +$as_echo "$ac_cv_func_shl_load" >&6; } if test $ac_cv_func_shl_load = yes; then lt_cv_dlopen="shl_load" else - { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 -echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +$as_echo_n "checking for shl_load in -ldld... " >&6; } if test "${ac_cv_lib_dld_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" @@ -10453,39 +10702,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dld_shl_load=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_shl_load=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 -echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +$as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test $ac_cv_lib_dld_shl_load = yes; then lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" else - { echo "$as_me:$LINENO: checking for dlopen" >&5 -echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dlopen" >&5 +$as_echo_n "checking for dlopen... " >&6; } if test "${ac_cv_func_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -10538,38 +10791,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 -echo "${ECHO_T}$ac_cv_func_dlopen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +$as_echo "$ac_cv_func_dlopen" >&6; } if test $ac_cv_func_dlopen = yes; then lt_cv_dlopen="dlopen" else - { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -10601,39 +10858,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 -echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else - { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 -echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +$as_echo_n "checking for dlopen in -lsvld... " >&6; } if test "${ac_cv_lib_svld_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" @@ -10665,39 +10926,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_svld_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_svld_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 -echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +$as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test $ac_cv_lib_svld_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else - { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 -echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +$as_echo_n "checking for dld_link in -ldld... " >&6; } if test "${ac_cv_lib_dld_dld_link+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" @@ -10729,32 +10994,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dld_dld_link=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_dld_link=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 -echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +$as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test $ac_cv_lib_dld_dld_link = yes; then lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" fi @@ -10794,10 +11063,10 @@ save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" - { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 -echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 +$as_echo_n "checking whether a program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross @@ -10805,7 +11074,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? @@ -10889,15 +11158,15 @@ fi -{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 -echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +$as_echo "$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" - { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 -echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 +$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self_static+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross @@ -10905,7 +11174,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? @@ -10989,8 +11258,8 @@ fi -{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 -echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +$as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" @@ -11012,13 +11281,13 @@ # Report which library types will actually be built -{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 -echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } -{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 -echo "${ECHO_T}$can_build_shared" >&6; } +{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +$as_echo_n "checking if libtool supports shared libraries... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5 +$as_echo "$can_build_shared" >&6; } -{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 -echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +$as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and @@ -11038,15 +11307,15 @@ fi ;; esac -{ echo "$as_me:$LINENO: result: $enable_shared" >&5 -echo "${ECHO_T}$enable_shared" >&6; } +{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 +$as_echo "$enable_shared" >&6; } -{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 -echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +$as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes -{ echo "$as_me:$LINENO: result: $enable_static" >&5 -echo "${ECHO_T}$enable_static" >&6; } +{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5 +$as_echo "$enable_static" >&6; } # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh @@ -11139,8 +11408,8 @@ cfgfile="${ofile}T" trap "$rm \"$cfgfile\"; exit 1" 1 2 15 $rm -f "$cfgfile" - { echo "$as_me:$LINENO: creating $ofile" >&5 -echo "$as_me: creating $ofile" >&6;} + { $as_echo "$as_me:$LINENO: creating $ofile" >&5 +$as_echo "$as_me: creating $ofile" >&6;} cat <<__EOF__ >> "$cfgfile" #! $SHELL @@ -11552,18 +11821,18 @@ if test -f "$ltmain" && test -n "$tagnames"; then if test ! -f "${ofile}"; then - { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 -echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 +$as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} fi if test -z "$LTCC"; then eval "`$SHELL ${ofile} --config | grep '^LTCC='`" if test -z "$LTCC"; then - { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 -echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 +$as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} else - { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 -echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 +$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} fi fi if test -z "$LTCFLAGS"; then @@ -11580,16 +11849,16 @@ # Check whether tagname contains only valid characters case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in "") ;; - *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 -echo "$as_me: error: invalid tag name: $tagname" >&2;} + *) { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 +$as_echo "$as_me: error: invalid tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ;; esac if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null then - { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 -echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} + { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 +$as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} { (exit 1); exit 1; }; } fi @@ -11732,8 +12001,8 @@ ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. - { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 -echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -11762,14 +12031,14 @@ ;; esac elif test "$with_gnu_ld" = yes; then - { echo "$as_me:$LINENO: checking for GNU ld" >&5 -echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } else - { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${lt_cv_path_LD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR @@ -11799,19 +12068,19 @@ LD="$lt_cv_path_LD" if test -n "$LD"; then - { echo "$as_me:$LINENO: result: $LD" >&5 -echo "${ECHO_T}$LD" >&6; } + { $as_echo "$as_me:$LINENO: result: $LD" >&5 +$as_echo "$LD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi -test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 -echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} +test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } -{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 -echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 -echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld @@ -11874,8 +12143,8 @@ fi # PORTME: fill in a description of your system's C++ link characteristics -{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } ld_shlibs_CXX=yes case $host_os in aix3*) @@ -11992,18 +12261,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -12018,12 +12290,13 @@ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -12059,18 +12332,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -12085,12 +12361,13 @@ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -12820,8 +13097,8 @@ ld_shlibs_CXX=no ;; esac -{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 -echo "${ECHO_T}$ld_shlibs_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +$as_echo "$ld_shlibs_CXX" >&6; } test "$ld_shlibs_CXX" = no && can_build_shared=no GCC_CXX="$GXX" @@ -12840,7 +13117,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Parse the compiler output and extract the necessary # objects, libraries and library flags. @@ -12996,8 +13273,8 @@ lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX= -{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then @@ -13280,18 +13557,18 @@ esac fi -{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 -echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 +$as_echo "$lt_prog_compiler_pic_CXX" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_CXX"; then -{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 -echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works_CXX=no ac_outfile=conftest.$ac_objext @@ -13306,11 +13583,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13309: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13586: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13313: \$? = $ac_status" >&5 + echo "$as_me:13590: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -13323,8 +13600,8 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then case $lt_prog_compiler_pic_CXX in @@ -13351,10 +13628,10 @@ # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" -{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works_CXX=no save_LDFLAGS="$LDFLAGS" @@ -13379,8 +13656,8 @@ LDFLAGS="$save_LDFLAGS" fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then : @@ -13389,10 +13666,10 @@ fi -{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o_CXX=no $rm -r conftest 2>/dev/null @@ -13410,11 +13687,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13413: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13690: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13417: \$? = $ac_status" >&5 + echo "$as_me:13694: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -13436,34 +13713,34 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user - { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no - { echo "$as_me:$LINENO: result: $hard_links" >&5 -echo "${ECHO_T}$hard_links" >&6; } + { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } if test "$hard_links" = no; then - { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi -{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in @@ -13488,8 +13765,8 @@ esac exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' -{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 -echo "${ECHO_T}$ld_shlibs_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +$as_echo "$ld_shlibs_CXX" >&6; } test "$ld_shlibs_CXX" = no && can_build_shared=no # @@ -13509,15 +13786,15 @@ # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest @@ -13535,7 +13812,7 @@ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_CXX=no @@ -13547,16 +13824,16 @@ cat conftest.err 1>&5 fi $rm conftest* - { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 -echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; } + { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 +$as_echo "$archive_cmds_need_lc_CXX" >&6; } ;; esac fi ;; esac -{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= @@ -14105,19 +14382,19 @@ dynamic_linker=no ;; esac -{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -echo "${ECHO_T}$dynamic_linker" >&6; } +{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" fi sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" fi @@ -14129,8 +14406,8 @@ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi -{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action_CXX= if test -n "$hardcode_libdir_flag_spec_CXX" || \ test -n "$runpath_var_CXX" || \ @@ -14154,8 +14431,8 @@ # directories. hardcode_action_CXX=unsupported fi -{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 -echo "${ECHO_T}$hardcode_action_CXX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 +$as_echo "$hardcode_action_CXX" >&6; } if test "$hardcode_action_CXX" = relink; then # Fast installation is not supported @@ -14693,13 +14970,13 @@ cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` -{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 -echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } -{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 -echo "${ECHO_T}$can_build_shared" >&6; } +{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +$as_echo_n "checking if libtool supports shared libraries... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5 +$as_echo "$can_build_shared" >&6; } -{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 -echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +$as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and @@ -14718,15 +14995,15 @@ fi ;; esac -{ echo "$as_me:$LINENO: result: $enable_shared" >&5 -echo "${ECHO_T}$enable_shared" >&6; } +{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 +$as_echo "$enable_shared" >&6; } -{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 -echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +$as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes -{ echo "$as_me:$LINENO: result: $enable_static" >&5 -echo "${ECHO_T}$enable_static" >&6; } +{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5 +$as_echo "$enable_static" >&6; } GCC_F77="$G77" LD_F77="$LD" @@ -14735,8 +15012,8 @@ lt_prog_compiler_pic_F77= lt_prog_compiler_static_F77= -{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl_F77='-Wl,' @@ -14967,18 +15244,18 @@ esac fi -{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 -echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 +$as_echo "$lt_prog_compiler_pic_F77" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_F77"; then -{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 -echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; } if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works_F77=no ac_outfile=conftest.$ac_objext @@ -14993,11 +15270,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14996: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15273: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15000: \$? = $ac_status" >&5 + echo "$as_me:15277: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -15010,8 +15287,8 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; } if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then case $lt_prog_compiler_pic_F77 in @@ -15038,10 +15315,10 @@ # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" -{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works_F77=no save_LDFLAGS="$LDFLAGS" @@ -15066,8 +15343,8 @@ LDFLAGS="$save_LDFLAGS" fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5 +$as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; } if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then : @@ -15076,10 +15353,10 @@ fi -{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o_F77=no $rm -r conftest 2>/dev/null @@ -15097,11 +15374,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15100: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15377: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:15104: \$? = $ac_status" >&5 + echo "$as_me:15381: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -15123,34 +15400,34 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 +$as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user - { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no - { echo "$as_me:$LINENO: result: $hard_links" >&5 -echo "${ECHO_T}$hard_links" >&6; } + { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } if test "$hard_links" = no; then - { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi -{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag_F77= @@ -15570,18 +15847,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -15596,12 +15876,13 @@ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -15626,18 +15907,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -15652,12 +15936,13 @@ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -16109,8 +16394,8 @@ esac fi -{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 -echo "${ECHO_T}$ld_shlibs_F77" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 +$as_echo "$ld_shlibs_F77" >&6; } test "$ld_shlibs_F77" = no && can_build_shared=no # @@ -16130,15 +16415,15 @@ # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest @@ -16156,7 +16441,7 @@ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_F77=no @@ -16168,16 +16453,16 @@ cat conftest.err 1>&5 fi $rm conftest* - { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 -echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; } + { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 +$as_echo "$archive_cmds_need_lc_F77" >&6; } ;; esac fi ;; esac -{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= @@ -16726,19 +17011,19 @@ dynamic_linker=no ;; esac -{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -echo "${ECHO_T}$dynamic_linker" >&6; } +{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" fi sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" fi @@ -16750,8 +17035,8 @@ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi -{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action_F77= if test -n "$hardcode_libdir_flag_spec_F77" || \ test -n "$runpath_var_F77" || \ @@ -16775,8 +17060,8 @@ # directories. hardcode_action_F77=unsupported fi -{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 -echo "${ECHO_T}$hardcode_action_F77" >&6; } +{ $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 +$as_echo "$hardcode_action_F77" >&6; } if test "$hardcode_action_F77" = relink; then # Fast installation is not supported @@ -17286,10 +17571,10 @@ lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' -{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 -echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext @@ -17304,11 +17589,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17307: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17592: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17311: \$? = $ac_status" >&5 + echo "$as_me:17596: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -17321,8 +17606,8 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" @@ -17336,8 +17621,8 @@ lt_prog_compiler_pic_GCJ= lt_prog_compiler_static_GCJ= -{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl_GCJ='-Wl,' @@ -17568,18 +17853,18 @@ esac fi -{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 -echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 +$as_echo "$lt_prog_compiler_pic_GCJ" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_GCJ"; then -{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 -echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; } if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works_GCJ=no ac_outfile=conftest.$ac_objext @@ -17594,11 +17879,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17597: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17882: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17601: \$? = $ac_status" >&5 + echo "$as_me:17886: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -17611,8 +17896,8 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; } if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then case $lt_prog_compiler_pic_GCJ in @@ -17639,10 +17924,10 @@ # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" -{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works_GCJ=no save_LDFLAGS="$LDFLAGS" @@ -17667,8 +17952,8 @@ LDFLAGS="$save_LDFLAGS" fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5 +$as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; } if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then : @@ -17677,10 +17962,10 @@ fi -{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o_GCJ=no $rm -r conftest 2>/dev/null @@ -17698,11 +17983,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17701: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17986: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17705: \$? = $ac_status" >&5 + echo "$as_me:17990: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17724,34 +18009,34 @@ $rm conftest* fi -{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 -echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; } +{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 +$as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user - { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no - { echo "$as_me:$LINENO: result: $hard_links" >&5 -echo "${ECHO_T}$hard_links" >&6; } + { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } if test "$hard_links" = no; then - { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi -{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag_GCJ= @@ -18181,18 +18466,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -18207,12 +18495,13 @@ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -18247,18 +18536,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { @@ -18273,12 +18565,13 @@ aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi @@ -18730,8 +19023,8 @@ esac fi -{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 -echo "${ECHO_T}$ld_shlibs_GCJ" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 +$as_echo "$ld_shlibs_GCJ" >&6; } test "$ld_shlibs_GCJ" = no && can_build_shared=no # @@ -18751,15 +19044,15 @@ # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest @@ -18777,7 +19070,7 @@ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_GCJ=no @@ -18789,16 +19082,16 @@ cat conftest.err 1>&5 fi $rm conftest* - { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 -echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; } + { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 +$as_echo "$archive_cmds_need_lc_GCJ" >&6; } ;; esac fi ;; esac -{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= @@ -19347,19 +19640,19 @@ dynamic_linker=no ;; esac -{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -echo "${ECHO_T}$dynamic_linker" >&6; } +{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" fi sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" fi @@ -19371,8 +19664,8 @@ variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi -{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action_GCJ= if test -n "$hardcode_libdir_flag_spec_GCJ" || \ test -n "$runpath_var_GCJ" || \ @@ -19396,8 +19689,8 @@ # directories. hardcode_action_GCJ=unsupported fi -{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 -echo "${ECHO_T}$hardcode_action_GCJ" >&6; } +{ $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 +$as_echo "$hardcode_action_GCJ" >&6; } if test "$hardcode_action_GCJ" = relink; then # Fast installation is not supported @@ -20320,8 +20613,8 @@ ;; *) - { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 -echo "$as_me: error: Unsupported tag name: $tagname" >&2;} + { { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 +$as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -20340,8 +20633,8 @@ chmod +x "$ofile" else rm -f "${ofile}T" - { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 -echo "$as_me: error: unable to update list of available tagged configurations." >&2;} + { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 +$as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;} { (exit 1); exit 1; }; } fi fi @@ -20384,10 +20677,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking for shl_load" >&5 -echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for shl_load" >&5 +$as_echo_n "checking for shl_load... " >&6; } if test "${ac_cv_func_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20440,31 +20733,35 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_shl_load=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shl_load=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 -echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +$as_echo "$ac_cv_func_shl_load" >&6; } if test $ac_cv_func_shl_load = yes; then cat >>confdefs.h <<\_ACEOF @@ -20472,10 +20769,10 @@ _ACEOF else - { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 -echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +$as_echo_n "checking for shl_load in -ldld... " >&6; } if test "${ac_cv_lib_dld_shl_load+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" @@ -20507,32 +20804,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dld_shl_load=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_shl_load=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 -echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +$as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test $ac_cv_lib_dld_shl_load = yes; then cat >>confdefs.h <<\_ACEOF @@ -20541,10 +20842,10 @@ LIBADD_DL="$LIBADD_DL -ldld" else - { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -20576,32 +20877,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 -echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then cat >>confdefs.h <<\_ACEOF @@ -20634,31 +20939,34 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then cat >>confdefs.h <<\_ACEOF #define HAVE_LIBDL 1 _ACEOF libltdl_cv_func_dlopen="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 -echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +$as_echo_n "checking for dlopen in -lsvld... " >&6; } if test "${ac_cv_lib_svld_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" @@ -20690,32 +20998,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_svld_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_svld_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 -echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +$as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test $ac_cv_lib_svld_dlopen = yes; then cat >>confdefs.h <<\_ACEOF @@ -20724,10 +21036,10 @@ LIBADD_DL="-lsvld" libltdl_cv_func_dlopen="yes" else - { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 -echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +$as_echo_n "checking for dld_link in -ldld... " >&6; } if test "${ac_cv_lib_dld_dld_link+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" @@ -20759,32 +21071,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dld_dld_link=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_dld_link=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 -echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +$as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test $ac_cv_lib_dld_dld_link = yes; then cat >>confdefs.h <<\_ACEOF @@ -20793,10 +21109,10 @@ LIBADD_DL="$LIBADD_DL -ldld" else - { echo "$as_me:$LINENO: checking for _dyld_func_lookup" >&5 -echo $ECHO_N "checking for _dyld_func_lookup... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for _dyld_func_lookup" >&5 +$as_echo_n "checking for _dyld_func_lookup... " >&6; } if test "${ac_cv_func__dyld_func_lookup+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20849,31 +21165,35 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func__dyld_func_lookup=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func__dyld_func_lookup=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func__dyld_func_lookup" >&5 -echo "${ECHO_T}$ac_cv_func__dyld_func_lookup" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__dyld_func_lookup" >&5 +$as_echo "$ac_cv_func__dyld_func_lookup" >&6; } if test $ac_cv_func__dyld_func_lookup = yes; then cat >>confdefs.h <<\_ACEOF @@ -20891,6 +21211,7 @@ fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -20910,11 +21231,11 @@ for ac_func in dlerror do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20967,35 +21288,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -21025,10 +21352,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -21041,7 +21368,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -21052,11 +21379,11 @@ fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - { echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -21065,10 +21392,10 @@ ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -21081,7 +21408,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -21092,11 +21419,11 @@ fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -echo "${ECHO_T}$ac_ct_RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then @@ -21104,10 +21431,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -21166,10 +21493,10 @@ mingw|mingw32) # Extract the first word of "psapi.dll", so it can be a program name with args. set dummy psapi.dll; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_WIN32_PSAPI+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $WIN32_PSAPI in [\\/]* | ?:[\\/]*) @@ -21184,7 +21511,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_WIN32_PSAPI="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -21197,11 +21524,11 @@ fi WIN32_PSAPI=$ac_cv_path_WIN32_PSAPI if test -n "$WIN32_PSAPI"; then - { echo "$as_me:$LINENO: result: $WIN32_PSAPI" >&5 -echo "${ECHO_T}$WIN32_PSAPI" >&6; } + { $as_echo "$as_me:$LINENO: result: $WIN32_PSAPI" >&5 +$as_echo "$WIN32_PSAPI" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -21293,8 +21620,8 @@ if test "${with_logdir+set}" = set; then withval=$with_logdir; case $withval in yes|no) - { { echo "$as_me:$LINENO: error: --with-logdir requires a directory PATH. --with-logdir=PATH " >&5 -echo "$as_me: error: --with-logdir requires a directory PATH. --with-logdir=PATH " >&2;} + { { $as_echo "$as_me:$LINENO: error: --with-logdir requires a directory PATH. --with-logdir=PATH " >&5 +$as_echo "$as_me: error: --with-logdir requires a directory PATH. --with-logdir=PATH " >&2;} { (exit 1); exit 1; }; } ;; *) @@ -21386,10 +21713,10 @@ - { echo "$as_me:$LINENO: checking whether compiler accepts -fhuge-objects" >&5 -echo $ECHO_N "checking whether compiler accepts -fhuge-objects... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether compiler accepts -fhuge-objects" >&5 +$as_echo_n "checking whether compiler accepts -fhuge-objects... " >&6; } if test "${ac_cv_test_checkforhugeobjects+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_test_checkforhugeobjects=`echo "int foo;" > conftest.cc @@ -21406,8 +21733,8 @@ fi # end of CACHE_VAL - { echo "$as_me:$LINENO: result: ${ac_cv_test_checkforhugeobjects}" >&5 -echo "${ECHO_T}${ac_cv_test_checkforhugeobjects}" >&6; } + { $as_echo "$as_me:$LINENO: result: ${ac_cv_test_checkforhugeobjects}" >&5 +$as_echo "${ac_cv_test_checkforhugeobjects}" >&6; } if test "X${ac_cv_test_checkforhugeobjects}" != Xno then @@ -21475,14 +21802,14 @@ cat >>confdefs.h <<\_ACEOF -#define _USE_INLINE_ +#define _USE_INLINE_ /**/ _ACEOF else echo "Inlining optimization disabled" cat >>confdefs.h <<\_ACEOF -#define _SQUID_INLINE_ +#define _SQUID_INLINE_ /**/ _ACEOF fi @@ -21544,8 +21871,8 @@ aufs_io_threads=$withval ;; *) - { { echo "$as_me:$LINENO: error: --with-aufs-threads expects a numeric argument" >&5 -echo "$as_me: error: --with-aufs-threads expects a numeric argument" >&2;} + { { $as_echo "$as_me:$LINENO: error: --with-aufs-threads expects a numeric argument" >&5 +$as_echo "$as_me: error: --with-aufs-threads expects a numeric argument" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -21582,6 +21909,7 @@ fi + # Check whether --with-dl was given. if test "${with_dl+set}" = set; then withval=$with_dl; @@ -21617,20 +21945,23 @@ fi if test -n "$STORE_MODULES"; then - for module in $STORE_MODULES; do - if test -d $srcdir/src/fs/$module; then - : + STORE_MODULES_FULL=$STORE_MODULES + STORE_MODULES= + STORE_LINKOBJS= + for module in $STORE_MODULES_FULL; do + have_mod=`echo "$STORE_MODULES" | grep "$module"` + if test "$have_mod" != ""; then + echo "Removing duplicate $module from storeio" + elif test -d $srcdir/src/fs/$module; then + STORE_MODULES="$STORE_MODULES $module" + STORE_LINKOBJS="$STORE_LINKOBJS fs/${module}/StoreFS${module}.o" else - { { echo "$as_me:$LINENO: error: storeio $module does not exist" >&5 -echo "$as_me: error: storeio $module does not exist" >&2;} + { { $as_echo "$as_me:$LINENO: error: storeio $module does not exist" >&5 +$as_echo "$as_me: error: storeio $module does not exist" >&2;} { (exit 1); exit 1; }; } fi done echo "Store modules built: $STORE_MODULES" - STORE_LINKOBJS= - for module in $STORE_MODULES; do - STORE_LINKOBJS="$STORE_LINKOBJS fs/${module}/StoreFS${module}.o" - done fi UFS_FOUND= NEED_UFS= @@ -21694,6 +22025,7 @@ for dir in $srcdir/src/DiskIO/*; do module="`basename $dir`" if test -d "$dir" && test "$module" != CVS; then + echo "Autodetected $module DiskIO module" DISK_MODULES="$DISK_MODULES $module" fi done @@ -21723,6 +22055,7 @@ else if test -z "$DISK_MODULES"; then DISK_MODULES="Blocking" + echo "Enabling Blocking DiskIO module (required default)" cat >>confdefs.h <<\_ACEOF #define USE_DISKIO 1 @@ -21737,14 +22070,15 @@ if test -d $srcdir/src/DiskIO/$module; then : else - { { echo "$as_me:$LINENO: error: disk-io $module does not exist" >&5 -echo "$as_me: error: disk-io $module does not exist" >&2;} + { { $as_echo "$as_me:$LINENO: error: disk-io $module does not exist" >&5 +$as_echo "$as_me: error: disk-io $module does not exist" >&2;} { (exit 1); exit 1; }; } fi done DISK_LIBS="lib`echo $DISK_MODULES|sed -e 's% %.a lib%g'`.a" DISK_LINKOBJS= for module in $DISK_MODULES; do + echo "Enabling $module DiskIO module" DISK_LINKOBJS="$DISK_LINKOBJS DiskIO/${module}/${module}DiskIOModule.o" done fi @@ -21829,6 +22163,150 @@ esac done +if test "$with_aio" = "yes"; then + { $as_echo "$as_me:$LINENO: checking for aio_read in -lrt" >&5 +$as_echo_n "checking for aio_read in -lrt... " >&6; } +if test "${ac_cv_lib_rt_aio_read+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lrt $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char aio_read (); +int +main () +{ +return aio_read (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_rt_aio_read=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_rt_aio_read=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_rt_aio_read" >&5 +$as_echo "$ac_cv_lib_rt_aio_read" >&6; } +if test $ac_cv_lib_rt_aio_read = yes; then + DISK_LIBS="$DISK_LIBS -lrt" +else + { $as_echo "$as_me:$LINENO: checking for aio_read in -laio" >&5 +$as_echo_n "checking for aio_read in -laio... " >&6; } +if test "${ac_cv_lib_aio_aio_read+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-laio $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char aio_read (); +int +main () +{ +return aio_read (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_aio_aio_read=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_aio_aio_read=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aio_aio_read" >&5 +$as_echo "$ac_cv_lib_aio_aio_read" >&6; } +if test $ac_cv_lib_aio_aio_read = yes; then + DISK_LIBS="$DISK_LIBS -laio" +fi + + +fi + +fi + + @@ -21880,8 +22358,8 @@ if test -d $srcdir/src/repl/$module; then : else - { { echo "$as_me:$LINENO: error: Removal policy $module does not exist" >&5 -echo "$as_me: error: Removal policy $module does not exist" >&2;} + { { $as_echo "$as_me:$LINENO: error: Removal policy $module does not exist" >&5 +$as_echo "$as_me: error: Removal policy $module does not exist" >&2;} { (exit 1); exit 1; }; } fi done @@ -21996,7 +22474,149 @@ USE_ESI_FALSE= fi + + { $as_echo "$as_me:$LINENO: checking for main in -lexpat" >&5 +$as_echo_n "checking for main in -lexpat... " >&6; } +if test "${ac_cv_lib_expat_main+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lexpat $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + + +int +main () +{ +return main (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_expat_main=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_expat_main=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_expat_main" >&5 +$as_echo "$ac_cv_lib_expat_main" >&6; } +if test $ac_cv_lib_expat_main = yes; then + ESI_LIBS="-lexpat" +else + { { $as_echo "$as_me:$LINENO: error: ESI support requires libexpat library, but no usable library was found +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: ESI support requires libexpat library, but no usable library was found +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +fi + + { $as_echo "$as_me:$LINENO: checking for main in -lxml2" >&5 +$as_echo_n "checking for main in -lxml2... " >&6; } +if test "${ac_cv_lib_xml2_main+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lxml2 $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + + +int +main () +{ +return main (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_xml2_main=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_xml2_main=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_main" >&5 +$as_echo "$ac_cv_lib_xml2_main" >&6; } +if test $ac_cv_lib_xml2_main = yes; then + ESI_LIBS="-lxml2" +else + { { $as_echo "$as_me:$LINENO: error: ESI support requires libxml2 library, but no usable library was found +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: ESI support requires libxml2 library, but no usable library was found +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +fi + XTRA_LIBS="$XTRA_LIBS -lexpat -lxml2" + else cat >>confdefs.h <<\_ACEOF @@ -22051,26 +22671,26 @@ use_ecap=1 -{ echo "$as_me:$LINENO: checking whether to support eCAP" >&5 -echo $ECHO_N "checking whether to support eCAP... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to support eCAP" >&5 +$as_echo_n "checking whether to support eCAP... " >&6; } # Check whether --enable-ecap was given. if test "${enable_ecap+set}" = set; then enableval=$enable_ecap; case "${enableval}" in yes) use_ecap=yes ;; no) use_ecap=no ;; - *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-ecap" >&5 -echo "$as_me: error: bad value ${enableval} for --enable-ecap" >&2;} + *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-ecap" >&5 +$as_echo "$as_me: error: bad value ${enableval} for --enable-ecap" >&2;} { (exit 1); exit 1; }; } ;; esac - { echo "$as_me:$LINENO: result: $use_ecap, explicitly" >&5 -echo "${ECHO_T}$use_ecap, explicitly" >&6; } + { $as_echo "$as_me:$LINENO: result: $use_ecap, explicitly" >&5 +$as_echo "$use_ecap, explicitly" >&6; } else use_ecap=no; - { echo "$as_me:$LINENO: result: $use_ecap, implicitly" >&5 -echo "${ECHO_T}$use_ecap, implicitly" >&6; } + { $as_echo "$as_me:$LINENO: result: $use_ecap, implicitly" >&5 +$as_echo "$use_ecap, implicitly" >&6; } fi @@ -22080,19 +22700,15 @@ then if test "$use_loadable_modules" != "yes" then - { { echo "$as_me:$LINENO: error: - eCAP support requires loadable modules. Please do not use - --disable-loadable-modules with --enable-ecap." >&5 -echo "$as_me: error: - eCAP support requires loadable modules. Please do not use - --disable-loadable-modules with --enable-ecap." >&2;} + { { $as_echo "$as_me:$LINENO: error: eCAP support requires loadable modules. Please do not use --disable-loadable-modules with --enable-ecap." >&5 +$as_echo "$as_me: error: eCAP support requires loadable modules. Please do not use --disable-loadable-modules with --enable-ecap." >&2;} { (exit 1); exit 1; }; }; fi - { echo "$as_me:$LINENO: checking for main in -lecap" >&5 -echo $ECHO_N "checking for main in -lecap... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for main in -lecap" >&5 +$as_echo_n "checking for main in -lecap... " >&6; } if test "${ac_cv_lib_ecap_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lecap $LIBS" @@ -22118,42 +22734,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_ecap_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ecap_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_ecap_main" >&5 -echo "${ECHO_T}$ac_cv_lib_ecap_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ecap_main" >&5 +$as_echo "$ac_cv_lib_ecap_main" >&6; } if test $ac_cv_lib_ecap_main = yes; then ECAP_LIBS="-lecap" else - { { echo "$as_me:$LINENO: error: - eCAP support requires libecap library, - but no usable library was found + { { $as_echo "$as_me:$LINENO: error: eCAP support requires libecap library, but no usable library was found See \`config.log' for more details." >&5 -echo "$as_me: error: - eCAP support requires libecap library, - but no usable library was found +$as_echo "$as_me: error: eCAP support requires libecap library, but no usable library was found See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } @@ -22623,81 +23239,1024 @@ yes) echo "Forcing kqueue() to be enabled" SELECT_TYPE="kqueue" - ;; - no) - echo "Forcing kqueue() to be disabled" - disable_kqueue=true - ;; + +for ac_header in sys/event.h +do +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_compiler=no fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } -disable_epoll= -# Check whether --enable-epoll was given. -if test "${enable_epoll+set}" = set; then - enableval=$enable_epoll; - case "$enableval" in - yes) - echo "Forcing epoll() to be enabled" - SELECT_TYPE="epoll" - ;; - no) - echo "Forcing epoll() to be disabled" - disable_epoll=true - ;; +# Is the header present? +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + ac_header_preproc=no fi +rm -f conftest.err conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } - -http_violations=1 -# Check whether --enable-http-violations was given. -if test "${enable_http_violations+set}" = set; then - enableval=$enable_http_violations; if test "$enableval" = "no" ; then - echo "Disabling HTTP Violations" - http_violations=0 - fi - +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ----------------------------------------------- ## +## Report this to http://www.squid-cache.org/bugs/ ## +## ----------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } -if test $http_violations = 1; then - -cat >>confdefs.h <<\_ACEOF -#define HTTP_VIOLATIONS 1 +fi +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF else - cat >>confdefs.h <<\_ACEOF -#define HTTP_VIOLATIONS 0 -_ACEOF - + { { $as_echo "$as_me:$LINENO: error: kqueue support requires sys/event.h header file." >&5 +$as_echo "$as_me: error: kqueue support requires sys/event.h header file." >&2;} + { (exit 1); exit 1; }; } fi -# Check whether --enable-ipfw-transparent was given. -if test "${enable_ipfw_transparent+set}" = set; then - enableval=$enable_ipfw_transparent; if test "$enableval" = "yes" ; then - echo "IPFW Transparent Proxy enabled" - -cat >>confdefs.h <<\_ACEOF -#define IPFW_TRANSPARENT 1 -_ACEOF +done - IPFW_TRANSPARENT="yes" - else + ;; + no) + echo "Forcing kqueue() to be disabled" + disable_kqueue=true + ;; + *) -cat >>confdefs.h <<\_ACEOF -#define IPFW_TRANSPARENT 0 +for ac_header in sys/event.h +do +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ _ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 - fi - + ac_header_compiler=no fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } -# Check whether --enable-ipf-transparent was given. -if test "${enable_ipf_transparent+set}" = set; then +# Is the header present? +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ----------------------------------------------- ## +## Report this to http://www.squid-cache.org/bugs/ ## +## ----------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + +fi +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + ;; +esac + +fi + + +disable_epoll= +# Check whether --enable-epoll was given. +if test "${enable_epoll+set}" = set; then + enableval=$enable_epoll; + case "$enableval" in + yes) + echo "Forcing epoll() to be enabled" + SELECT_TYPE="epoll" + +for ac_header in sys/epoll.h +do +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ----------------------------------------------- ## +## Report this to http://www.squid-cache.org/bugs/ ## +## ----------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + +fi +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +else + { { $as_echo "$as_me:$LINENO: error: required sys/epoll.h header file is missing." >&5 +$as_echo "$as_me: error: required sys/epoll.h header file is missing." >&2;} + { (exit 1); exit 1; }; } +fi + +done + + +{ $as_echo "$as_me:$LINENO: checking for epoll_ctl in -lepoll" >&5 +$as_echo_n "checking for epoll_ctl in -lepoll... " >&6; } +if test "${ac_cv_lib_epoll_epoll_ctl+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lepoll $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char epoll_ctl (); +int +main () +{ +return epoll_ctl (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_epoll_epoll_ctl=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_epoll_epoll_ctl=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_epoll_epoll_ctl" >&5 +$as_echo "$ac_cv_lib_epoll_epoll_ctl" >&6; } +if test $ac_cv_lib_epoll_epoll_ctl = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBEPOLL 1 +_ACEOF + + LIBS="-lepoll $LIBS" + +else + { { $as_echo "$as_me:$LINENO: error: required libepoll library is missing." >&5 +$as_echo "$as_me: error: required libepoll library is missing." >&2;} + { (exit 1); exit 1; }; } +fi + + ;; + no) + echo "Forcing epoll() to be disabled" + disable_epoll=true + ;; +esac + +fi + +if test -z "$disable_epoll"; then + # Check for libepoll + EPOLL_LIB= + { $as_echo "$as_me:$LINENO: checking for epoll_ctl in -lepoll" >&5 +$as_echo_n "checking for epoll_ctl in -lepoll... " >&6; } +if test "${ac_cv_lib_epoll_epoll_ctl+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lepoll $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char epoll_ctl (); +int +main () +{ +return epoll_ctl (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_epoll_epoll_ctl=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_epoll_epoll_ctl=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_epoll_epoll_ctl" >&5 +$as_echo "$ac_cv_lib_epoll_epoll_ctl" >&6; } +if test $ac_cv_lib_epoll_epoll_ctl = yes; then + EPOLL_LIBS="-lepoll" +fi + + + + # Check for epoll_ctl, may need -lepoll + SAVED_LIBS="$LIBS" + LIBS="$LIBS $LIB_EPOLL" + +for ac_func in epoll_ctl +do +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + eval "$as_ac_var=yes" +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + LIBS="$SAVED_LIBS" + + +for ac_header in sys/epoll.h +do +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ----------------------------------------------- ## +## Report this to http://www.squid-cache.org/bugs/ ## +## ----------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + +fi +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + if test $ac_cv_func_epoll_ctl = yes; then + { $as_echo "$as_me:$LINENO: checking if epoll works" >&5 +$as_echo_n "checking if epoll works... " >&6; } +if test "${ac_cv_epoll_works+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: cannot run test program while cross compiling +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +#include +int main(int argc, char **argv) +{ + int fd = epoll_create(256); + if (fd < 0) { + perror("epoll_create:"); + exit(1); + } + exit(0); +} + +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_epoll_works=yes +else + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_epoll_works=no +fi +rm -rf conftest.dSYM +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_epoll_works" >&5 +$as_echo "$ac_cv_epoll_works" >&6; } + fi +fi + +http_violations=1 +# Check whether --enable-http-violations was given. +if test "${enable_http_violations+set}" = set; then + enableval=$enable_http_violations; if test "$enableval" = "no" ; then + echo "Disabling HTTP Violations" + http_violations=0 + fi + +fi + +if test $http_violations = 1; then + +cat >>confdefs.h <<\_ACEOF +#define HTTP_VIOLATIONS 1 +_ACEOF + +else + cat >>confdefs.h <<\_ACEOF +#define HTTP_VIOLATIONS 0 +_ACEOF + +fi + +# Check whether --enable-ipfw-transparent was given. +if test "${enable_ipfw_transparent+set}" = set; then + enableval=$enable_ipfw_transparent; if test "$enableval" = "yes" ; then + echo "IPFW Transparent Proxy enabled" + +cat >>confdefs.h <<\_ACEOF +#define IPFW_TRANSPARENT 1 +_ACEOF + + IPFW_TRANSPARENT="yes" + else + +cat >>confdefs.h <<\_ACEOF +#define IPFW_TRANSPARENT 0 +_ACEOF + + fi + +fi + + +# Check whether --enable-ipf-transparent was given. +if test "${enable_ipf_transparent+set}" = set; then enableval=$enable_ipf_transparent; if test "$enableval" = "yes" ; then echo "IP-Filter Transparent Proxy enabled" @@ -22813,8 +24372,8 @@ if test "`getconf _$buildmodel 2>/dev/null || true`" = 1 || test "`getconf $buildmodel 2>/dev/null || true`" ; then : # All fine else - { { echo "$as_me:$LINENO: error: Build environment $buildmodel not known to getconf." >&5 -echo "$as_me: error: Build environment $buildmodel not known to getconf." >&2;} + { { $as_echo "$as_me:$LINENO: error: Build environment $buildmodel not known to getconf." >&5 +$as_echo "$as_me: error: Build environment $buildmodel not known to getconf." >&2;} { (exit 1); exit 1; }; } fi CFLAGS="`getconf ${buildmodel}_CFLAGS` $CFLAGS" @@ -23066,8 +24625,8 @@ if test -d $srcdir/src/auth/$module; then : else - { { echo "$as_me:$LINENO: error: Auth scheme $module does not exist" >&5 -echo "$as_me: error: Auth scheme $module does not exist" >&2;} + { { $as_echo "$as_me:$LINENO: error: Auth scheme $module does not exist" >&5 +$as_echo "$as_me: error: Auth scheme $module does not exist" >&2;} { (exit 1); exit 1; }; } fi eval AUTH_MODULE_${module}=yes @@ -23149,8 +24708,8 @@ ;; esac else - { { echo "$as_me:$LINENO: error: Basic auth helper $helper does not exist" >&5 -echo "$as_me: error: Basic auth helper $helper does not exist" >&2;} + { { $as_echo "$as_me:$LINENO: error: Basic auth helper $helper does not exist" >&5 +$as_echo "$as_me: error: Basic auth helper $helper does not exist" >&2;} { (exit 1); exit 1; }; } fi done @@ -23191,8 +24750,8 @@ if test -d $srcdir/helpers/ntlm_auth/$helper; then : else - { { echo "$as_me:$LINENO: error: NTLM Auth helper $helper does not exist" >&5 -echo "$as_me: error: NTLM Auth helper $helper does not exist" >&2;} + { { $as_echo "$as_me:$LINENO: error: NTLM Auth helper $helper does not exist" >&5 +$as_echo "$as_me: error: NTLM Auth helper $helper does not exist" >&2;} { (exit 1); exit 1; }; } fi done @@ -23233,13 +24792,15 @@ if test -d $srcdir/helpers/negotiate_auth/$helper; then : else - { { echo "$as_me:$LINENO: error: Negotiate Auth helper $helper does not exist" >&5 -echo "$as_me: error: Negotiate Auth helper $helper does not exist" >&2;} + { { $as_echo "$as_me:$LINENO: error: Negotiate Auth helper $helper does not exist" >&5 +$as_echo "$as_me: error: Negotiate Auth helper $helper does not exist" >&2;} { (exit 1); exit 1; }; } fi # Kerberos helper has its own configure system if test "$helper" = "squid_kerb_auth"; then - subdirs="$subdirs helpers/negotiate_auth/squid_kerb_auth" + + +subdirs="$subdirs helpers/negotiate_auth/squid_kerb_auth" else echo "ERROR: configure.in needs to be extended to support $helper!" @@ -23283,8 +24844,8 @@ if test -f $srcdir/helpers/digest_auth/$helper/Makefile.in; then : else - { { echo "$as_me:$LINENO: error: digest auth helper $helper does not exist" >&5 -echo "$as_me: error: digest auth helper $helper does not exist" >&2;} + { { $as_echo "$as_me:$LINENO: error: digest auth helper $helper does not exist" >&5 +$as_echo "$as_me: error: digest auth helper $helper does not exist" >&2;} { (exit 1); exit 1; }; } fi done @@ -23336,8 +24897,8 @@ if test -f $srcdir/helpers/external_acl/$helper/Makefile.in; then : else - { { echo "$as_me:$LINENO: error: external acl helper $helper does not exist" >&5 -echo "$as_me: error: external acl helper $helper does not exist" >&2;} + { { $as_echo "$as_me:$LINENO: error: external acl helper $helper does not exist" >&5 +$as_echo "$as_me: error: external acl helper $helper does not exist" >&2;} { (exit 1); exit 1; }; } fi done @@ -23362,11 +24923,163 @@ esac if test $valgrind; then +for ac_header in valgrind/memcheck.h +do +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ----------------------------------------------- ## +## Report this to http://www.squid-cache.org/bugs/ ## +## ----------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + +fi +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + cat >>confdefs.h <<\_ACEOF #define WITH_VALGRIND 1 _ACEOF echo "Valgrind debug support enabled" +else + echo "Valgrind header not found. Valgrind support disabled." + +fi + +done + fi fi @@ -23419,20 +25132,21 @@ for ac_header in sasl/sasl.h sasl.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -23448,32 +25162,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -23487,51 +25202,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------- ## ## Report this to http://www.squid-cache.org/bugs/ ## @@ -23540,21 +25256,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -23569,8 +25287,8 @@ echo "using SASL" LIBSASL="-lsasl" else - { { echo "$as_me:$LINENO: error: Neither SASL nor SASL2 found" >&5 -echo "$as_me: error: Neither SASL nor SASL2 found" >&2;} + { { $as_echo "$as_me:$LINENO: error: Neither SASL nor SASL2 found" >&5 +$as_echo "$as_me: error: Neither SASL nor SASL2 found" >&2;} { (exit 1); exit 1; }; } fi fi @@ -23686,23 +25404,23 @@ fi -{ echo "$as_me:$LINENO: checking whether to enable IPv6" >&5 -echo $ECHO_N "checking whether to enable IPv6... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to enable IPv6" >&5 +$as_echo_n "checking whether to enable IPv6... " >&6; } use_ipng=yes # Check whether --enable-ipv6 was given. if test "${enable_ipv6+set}" = set; then enableval=$enable_ipv6; if test "x$enableval" = "xyes" ; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } use_ipng=no fi else - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } fi @@ -23715,15 +25433,15 @@ *) ;; esac - { echo "$as_me:$LINENO: checking if PF_INET6 is available" >&5 -echo $ECHO_N "checking if PF_INET6 is available... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if PF_INET6 is available" >&5 +$as_echo_n "checking if PF_INET6 is available... " >&6; } if { as_var=$use_ipng; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling +$as_echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else @@ -23750,45 +25468,49 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } use_ipng=yes SAVED_LIBS="$LIBS" else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } use_ipng=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -ac_res=`eval echo '${'$use_ipng'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$use_ipng'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } LIBS="$SAVED_LIBS" fi @@ -23806,8 +25528,8 @@ _ACEOF -{ echo "$as_me:$LINENO: checking for IPv6 split-stack requirement" >&5 -echo $ECHO_N "checking for IPv6 split-stack requirement... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for IPv6 split-stack requirement" >&5 +$as_echo_n "checking for IPv6 split-stack requirement... " >&6; } # Check whether --with-ipv6-split-stack was given. if test "${with_ipv6_split_stack+set}" = set; then @@ -23821,22 +25543,22 @@ #define IPV6_SPECIAL_V4MAPPED 0 _ACEOF - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else cat >>confdefs.h <<\_ACEOF #define IPV6_SPECIAL_SPLITSTACK 0 _ACEOF - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi -{ echo "$as_me:$LINENO: checking for IPv6-Localhost requirement" >&5 -echo $ECHO_N "checking for IPv6-Localhost requirement... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for IPv6-Localhost requirement" >&5 +$as_echo_n "checking for IPv6-Localhost requirement... " >&6; } # Check whether --with-localhost-ipv6 was given. if test "${with_localhost_ipv6+set}" = set; then @@ -23844,15 +25566,15 @@ cat >>confdefs.h <<\_ACEOF #define IPV6_SPECIAL_LOCALHOST 1 _ACEOF - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else cat >>confdefs.h <<\_ACEOF #define IPV6_SPECIAL_LOCALHOST 0 _ACEOF - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -23896,10 +25618,10 @@ fi -{ echo "$as_me:$LINENO: checking for ss_len field in struct sockaddr_storage" >&5 -echo $ECHO_N "checking for ss_len field in struct sockaddr_storage... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ss_len field in struct sockaddr_storage" >&5 +$as_echo_n "checking for ss_len field in struct sockaddr_storage... " >&6; } if test "${ac_cv_have_ss_len_in_struct_ss+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -23927,20 +25649,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_ss_len_in_struct_ss="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_ss_len_in_struct_ss="no" @@ -23950,8 +25673,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_ss_len_in_struct_ss" >&5 -echo "${ECHO_T}$ac_cv_have_ss_len_in_struct_ss" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_ss_len_in_struct_ss" >&5 +$as_echo "$ac_cv_have_ss_len_in_struct_ss" >&6; } if test "x$ac_cv_have_ss_len_in_struct_ss" = "xyes" ; then cat >>confdefs.h <<\_ACEOF @@ -23966,10 +25689,10 @@ fi -{ echo "$as_me:$LINENO: checking for sin_len field in struct sockaddr_in" >&5 -echo $ECHO_N "checking for sin_len field in struct sockaddr_in... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sin_len field in struct sockaddr_in" >&5 +$as_echo_n "checking for sin_len field in struct sockaddr_in... " >&6; } if test "${ac_cv_have_sin_len_in_struct_sai+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -23981,6 +25704,7 @@ #include #include +#include int main () @@ -23996,20 +25720,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_sin_len_in_struct_sai="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_sin_len_in_struct_sai="no" @@ -24019,8 +25744,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_sin_len_in_struct_sai" >&5 -echo "${ECHO_T}$ac_cv_have_sin_len_in_struct_sai" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_sin_len_in_struct_sai" >&5 +$as_echo "$ac_cv_have_sin_len_in_struct_sai" >&6; } if test "x$ac_cv_have_sin_len_in_struct_sai" = "xyes" ; then cat >>confdefs.h <<\_ACEOF @@ -24035,10 +25760,10 @@ fi -{ echo "$as_me:$LINENO: checking for sin6_len field in struct sockaddr_in6" >&5 -echo $ECHO_N "checking for sin6_len field in struct sockaddr_in6... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sin6_len field in struct sockaddr_in6" >&5 +$as_echo_n "checking for sin6_len field in struct sockaddr_in6... " >&6; } if test "${ac_cv_have_sin6_len_in_struct_sai+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -24050,6 +25775,7 @@ #include #include +#include int main () @@ -24065,20 +25791,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_sin6_len_in_struct_sai="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_sin6_len_in_struct_sai="no" @@ -24088,8 +25815,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_sin6_len_in_struct_sai" >&5 -echo "${ECHO_T}$ac_cv_have_sin6_len_in_struct_sai" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_sin6_len_in_struct_sai" >&5 +$as_echo "$ac_cv_have_sin6_len_in_struct_sai" >&6; } if test "x$ac_cv_have_sin6_len_in_struct_sai" = "xyes" ; then cat >>confdefs.h <<\_ACEOF @@ -24113,8 +25840,8 @@ squid_filedescriptors_num=$withval ;; *) - { { echo "$as_me:$LINENO: error: --with-maxfd expects a numeric argument" >&5 -echo "$as_me: error: --with-maxfd expects a numeric argument" >&2;} + { { $as_echo "$as_me:$LINENO: error: --with-maxfd expects a numeric argument" >&5 +$as_echo "$as_me: error: --with-maxfd expects a numeric argument" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -24130,8 +25857,8 @@ squid_filedescriptors_num=$withval ;; *) - { { echo "$as_me:$LINENO: error: --with-filedescriptors expects a numeric argument" >&5 -echo "$as_me: error: --with-filedescriptors expects a numeric argument" >&2;} + { { $as_echo "$as_me:$LINENO: error: --with-filedescriptors expects a numeric argument" >&5 +$as_echo "$as_me: error: --with-filedescriptors expects a numeric argument" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -24141,10 +25868,10 @@ # Extract the first word of "cppunit-config", so it can be a program name with args. set dummy cppunit-config; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_CPPUNITCONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $CPPUNITCONFIG in [\\/]* | ?:[\\/]*) @@ -24159,7 +25886,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_CPPUNITCONFIG="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24172,11 +25899,11 @@ fi CPPUNITCONFIG=$ac_cv_path_CPPUNITCONFIG if test -n "$CPPUNITCONFIG"; then - { echo "$as_me:$LINENO: result: $CPPUNITCONFIG" >&5 -echo "${ECHO_T}$CPPUNITCONFIG" >&6; } + { $as_echo "$as_me:$LINENO: result: $CPPUNITCONFIG" >&5 +$as_echo "$CPPUNITCONFIG" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -24199,8 +25926,8 @@ echo "Using cppunit includes from $withval" SQUID_CPPUNIT_INC="-I${withval}/include" else - { { echo "$as_me:$LINENO: error: Cannot find cppunit at $withval" >&5 -echo "$as_me: error: Cannot find cppunit at $withval" >&2;} + { { $as_echo "$as_me:$LINENO: error: Cannot find cppunit at $withval" >&5 +$as_echo "$as_me: error: Cannot find cppunit at $withval" >&2;} { (exit 1); exit 1; }; } fi if test -f $withval/lib/libcppunit.la; then @@ -24208,8 +25935,8 @@ SQUID_CPPUNIT_LA="${withval}/lib/libcppunit.la" SQUID_CPPUNIT_LIBS='$(SQUID_CPPUNIT_LA)' else - { { echo "$as_me:$LINENO: error: Cannot find cppunit at $withval" >&5 -echo "$as_me: error: Cannot find cppunit at $withval" >&2;} + { { $as_echo "$as_me:$LINENO: error: Cannot find cppunit at $withval" >&5 +$as_echo "$as_me: error: Cannot find cppunit at $withval" >&2;} { (exit 1); exit 1; }; } exit 1 fi @@ -24244,15 +25971,15 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -24284,20 +26011,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -24321,13 +26049,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -24335,7 +26064,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -24360,8 +26089,8 @@ else ac_cv_prog_CPP=$CPP fi -{ echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 +$as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -24389,20 +26118,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -24426,13 +26156,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -24440,7 +26171,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -24456,9 +26187,9 @@ if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check + { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -24482,11 +26213,12 @@ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. -{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -24515,17 +26247,29 @@ # program-specific install script used by HP pwplus--don't use. : else - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi fi fi done done ;; esac + done IFS=$as_save_IFS +rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -24538,8 +26282,8 @@ INSTALL=$ac_install_sh fi fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -24549,23 +26293,23 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 -echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } else - { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 -echo "${ECHO_T}no, using $LN_S" >&6; } + { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } fi # Extract the first word of "sh", so it can be a program name with args. set dummy sh; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_SH+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $SH in [\\/]* | ?:[\\/]*) @@ -24580,7 +26324,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_SH="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24593,20 +26337,20 @@ fi SH=$ac_cv_path_SH if test -n "$SH"; then - { echo "$as_me:$LINENO: result: $SH" >&5 -echo "${ECHO_T}$SH" >&6; } + { $as_echo "$as_me:$LINENO: result: $SH" >&5 +$as_echo "$SH" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "false", so it can be a program name with args. set dummy false; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_FALSE+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $FALSE in [\\/]* | ?:[\\/]*) @@ -24621,7 +26365,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_FALSE="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24634,20 +26378,20 @@ fi FALSE=$ac_cv_path_FALSE if test -n "$FALSE"; then - { echo "$as_me:$LINENO: result: $FALSE" >&5 -echo "${ECHO_T}$FALSE" >&6; } + { $as_echo "$as_me:$LINENO: result: $FALSE" >&5 +$as_echo "$FALSE" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "true", so it can be a program name with args. set dummy true; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_TRUE+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $TRUE in [\\/]* | ?:[\\/]*) @@ -24662,7 +26406,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_TRUE="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24675,20 +26419,20 @@ fi TRUE=$ac_cv_path_TRUE if test -n "$TRUE"; then - { echo "$as_me:$LINENO: result: $TRUE" >&5 -echo "${ECHO_T}$TRUE" >&6; } + { $as_echo "$as_me:$LINENO: result: $TRUE" >&5 +$as_echo "$TRUE" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "rm", so it can be a program name with args. set dummy rm; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_RM+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $RM in [\\/]* | ?:[\\/]*) @@ -24703,7 +26447,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24716,20 +26460,20 @@ fi RM=$ac_cv_path_RM if test -n "$RM"; then - { echo "$as_me:$LINENO: result: $RM" >&5 -echo "${ECHO_T}$RM" >&6; } + { $as_echo "$as_me:$LINENO: result: $RM" >&5 +$as_echo "$RM" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "mv", so it can be a program name with args. set dummy mv; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MV+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $MV in [\\/]* | ?:[\\/]*) @@ -24744,7 +26488,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24757,20 +26501,20 @@ fi MV=$ac_cv_path_MV if test -n "$MV"; then - { echo "$as_me:$LINENO: result: $MV" >&5 -echo "${ECHO_T}$MV" >&6; } + { $as_echo "$as_me:$LINENO: result: $MV" >&5 +$as_echo "$MV" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "mkdir", so it can be a program name with args. set dummy mkdir; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MKDIR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $MKDIR in [\\/]* | ?:[\\/]*) @@ -24785,7 +26529,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MKDIR="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24798,20 +26542,20 @@ fi MKDIR=$ac_cv_path_MKDIR if test -n "$MKDIR"; then - { echo "$as_me:$LINENO: result: $MKDIR" >&5 -echo "${ECHO_T}$MKDIR" >&6; } + { $as_echo "$as_me:$LINENO: result: $MKDIR" >&5 +$as_echo "$MKDIR" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "ln", so it can be a program name with args. set dummy ln; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_LN+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $LN in [\\/]* | ?:[\\/]*) @@ -24826,7 +26570,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24839,20 +26583,20 @@ fi LN=$ac_cv_path_LN if test -n "$LN"; then - { echo "$as_me:$LINENO: result: $LN" >&5 -echo "${ECHO_T}$LN" >&6; } + { $as_echo "$as_me:$LINENO: result: $LN" >&5 +$as_echo "$LN" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PERL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $PERL in [\\/]* | ?:[\\/]*) @@ -24867,7 +26611,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24880,20 +26624,20 @@ fi PERL=$ac_cv_path_PERL if test -n "$PERL"; then - { echo "$as_me:$LINENO: result: $PERL" >&5 -echo "${ECHO_T}$PERL" >&6; } + { $as_echo "$as_me:$LINENO: result: $PERL" >&5 +$as_echo "$PERL" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_AR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $AR in [\\/]* | ?:[\\/]*) @@ -24908,7 +26652,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -24921,11 +26665,11 @@ fi AR=$ac_cv_path_AR if test -n "$AR"; then - { echo "$as_me:$LINENO: result: $AR" >&5 -echo "${ECHO_T}$AR" >&6; } + { $as_echo "$as_me:$LINENO: result: $AR" >&5 +$as_echo "$AR" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -24958,11 +26702,11 @@ ac_header_dirent=no for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do - as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 -echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; } + as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 +$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -24988,20 +26732,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -25009,12 +26754,14 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 _ACEOF ac_header_dirent=$ac_hdr; break @@ -25023,10 +26770,10 @@ done # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. if test $ac_header_dirent = dirent.h; then - { echo "$as_me:$LINENO: checking for library containing opendir" >&5 -echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } if test "${ac_cv_search_opendir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF @@ -25064,26 +26811,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_search_opendir=$ac_res else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_opendir+set}" = set; then @@ -25098,8 +26849,8 @@ rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 -echo "${ECHO_T}$ac_cv_search_opendir" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@ -25107,10 +26858,10 @@ fi else - { echo "$as_me:$LINENO: checking for library containing opendir" >&5 -echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } if test "${ac_cv_search_opendir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF @@ -25148,26 +26899,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_search_opendir=$ac_res else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_opendir+set}" = set; then @@ -25182,8 +26937,8 @@ rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 -echo "${ECHO_T}$ac_cv_search_opendir" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@ -25192,10 +26947,10 @@ fi -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -25222,20 +26977,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no @@ -25327,37 +27083,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -25536,20 +27295,21 @@ sys/capability.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25565,32 +27325,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25604,51 +27365,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------- ## ## Report this to http://www.squid-cache.org/bugs/ ## @@ -25657,21 +27419,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -25685,11 +27449,11 @@ linux/netfilter_ipv4/ip_tproxy.h \ do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -25740,20 +27504,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -25761,12 +27526,14 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -25803,11 +27570,11 @@ resolv.h \ do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -25876,20 +27643,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -25897,12 +27665,14 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -25913,20 +27683,21 @@ for ac_header in libxml/parser.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25942,32 +27713,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25981,51 +27753,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------- ## ## Report this to http://www.squid-cache.org/bugs/ ## @@ -26034,21 +27807,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF else @@ -26059,20 +27834,21 @@ for ac_header in libxml/parser.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -26088,32 +27864,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -26127,51 +27904,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------- ## ## Report this to http://www.squid-cache.org/bugs/ ## @@ -26180,21 +27958,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF else @@ -26211,10 +27991,10 @@ done -{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; } if test "${ac_cv_c_const+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26286,20 +28066,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_c_const=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_const=no @@ -26307,38 +28088,82 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 -echo "${ECHO_T}$ac_cv_c_const" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +$as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then cat >>confdefs.h <<\_ACEOF -#define const +#define const /**/ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 -echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } + + { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 +$as_echo_n "checking whether byte ordering is bigendian... " >&6; } if test "${ac_cv_c_bigendian+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - # See if sys/param.h defines the BYTE_ORDER macro. -cat >conftest.$ac_ext <<_ACEOF + ac_cv_c_bigendian=unknown + # See if __BIG_ENDIAN__ or __LITTLE_ENDIAN__ is defined. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#if ! (defined __BIG_ENDIAN__ || defined __LITTLE_ENDIAN__) + neither is defined; + #endif + typedef int dummy; + +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_bigendian=universal +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include -#include + #include int main () { -#if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ - && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) - bogus endian macros -#endif +#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ + && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ + && LITTLE_ENDIAN) + bogus endian macros + #endif ; return 0; @@ -26350,33 +28175,34 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then # It does; now see whether it defined to BIG_ENDIAN or not. -cat >conftest.$ac_ext <<_ACEOF + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include -#include + #include int main () { #if BYTE_ORDER != BIG_ENDIAN - not big endian -#endif + not big endian + #endif ; return 0; @@ -26388,20 +28214,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_c_bigendian=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_bigendian=no @@ -26409,29 +28236,69 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - # It does not; compile a test program. -if test "$cross_compiling" = yes; then - # try to guess the endianness by grepping values into an object file - ac_cv_c_bigendian=unknown - cat >conftest.$ac_ext <<_ACEOF + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +int +main () +{ +#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) + bogus endian macros + #endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + # It does; now see whether it defined to _BIG_ENDIAN or not. + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; -short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; -void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } -short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; -short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; -void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } +#include + int main () { - _ascii (); _ebcdic (); +#ifndef _BIG_ENDIAN + not big endian + #endif + ; return 0; } @@ -26442,30 +28309,101 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then ac_cv_c_bigendian=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_c_bigendian=no fi -if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then - if test "$ac_cv_c_bigendian" = unknown; then - ac_cv_c_bigendian=no - else - # finding both strings is unlikely to happen, but who knows? - ac_cv_c_bigendian=unknown - fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # Compile a test program. + if test "$cross_compiling" = yes; then + # Try to guess by grepping values from an object file. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +short int ascii_mm[] = + { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; + short int ascii_ii[] = + { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; + int use_ascii (int i) { + return ascii_mm[i] + ascii_ii[i]; + } + short int ebcdic_ii[] = + { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; + short int ebcdic_mm[] = + { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } + extern int foo; + +int +main () +{ +return use_ascii (foo) == use_ebcdic (foo); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then + ac_cv_c_bigendian=yes + fi + if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else + # finding both strings is unlikely to happen, but who knows? + ac_cv_c_bigendian=unknown + fi + fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -26484,14 +28422,14 @@ main () { - /* Are we little or big endian? From Harbison&Steele. */ - union - { - long int l; - char c[sizeof (long int)]; - } u; - u.l = 1; - return u.c[sizeof (long int) - 1] == 1; + /* Are we little or big endian? From Harbison&Steele. */ + union + { + long int l; + char c[sizeof (long int)]; + } u; + u.l = 1; + return u.c[sizeof (long int) - 1] == 1; ; return 0; @@ -26503,61 +28441,63 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_bigendian=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + fi fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 -echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } -case $ac_cv_c_bigendian in - yes) - -cat >>confdefs.h <<\_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 +$as_echo "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) + cat >>confdefs.h <<\_ACEOF #define WORDS_BIGENDIAN 1 _ACEOF - ;; - no) - ;; - *) - { { echo "$as_me:$LINENO: error: unknown endianness -presetting ac_cv_c_bigendian=no (or yes) will help" >&5 -echo "$as_me: error: unknown endianness -presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} +;; #( + no) + ;; #( + universal) + ;; #( + *) + { { $as_echo "$as_me:$LINENO: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&5 +$as_echo "$as_me: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} { (exit 1); exit 1; }; } ;; -esac + esac -{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 -echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 +$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } if test "${ac_cv_struct_tm+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26573,7 +28513,7 @@ { struct tm tm; int *p = &tm.tm_sec; - return !p; + return !p; ; return 0; } @@ -26584,20 +28524,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_struct_tm=time.h else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_struct_tm=sys/time.h @@ -26605,8 +28546,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 -echo "${ECHO_T}$ac_cv_struct_tm" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 +$as_echo "$ac_cv_struct_tm" >&6; } if test $ac_cv_struct_tm = sys/time.h; then cat >>confdefs.h <<\_ACEOF @@ -26615,10 +28556,10 @@ fi -{ echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5 -echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5 +$as_echo_n "checking for struct tm.tm_gmtoff... " >&6; } if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26652,20 +28593,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_tm_tm_gmtoff=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -26700,20 +28642,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_tm_tm_gmtoff=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_tm_tm_gmtoff=no @@ -26724,8 +28667,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 -echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 +$as_echo "$ac_cv_member_struct_tm_tm_gmtoff" >&6; } if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then cat >>confdefs.h <<_ACEOF @@ -26736,12 +28679,13 @@ fi -{ echo "$as_me:$LINENO: checking for struct mallinfo" >&5 -echo $ECHO_N "checking for struct mallinfo... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct mallinfo" >&5 +$as_echo_n "checking for struct mallinfo... " >&6; } if test "${ac_cv_type_struct_mallinfo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_struct_mallinfo=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -26755,14 +28699,52 @@ #include #endif -typedef struct mallinfo ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (struct mallinfo)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#if HAVE_SYS_TYPES_H +#include +#endif +#if HAVE_MALLOC_H +#include +#endif + +int +main () +{ +if (sizeof ((struct mallinfo))) + return 0; ; return 0; } @@ -26773,29 +28755,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_struct_mallinfo=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_struct_mallinfo=no + ac_cv_type_struct_mallinfo=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_mallinfo" >&5 -echo "${ECHO_T}$ac_cv_type_struct_mallinfo" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_mallinfo" >&5 +$as_echo "$ac_cv_type_struct_mallinfo" >&6; } if test $ac_cv_type_struct_mallinfo = yes; then cat >>confdefs.h <<\_ACEOF @@ -26805,10 +28796,10 @@ fi -{ echo "$as_me:$LINENO: checking for struct mallinfo.mxfast" >&5 -echo $ECHO_N "checking for struct mallinfo.mxfast... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct mallinfo.mxfast" >&5 +$as_echo_n "checking for struct mallinfo.mxfast... " >&6; } if test "${ac_cv_member_struct_mallinfo_mxfast+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26840,20 +28831,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_mallinfo_mxfast=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -26886,20 +28878,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_mallinfo_mxfast=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_mallinfo_mxfast=no @@ -26910,8 +28903,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_mallinfo_mxfast" >&5 -echo "${ECHO_T}$ac_cv_member_struct_mallinfo_mxfast" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mallinfo_mxfast" >&5 +$as_echo "$ac_cv_member_struct_mallinfo_mxfast" >&6; } if test $ac_cv_member_struct_mallinfo_mxfast = yes; then cat >>confdefs.h <<_ACEOF @@ -26932,12 +28925,13 @@ echo "Using own rusage on Windows." ;; *) - { echo "$as_me:$LINENO: checking for struct rusage" >&5 -echo $ECHO_N "checking for struct rusage... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for struct rusage" >&5 +$as_echo_n "checking for struct rusage... " >&6; } if test "${ac_cv_type_struct_rusage+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_struct_rusage=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -26951,14 +28945,52 @@ #include #endif -typedef struct rusage ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (struct rusage)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#if HAVE_SYS_TIME_H +#include +#endif +#if HAVE_SYS_RESOURCE_H +#include +#endif + +int +main () +{ +if (sizeof ((struct rusage))) + return 0; ; return 0; } @@ -26969,29 +29001,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_struct_rusage=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_struct_rusage=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_struct_rusage=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_rusage" >&5 -echo "${ECHO_T}$ac_cv_type_struct_rusage" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_rusage" >&5 +$as_echo "$ac_cv_type_struct_rusage" >&6; } if test $ac_cv_type_struct_rusage = yes; then cat >>confdefs.h <<\_ACEOF @@ -27003,10 +29044,10 @@ ;; esac -{ echo "$as_me:$LINENO: checking for struct iphdr.ip_hl" >&5 -echo $ECHO_N "checking for struct iphdr.ip_hl... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct iphdr.ip_hl" >&5 +$as_echo_n "checking for struct iphdr.ip_hl... " >&6; } if test "${ac_cv_member_struct_iphdr_ip_hl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27046,20 +29087,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_iphdr_ip_hl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -27100,20 +29142,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_member_struct_iphdr_ip_hl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_iphdr_ip_hl=no @@ -27124,8 +29167,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_iphdr_ip_hl" >&5 -echo "${ECHO_T}$ac_cv_member_struct_iphdr_ip_hl" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_iphdr_ip_hl" >&5 +$as_echo "$ac_cv_member_struct_iphdr_ip_hl" >&6; } if test $ac_cv_member_struct_iphdr_ip_hl = yes; then cat >>confdefs.h <<_ACEOF @@ -27136,68 +29179,14 @@ fi -{ echo "$as_me:$LINENO: checking for void *" >&5 -echo $ECHO_N "checking for void *... $ECHO_C" >&6; } -if test "${ac_cv_type_void_p+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -$ac_includes_default -typedef void * ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_type_void_p=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_void_p=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5 -echo "${ECHO_T}$ac_cv_type_void_p" >&6; } - # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of void *" >&5 -echo $ECHO_N "checking size of void *... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of void *" >&5 +$as_echo_n "checking size of void *... " >&6; } if test "${ac_cv_sizeof_void_p+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -27208,11 +29197,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef void * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= 0)]; test_array [0] = 0 ; @@ -27225,13 +29213,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -27245,11 +29234,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef void * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)]; test_array [0] = 0 ; @@ -27262,20 +29250,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -27289,7 +29278,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -27299,11 +29288,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef void * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (void *))) < 0)]; test_array [0] = 0 ; @@ -27316,13 +29304,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -27336,11 +29325,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef void * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= $ac_mid)]; test_array [0] = 0 ; @@ -27353,20 +29341,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -27380,7 +29369,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -27400,11 +29389,10 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef void * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)]; test_array [0] = 0 ; @@ -27417,20 +29405,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -27441,9 +29430,9 @@ case $ac_lo in ?*) ac_cv_sizeof_void_p=$ac_lo;; '') if test "$ac_cv_type_void_p" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (void *) +$as_echo "$as_me: error: cannot compute sizeof (void *) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -27458,9 +29447,8 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef void * ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (void *)); } +static unsigned long int ulongval () { return (long int) (sizeof (void *)); } #include #include int @@ -27470,20 +29458,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (void *))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (void *)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (void *)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -27496,43 +29486,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_void_p=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_void_p" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (void *) +$as_echo "$as_me: error: cannot compute sizeof (void *) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_void_p=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 -echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 +$as_echo "$ac_cv_sizeof_void_p" >&6; } @@ -27542,12 +29535,13 @@ -{ echo "$as_me:$LINENO: checking for int8_t" >&5 -echo $ECHO_N "checking for int8_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for int8_t" >&5 +$as_echo_n "checking for int8_t... " >&6; } if test "${ac_cv_type_int8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_int8_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -27580,14 +29574,11 @@ #endif -typedef int8_t ac__type_new_; int main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +{ +if (sizeof (int8_t)) + return 0; ; return 0; } @@ -27598,36 +29589,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int8_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_int8_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5 -echo "${ECHO_T}$ac_cv_type_int8_t" >&6; } -if test $ac_cv_type_int8_t = yes; then - - { echo "$as_me:$LINENO: checking for int8_t" >&5 -echo $ECHO_N "checking for int8_t... $ECHO_C" >&6; } -if test "${ac_cv_type_int8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -27635,8 +29608,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -27663,15 +29634,11 @@ #endif - -typedef int8_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((int8_t))) + return 0; ; return 0; } @@ -27682,38 +29649,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int8_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_int8_t=no + ac_cv_type_int8_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5 -echo "${ECHO_T}$ac_cv_type_int8_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_int8_t" >&5 +$as_echo "$ac_cv_type_int8_t" >&6; } +if test $ac_cv_type_int8_t = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of int8_t" >&5 -echo $ECHO_N "checking size of int8_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of int8_t" >&5 +$as_echo_n "checking size of int8_t... " >&6; } if test "${ac_cv_sizeof_int8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -27753,11 +29730,10 @@ - typedef int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int8_t))) >= 0)]; test_array [0] = 0 ; @@ -27770,13 +29746,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -27819,11 +29796,10 @@ - typedef int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int8_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -27836,20 +29812,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -27863,7 +29840,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -27902,11 +29879,10 @@ - typedef int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int8_t))) < 0)]; test_array [0] = 0 ; @@ -27919,13 +29895,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -27968,11 +29945,10 @@ - typedef int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int8_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -27985,20 +29961,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -28012,7 +29989,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -28061,11 +30038,10 @@ - typedef int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int8_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -28078,20 +30054,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -28102,9 +30079,9 @@ case $ac_lo in ?*) ac_cv_sizeof_int8_t=$ac_lo;; '') if test "$ac_cv_type_int8_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int8_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int8_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int8_t) +$as_echo "$as_me: error: cannot compute sizeof (int8_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -28148,9 +30125,8 @@ - typedef int8_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (int8_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (int8_t)); } #include #include int @@ -28160,20 +30136,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (int8_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int8_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int8_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -28186,43 +30164,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int8_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_int8_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int8_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int8_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int8_t) +$as_echo "$as_me: error: cannot compute sizeof (int8_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_int8_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int8_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_int8_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int8_t" >&5 +$as_echo "$ac_cv_sizeof_int8_t" >&6; } @@ -28240,12 +30221,13 @@ fi -{ echo "$as_me:$LINENO: checking for char" >&5 -echo $ECHO_N "checking for char... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for char" >&5 +$as_echo_n "checking for char... " >&6; } if test "${ac_cv_type_char+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_char=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -28278,14 +30260,11 @@ #endif -typedef char ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (char)) + return 0; ; return 0; } @@ -28296,36 +30275,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_char=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_char=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 -echo "${ECHO_T}$ac_cv_type_char" >&6; } -if test $ac_cv_type_char = yes; then - - { echo "$as_me:$LINENO: checking for char" >&5 -echo $ECHO_N "checking for char... $ECHO_C" >&6; } -if test "${ac_cv_type_char+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -28333,8 +30294,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -28361,15 +30320,11 @@ #endif - -typedef char ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((char))) + return 0; ; return 0; } @@ -28380,38 +30335,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_char=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_char=no + ac_cv_type_char=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 -echo "${ECHO_T}$ac_cv_type_char" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 +$as_echo "$ac_cv_type_char" >&6; } +if test $ac_cv_type_char = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of char" >&5 -echo $ECHO_N "checking size of char... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of char" >&5 +$as_echo_n "checking size of char... " >&6; } if test "${ac_cv_sizeof_char+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -28451,11 +30416,10 @@ - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= 0)]; test_array [0] = 0 ; @@ -28468,13 +30432,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -28517,11 +30482,10 @@ - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; test_array [0] = 0 ; @@ -28534,20 +30498,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -28561,7 +30526,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -28600,11 +30565,10 @@ - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) < 0)]; test_array [0] = 0 ; @@ -28617,13 +30581,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -28666,11 +30631,10 @@ - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= $ac_mid)]; test_array [0] = 0 ; @@ -28683,20 +30647,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -28710,7 +30675,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -28759,11 +30724,10 @@ - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; test_array [0] = 0 ; @@ -28776,20 +30740,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -28800,9 +30765,9 @@ case $ac_lo in ?*) ac_cv_sizeof_char=$ac_lo;; '') if test "$ac_cv_type_char" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char) +$as_echo "$as_me: error: cannot compute sizeof (char) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -28846,9 +30811,8 @@ - typedef char ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (char)); } +static unsigned long int ulongval () { return (long int) (sizeof (char)); } #include #include int @@ -28858,20 +30822,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (char))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -28884,43 +30850,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_char=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_char" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char) +$as_echo "$as_me: error: cannot compute sizeof (char) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_char=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 -echo "${ECHO_T}$ac_cv_sizeof_char" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 +$as_echo "$ac_cv_sizeof_char" >&6; } @@ -28938,12 +30907,13 @@ fi -{ echo "$as_me:$LINENO: checking for u_int8_t" >&5 -echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for u_int8_t" >&5 +$as_echo_n "checking for u_int8_t... " >&6; } if test "${ac_cv_type_u_int8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_int8_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -28976,14 +30946,11 @@ #endif -typedef u_int8_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_int8_t)) + return 0; ; return 0; } @@ -28994,36 +30961,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_u_int8_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_u_int8_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6; } -if test $ac_cv_type_u_int8_t = yes; then - - { echo "$as_me:$LINENO: checking for u_int8_t" >&5 -echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6; } -if test "${ac_cv_type_u_int8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29031,8 +30980,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -29059,15 +31006,11 @@ #endif - -typedef u_int8_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((u_int8_t))) + return 0; ; return 0; } @@ -29078,38 +31021,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_u_int8_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_int8_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_int8_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5 +$as_echo "$ac_cv_type_u_int8_t" >&6; } +if test $ac_cv_type_u_int8_t = yes; then -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of u_int8_t" >&5 -echo $ECHO_N "checking size of u_int8_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of u_int8_t" >&5 +$as_echo_n "checking size of u_int8_t... " >&6; } if test "${ac_cv_sizeof_u_int8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -29149,11 +31102,10 @@ - typedef u_int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int8_t))) >= 0)]; test_array [0] = 0 ; @@ -29166,13 +31118,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -29215,11 +31168,10 @@ - typedef u_int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int8_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -29232,20 +31184,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -29259,7 +31212,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -29298,11 +31251,10 @@ - typedef u_int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int8_t))) < 0)]; test_array [0] = 0 ; @@ -29315,13 +31267,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -29364,11 +31317,10 @@ - typedef u_int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int8_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -29381,20 +31333,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -29408,7 +31361,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -29457,11 +31410,10 @@ - typedef u_int8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int8_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -29474,20 +31426,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -29498,9 +31451,9 @@ case $ac_lo in ?*) ac_cv_sizeof_u_int8_t=$ac_lo;; '') if test "$ac_cv_type_u_int8_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (u_int8_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (u_int8_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (u_int8_t) +$as_echo "$as_me: error: cannot compute sizeof (u_int8_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -29544,9 +31497,8 @@ - typedef u_int8_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (u_int8_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (u_int8_t)); } #include #include int @@ -29556,20 +31508,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (u_int8_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (u_int8_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (u_int8_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -29582,43 +31536,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_u_int8_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_u_int8_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (u_int8_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (u_int8_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (u_int8_t) +$as_echo "$as_me: error: cannot compute sizeof (u_int8_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_u_int8_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_u_int8_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_u_int8_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_u_int8_t" >&5 +$as_echo "$ac_cv_sizeof_u_int8_t" >&6; } @@ -29636,12 +31593,13 @@ fi -{ echo "$as_me:$LINENO: checking for uint8_t" >&5 -echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uint8_t" >&5 +$as_echo_n "checking for uint8_t... " >&6; } if test "${ac_cv_type_uint8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_uint8_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -29674,14 +31632,11 @@ #endif -typedef uint8_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (uint8_t)) + return 0; ; return 0; } @@ -29692,36 +31647,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_uint8_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_uint8_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uint8_t" >&5 -echo "${ECHO_T}$ac_cv_type_uint8_t" >&6; } -if test $ac_cv_type_uint8_t = yes; then - - { echo "$as_me:$LINENO: checking for uint8_t" >&5 -echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6; } -if test "${ac_cv_type_uint8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -29729,8 +31666,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -29757,15 +31692,11 @@ #endif - -typedef uint8_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((uint8_t))) + return 0; ; return 0; } @@ -29776,38 +31707,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_uint8_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_uint8_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_uint8_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uint8_t" >&5 -echo "${ECHO_T}$ac_cv_type_uint8_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint8_t" >&5 +$as_echo "$ac_cv_type_uint8_t" >&6; } +if test $ac_cv_type_uint8_t = yes; then -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of uint8_t" >&5 -echo $ECHO_N "checking size of uint8_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of uint8_t" >&5 +$as_echo_n "checking size of uint8_t... " >&6; } if test "${ac_cv_sizeof_uint8_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -29847,11 +31788,10 @@ - typedef uint8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint8_t))) >= 0)]; test_array [0] = 0 ; @@ -29864,13 +31804,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -29913,11 +31854,10 @@ - typedef uint8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint8_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -29930,20 +31870,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -29957,7 +31898,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -29996,11 +31937,10 @@ - typedef uint8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint8_t))) < 0)]; test_array [0] = 0 ; @@ -30013,13 +31953,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -30062,11 +32003,10 @@ - typedef uint8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint8_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -30079,20 +32019,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -30106,7 +32047,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -30155,11 +32096,10 @@ - typedef uint8_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint8_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -30172,20 +32112,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -30196,9 +32137,9 @@ case $ac_lo in ?*) ac_cv_sizeof_uint8_t=$ac_lo;; '') if test "$ac_cv_type_uint8_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (uint8_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (uint8_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (uint8_t) +$as_echo "$as_me: error: cannot compute sizeof (uint8_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -30242,9 +32183,8 @@ - typedef uint8_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (uint8_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (uint8_t)); } #include #include int @@ -30254,20 +32194,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (uint8_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (uint8_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (uint8_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -30280,43 +32222,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_uint8_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_uint8_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (uint8_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (uint8_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (uint8_t) +$as_echo "$as_me: error: cannot compute sizeof (uint8_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_uint8_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint8_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_uint8_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint8_t" >&5 +$as_echo "$ac_cv_sizeof_uint8_t" >&6; } @@ -30334,12 +32279,13 @@ fi -{ echo "$as_me:$LINENO: checking for int16_t" >&5 -echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for int16_t" >&5 +$as_echo_n "checking for int16_t... " >&6; } if test "${ac_cv_type_int16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_int16_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -30372,14 +32318,11 @@ #endif -typedef int16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (int16_t)) + return 0; ; return 0; } @@ -30390,36 +32333,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int16_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_int16_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5 -echo "${ECHO_T}$ac_cv_type_int16_t" >&6; } -if test $ac_cv_type_int16_t = yes; then - - { echo "$as_me:$LINENO: checking for int16_t" >&5 -echo $ECHO_N "checking for int16_t... $ECHO_C" >&6; } -if test "${ac_cv_type_int16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -30427,8 +32352,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -30455,15 +32378,11 @@ #endif - -typedef int16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((int16_t))) + return 0; ; return 0; } @@ -30474,38 +32393,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int16_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_int16_t=no + ac_cv_type_int16_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5 -echo "${ECHO_T}$ac_cv_type_int16_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5 +$as_echo "$ac_cv_type_int16_t" >&6; } +if test $ac_cv_type_int16_t = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of int16_t" >&5 -echo $ECHO_N "checking size of int16_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of int16_t" >&5 +$as_echo_n "checking size of int16_t... " >&6; } if test "${ac_cv_sizeof_int16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -30545,11 +32474,10 @@ - typedef int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int16_t))) >= 0)]; test_array [0] = 0 ; @@ -30562,13 +32490,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -30611,11 +32540,10 @@ - typedef int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int16_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -30628,20 +32556,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -30655,7 +32584,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -30694,11 +32623,10 @@ - typedef int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int16_t))) < 0)]; test_array [0] = 0 ; @@ -30711,13 +32639,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -30760,11 +32689,10 @@ - typedef int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int16_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -30777,20 +32705,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -30804,7 +32733,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -30853,11 +32782,10 @@ - typedef int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int16_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -30870,20 +32798,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -30894,9 +32823,9 @@ case $ac_lo in ?*) ac_cv_sizeof_int16_t=$ac_lo;; '') if test "$ac_cv_type_int16_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int16_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int16_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int16_t) +$as_echo "$as_me: error: cannot compute sizeof (int16_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -30940,9 +32869,8 @@ - typedef int16_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (int16_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (int16_t)); } #include #include int @@ -30952,20 +32880,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (int16_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int16_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int16_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -30978,43 +32908,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int16_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_int16_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int16_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int16_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int16_t) +$as_echo "$as_me: error: cannot compute sizeof (int16_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_int16_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int16_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_int16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int16_t" >&5 +$as_echo "$ac_cv_sizeof_int16_t" >&6; } @@ -31032,12 +32965,13 @@ fi -{ echo "$as_me:$LINENO: checking for short" >&5 -echo $ECHO_N "checking for short... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for short" >&5 +$as_echo_n "checking for short... " >&6; } if test "${ac_cv_type_short+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_short=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -31070,14 +33004,11 @@ #endif -typedef short ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (short)) + return 0; ; return 0; } @@ -31088,36 +33019,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_short=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_short=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 -echo "${ECHO_T}$ac_cv_type_short" >&6; } -if test $ac_cv_type_short = yes; then - - { echo "$as_me:$LINENO: checking for short" >&5 -echo $ECHO_N "checking for short... $ECHO_C" >&6; } -if test "${ac_cv_type_short+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -31125,8 +33038,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -31153,15 +33064,11 @@ #endif - -typedef short ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((short))) + return 0; ; return 0; } @@ -31172,38 +33079,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_short=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_short=no + ac_cv_type_short=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 -echo "${ECHO_T}$ac_cv_type_short" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 +$as_echo "$ac_cv_type_short" >&6; } +if test $ac_cv_type_short = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of short" >&5 -echo $ECHO_N "checking size of short... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of short" >&5 +$as_echo_n "checking size of short... " >&6; } if test "${ac_cv_sizeof_short+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -31243,11 +33160,10 @@ - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= 0)]; test_array [0] = 0 ; @@ -31260,13 +33176,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -31309,11 +33226,10 @@ - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)]; test_array [0] = 0 ; @@ -31326,20 +33242,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -31353,7 +33270,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -31392,11 +33309,10 @@ - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) < 0)]; test_array [0] = 0 ; @@ -31409,13 +33325,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -31458,11 +33375,10 @@ - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= $ac_mid)]; test_array [0] = 0 ; @@ -31475,20 +33391,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -31502,7 +33419,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -31551,11 +33468,10 @@ - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)]; test_array [0] = 0 ; @@ -31568,20 +33484,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -31592,9 +33509,9 @@ case $ac_lo in ?*) ac_cv_sizeof_short=$ac_lo;; '') if test "$ac_cv_type_short" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (short) +$as_echo "$as_me: error: cannot compute sizeof (short) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -31638,9 +33555,8 @@ - typedef short ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (short)); } +static unsigned long int ulongval () { return (long int) (sizeof (short)); } #include #include int @@ -31650,20 +33566,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (short))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (short)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (short)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -31676,43 +33594,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_short=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_short" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (short) +$as_echo "$as_me: error: cannot compute sizeof (short) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_short=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 -echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 +$as_echo "$ac_cv_sizeof_short" >&6; } @@ -31730,12 +33651,13 @@ fi -{ echo "$as_me:$LINENO: checking for int" >&5 -echo $ECHO_N "checking for int... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for int" >&5 +$as_echo_n "checking for int... " >&6; } if test "${ac_cv_type_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_int=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -31768,14 +33690,11 @@ #endif -typedef int ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (int)) + return 0; ; return 0; } @@ -31786,36 +33705,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_int=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 -echo "${ECHO_T}$ac_cv_type_int" >&6; } -if test $ac_cv_type_int = yes; then - - { echo "$as_me:$LINENO: checking for int" >&5 -echo $ECHO_N "checking for int... $ECHO_C" >&6; } -if test "${ac_cv_type_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -31823,8 +33724,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -31851,15 +33750,11 @@ #endif - -typedef int ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((int))) + return 0; ; return 0; } @@ -31870,38 +33765,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_int=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_int=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 -echo "${ECHO_T}$ac_cv_type_int" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 +$as_echo "$ac_cv_type_int" >&6; } +if test $ac_cv_type_int = yes; then -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of int" >&5 -echo $ECHO_N "checking size of int... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of int" >&5 +$as_echo_n "checking size of int... " >&6; } if test "${ac_cv_sizeof_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -31941,11 +33846,10 @@ - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)]; test_array [0] = 0 ; @@ -31958,13 +33862,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -32007,11 +33912,10 @@ - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; test_array [0] = 0 ; @@ -32024,20 +33928,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -32051,7 +33956,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -32090,11 +33995,10 @@ - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)]; test_array [0] = 0 ; @@ -32107,13 +34011,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -32156,11 +34061,10 @@ - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)]; test_array [0] = 0 ; @@ -32173,20 +34077,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -32200,7 +34105,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -32249,11 +34154,10 @@ - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; test_array [0] = 0 ; @@ -32266,20 +34170,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -32290,9 +34195,9 @@ case $ac_lo in ?*) ac_cv_sizeof_int=$ac_lo;; '') if test "$ac_cv_type_int" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int) +$as_echo "$as_me: error: cannot compute sizeof (int) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -32336,9 +34241,8 @@ - typedef int ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (int)); } +static unsigned long int ulongval () { return (long int) (sizeof (int)); } #include #include int @@ -32348,20 +34252,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (int))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -32374,43 +34280,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_int" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int) +$as_echo "$as_me: error: cannot compute sizeof (int) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_int=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 -echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 +$as_echo "$ac_cv_sizeof_int" >&6; } @@ -32428,12 +34337,13 @@ fi -{ echo "$as_me:$LINENO: checking for u_int16_t" >&5 -echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for u_int16_t" >&5 +$as_echo_n "checking for u_int16_t... " >&6; } if test "${ac_cv_type_u_int16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_int16_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -32466,14 +34376,11 @@ #endif -typedef u_int16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_int16_t)) + return 0; ; return 0; } @@ -32484,36 +34391,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_u_int16_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_u_int16_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6; } -if test $ac_cv_type_u_int16_t = yes; then - - { echo "$as_me:$LINENO: checking for u_int16_t" >&5 -echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6; } -if test "${ac_cv_type_u_int16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -32521,8 +34410,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -32549,15 +34436,11 @@ #endif - -typedef u_int16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((u_int16_t))) + return 0; ; return 0; } @@ -32568,38 +34451,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_u_int16_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_int16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_int16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5 +$as_echo "$ac_cv_type_u_int16_t" >&6; } +if test $ac_cv_type_u_int16_t = yes; then -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of u_int16_t" >&5 -echo $ECHO_N "checking size of u_int16_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of u_int16_t" >&5 +$as_echo_n "checking size of u_int16_t... " >&6; } if test "${ac_cv_sizeof_u_int16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -32639,11 +34532,10 @@ - typedef u_int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int16_t))) >= 0)]; test_array [0] = 0 ; @@ -32656,13 +34548,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -32705,11 +34598,10 @@ - typedef u_int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int16_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -32722,20 +34614,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -32749,7 +34642,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -32788,11 +34681,10 @@ - typedef u_int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int16_t))) < 0)]; test_array [0] = 0 ; @@ -32805,13 +34697,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -32854,11 +34747,10 @@ - typedef u_int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int16_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -32871,20 +34763,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -32898,7 +34791,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -32947,11 +34840,10 @@ - typedef u_int16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int16_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -32964,20 +34856,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -32988,9 +34881,9 @@ case $ac_lo in ?*) ac_cv_sizeof_u_int16_t=$ac_lo;; '') if test "$ac_cv_type_u_int16_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (u_int16_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (u_int16_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (u_int16_t) +$as_echo "$as_me: error: cannot compute sizeof (u_int16_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -33034,9 +34927,8 @@ - typedef u_int16_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (u_int16_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (u_int16_t)); } #include #include int @@ -33046,20 +34938,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (u_int16_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (u_int16_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (u_int16_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -33072,43 +34966,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_u_int16_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_u_int16_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (u_int16_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (u_int16_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (u_int16_t) +$as_echo "$as_me: error: cannot compute sizeof (u_int16_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_u_int16_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_u_int16_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_u_int16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_u_int16_t" >&5 +$as_echo "$ac_cv_sizeof_u_int16_t" >&6; } @@ -33126,12 +35023,13 @@ fi -{ echo "$as_me:$LINENO: checking for uint16_t" >&5 -echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uint16_t" >&5 +$as_echo_n "checking for uint16_t... " >&6; } if test "${ac_cv_type_uint16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_uint16_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -33164,14 +35062,11 @@ #endif -typedef uint16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (uint16_t)) + return 0; ; return 0; } @@ -33182,36 +35077,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_uint16_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_uint16_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5 -echo "${ECHO_T}$ac_cv_type_uint16_t" >&6; } -if test $ac_cv_type_uint16_t = yes; then - - { echo "$as_me:$LINENO: checking for uint16_t" >&5 -echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; } -if test "${ac_cv_type_uint16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -33219,8 +35096,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -33247,15 +35122,11 @@ #endif - -typedef uint16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((uint16_t))) + return 0; ; return 0; } @@ -33266,38 +35137,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_uint16_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_uint16_t=no + ac_cv_type_uint16_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5 -echo "${ECHO_T}$ac_cv_type_uint16_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5 +$as_echo "$ac_cv_type_uint16_t" >&6; } +if test $ac_cv_type_uint16_t = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of uint16_t" >&5 -echo $ECHO_N "checking size of uint16_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of uint16_t" >&5 +$as_echo_n "checking size of uint16_t... " >&6; } if test "${ac_cv_sizeof_uint16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -33337,11 +35218,10 @@ - typedef uint16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint16_t))) >= 0)]; test_array [0] = 0 ; @@ -33354,13 +35234,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -33403,11 +35284,10 @@ - typedef uint16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint16_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -33420,20 +35300,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -33447,7 +35328,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -33486,11 +35367,10 @@ - typedef uint16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint16_t))) < 0)]; test_array [0] = 0 ; @@ -33503,13 +35383,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -33552,11 +35433,10 @@ - typedef uint16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint16_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -33569,20 +35449,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -33596,7 +35477,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -33645,11 +35526,10 @@ - typedef uint16_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint16_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -33662,20 +35542,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -33686,9 +35567,9 @@ case $ac_lo in ?*) ac_cv_sizeof_uint16_t=$ac_lo;; '') if test "$ac_cv_type_uint16_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (uint16_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (uint16_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (uint16_t) +$as_echo "$as_me: error: cannot compute sizeof (uint16_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -33732,9 +35613,8 @@ - typedef uint16_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (uint16_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (uint16_t)); } #include #include int @@ -33744,20 +35624,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (uint16_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (uint16_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (uint16_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -33770,43 +35652,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_uint16_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_uint16_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (uint16_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (uint16_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (uint16_t) +$as_echo "$as_me: error: cannot compute sizeof (uint16_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_uint16_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint16_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_uint16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint16_t" >&5 +$as_echo "$ac_cv_sizeof_uint16_t" >&6; } @@ -33824,12 +35709,13 @@ fi -{ echo "$as_me:$LINENO: checking for int32_t" >&5 -echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for int32_t" >&5 +$as_echo_n "checking for int32_t... " >&6; } if test "${ac_cv_type_int32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_int32_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -33862,14 +35748,11 @@ #endif -typedef int32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (int32_t)) + return 0; ; return 0; } @@ -33880,36 +35763,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int32_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_int32_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5 -echo "${ECHO_T}$ac_cv_type_int32_t" >&6; } -if test $ac_cv_type_int32_t = yes; then - - { echo "$as_me:$LINENO: checking for int32_t" >&5 -echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; } -if test "${ac_cv_type_int32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -33917,8 +35782,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -33945,15 +35808,11 @@ #endif - -typedef int32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((int32_t))) + return 0; ; return 0; } @@ -33964,38 +35823,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int32_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_int32_t=no + ac_cv_type_int32_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5 -echo "${ECHO_T}$ac_cv_type_int32_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5 +$as_echo "$ac_cv_type_int32_t" >&6; } +if test $ac_cv_type_int32_t = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of int32_t" >&5 -echo $ECHO_N "checking size of int32_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of int32_t" >&5 +$as_echo_n "checking size of int32_t... " >&6; } if test "${ac_cv_sizeof_int32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -34035,11 +35904,10 @@ - typedef int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) >= 0)]; test_array [0] = 0 ; @@ -34052,13 +35920,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -34101,11 +35970,10 @@ - typedef int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -34118,20 +35986,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -34145,7 +36014,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -34184,11 +36053,10 @@ - typedef int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) < 0)]; test_array [0] = 0 ; @@ -34201,13 +36069,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -34250,11 +36119,10 @@ - typedef int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -34267,20 +36135,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -34294,7 +36163,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -34343,11 +36212,10 @@ - typedef int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int32_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -34360,20 +36228,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -34384,9 +36253,9 @@ case $ac_lo in ?*) ac_cv_sizeof_int32_t=$ac_lo;; '') if test "$ac_cv_type_int32_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int32_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int32_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int32_t) +$as_echo "$as_me: error: cannot compute sizeof (int32_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -34430,9 +36299,8 @@ - typedef int32_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (int32_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (int32_t)); } #include #include int @@ -34442,20 +36310,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (int32_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int32_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int32_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -34468,43 +36338,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int32_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_int32_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int32_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int32_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int32_t) +$as_echo "$as_me: error: cannot compute sizeof (int32_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_int32_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int32_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_int32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int32_t" >&5 +$as_echo "$ac_cv_sizeof_int32_t" >&6; } @@ -34522,12 +36395,13 @@ fi -{ echo "$as_me:$LINENO: checking for long" >&5 -echo $ECHO_N "checking for long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for long" >&5 +$as_echo_n "checking for long... " >&6; } if test "${ac_cv_type_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_long=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -34560,14 +36434,11 @@ #endif -typedef long ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (long)) + return 0; ; return 0; } @@ -34578,36 +36449,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_long=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_long=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 -echo "${ECHO_T}$ac_cv_type_long" >&6; } -if test $ac_cv_type_long = yes; then - - { echo "$as_me:$LINENO: checking for long" >&5 -echo $ECHO_N "checking for long... $ECHO_C" >&6; } -if test "${ac_cv_type_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -34615,8 +36468,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -34643,15 +36494,11 @@ #endif - -typedef long ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((long))) + return 0; ; return 0; } @@ -34662,38 +36509,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_long=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_long=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_long=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 -echo "${ECHO_T}$ac_cv_type_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 +$as_echo "$ac_cv_type_long" >&6; } +if test $ac_cv_type_long = yes; then -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of long" >&5 -echo $ECHO_N "checking size of long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of long" >&5 +$as_echo_n "checking size of long... " >&6; } if test "${ac_cv_sizeof_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -34733,11 +36590,10 @@ - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= 0)]; test_array [0] = 0 ; @@ -34750,13 +36606,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -34799,11 +36656,10 @@ - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -34816,20 +36672,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -34843,7 +36700,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -34882,11 +36739,10 @@ - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) < 0)]; test_array [0] = 0 ; @@ -34899,13 +36755,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -34948,11 +36805,10 @@ - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= $ac_mid)]; test_array [0] = 0 ; @@ -34965,20 +36821,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -34992,7 +36849,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -35041,11 +36898,10 @@ - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -35058,20 +36914,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -35082,9 +36939,9 @@ case $ac_lo in ?*) ac_cv_sizeof_long=$ac_lo;; '') if test "$ac_cv_type_long" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long) +$as_echo "$as_me: error: cannot compute sizeof (long) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -35128,9 +36985,8 @@ - typedef long ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (long)); } +static unsigned long int ulongval () { return (long int) (sizeof (long)); } #include #include int @@ -35140,20 +36996,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (long))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -35166,43 +37024,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_long" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long) +$as_echo "$as_me: error: cannot compute sizeof (long) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_long=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 -echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 +$as_echo "$ac_cv_sizeof_long" >&6; } @@ -35220,12 +37081,13 @@ fi -{ echo "$as_me:$LINENO: checking for u_int32_t" >&5 -echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for u_int32_t" >&5 +$as_echo_n "checking for u_int32_t... " >&6; } if test "${ac_cv_type_u_int32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_int32_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -35258,14 +37120,11 @@ #endif -typedef u_int32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_int32_t)) + return 0; ; return 0; } @@ -35276,36 +37135,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_u_int32_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_u_int32_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6; } -if test $ac_cv_type_u_int32_t = yes; then - - { echo "$as_me:$LINENO: checking for u_int32_t" >&5 -echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6; } -if test "${ac_cv_type_u_int32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -35313,8 +37154,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -35341,15 +37180,11 @@ #endif - -typedef u_int32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((u_int32_t))) + return 0; ; return 0; } @@ -35360,38 +37195,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_u_int32_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_int32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_int32_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5 +$as_echo "$ac_cv_type_u_int32_t" >&6; } +if test $ac_cv_type_u_int32_t = yes; then -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of u_int32_t" >&5 -echo $ECHO_N "checking size of u_int32_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of u_int32_t" >&5 +$as_echo_n "checking size of u_int32_t... " >&6; } if test "${ac_cv_sizeof_u_int32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -35431,11 +37276,10 @@ - typedef u_int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) >= 0)]; test_array [0] = 0 ; @@ -35448,13 +37292,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -35497,11 +37342,10 @@ - typedef u_int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -35514,20 +37358,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -35541,7 +37386,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -35580,11 +37425,10 @@ - typedef u_int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) < 0)]; test_array [0] = 0 ; @@ -35597,13 +37441,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -35646,11 +37491,10 @@ - typedef u_int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -35663,20 +37507,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -35690,7 +37535,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -35739,11 +37584,10 @@ - typedef u_int32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int32_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -35756,20 +37600,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -35780,9 +37625,9 @@ case $ac_lo in ?*) ac_cv_sizeof_u_int32_t=$ac_lo;; '') if test "$ac_cv_type_u_int32_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (u_int32_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (u_int32_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (u_int32_t) +$as_echo "$as_me: error: cannot compute sizeof (u_int32_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -35826,9 +37671,8 @@ - typedef u_int32_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (u_int32_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (u_int32_t)); } #include #include int @@ -35838,20 +37682,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (u_int32_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (u_int32_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (u_int32_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -35864,43 +37710,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_u_int32_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_u_int32_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (u_int32_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (u_int32_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (u_int32_t) +$as_echo "$as_me: error: cannot compute sizeof (u_int32_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_u_int32_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_u_int32_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_u_int32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_u_int32_t" >&5 +$as_echo "$ac_cv_sizeof_u_int32_t" >&6; } @@ -35918,12 +37767,13 @@ fi -{ echo "$as_me:$LINENO: checking for uint32_t" >&5 -echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uint32_t" >&5 +$as_echo_n "checking for uint32_t... " >&6; } if test "${ac_cv_type_uint32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_uint32_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -35956,14 +37806,11 @@ #endif -typedef uint32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (uint32_t)) + return 0; ; return 0; } @@ -35974,36 +37821,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_uint32_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_uint32_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5 -echo "${ECHO_T}$ac_cv_type_uint32_t" >&6; } -if test $ac_cv_type_uint32_t = yes; then - - { echo "$as_me:$LINENO: checking for uint32_t" >&5 -echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; } -if test "${ac_cv_type_uint32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -36011,8 +37840,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -36039,15 +37866,11 @@ #endif - -typedef uint32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((uint32_t))) + return 0; ; return 0; } @@ -36058,38 +37881,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_uint32_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_uint32_t=no + ac_cv_type_uint32_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5 -echo "${ECHO_T}$ac_cv_type_uint32_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5 +$as_echo "$ac_cv_type_uint32_t" >&6; } +if test $ac_cv_type_uint32_t = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of uint32_t" >&5 -echo $ECHO_N "checking size of uint32_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of uint32_t" >&5 +$as_echo_n "checking size of uint32_t... " >&6; } if test "${ac_cv_sizeof_uint32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -36129,11 +37962,10 @@ - typedef uint32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) >= 0)]; test_array [0] = 0 ; @@ -36146,13 +37978,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -36195,11 +38028,10 @@ - typedef uint32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -36212,20 +38044,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -36239,7 +38072,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -36278,11 +38111,10 @@ - typedef uint32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) < 0)]; test_array [0] = 0 ; @@ -36295,13 +38127,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -36344,11 +38177,10 @@ - typedef uint32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -36361,20 +38193,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -36388,7 +38221,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -36437,11 +38270,10 @@ - typedef uint32_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint32_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -36454,20 +38286,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -36478,9 +38311,9 @@ case $ac_lo in ?*) ac_cv_sizeof_uint32_t=$ac_lo;; '') if test "$ac_cv_type_uint32_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (uint32_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (uint32_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (uint32_t) +$as_echo "$as_me: error: cannot compute sizeof (uint32_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -36524,9 +38357,8 @@ - typedef uint32_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (uint32_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (uint32_t)); } #include #include int @@ -36536,20 +38368,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (uint32_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (uint32_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (uint32_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -36562,43 +38396,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_uint32_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_uint32_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (uint32_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (uint32_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (uint32_t) +$as_echo "$as_me: error: cannot compute sizeof (uint32_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_uint32_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint32_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_uint32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint32_t" >&5 +$as_echo "$ac_cv_sizeof_uint32_t" >&6; } @@ -36616,12 +38453,13 @@ fi -{ echo "$as_me:$LINENO: checking for int64_t" >&5 -echo $ECHO_N "checking for int64_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for int64_t" >&5 +$as_echo_n "checking for int64_t... " >&6; } if test "${ac_cv_type_int64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_int64_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -36654,14 +38492,11 @@ #endif -typedef int64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (int64_t)) + return 0; ; return 0; } @@ -36672,36 +38507,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int64_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_int64_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5 -echo "${ECHO_T}$ac_cv_type_int64_t" >&6; } -if test $ac_cv_type_int64_t = yes; then - - { echo "$as_me:$LINENO: checking for int64_t" >&5 -echo $ECHO_N "checking for int64_t... $ECHO_C" >&6; } -if test "${ac_cv_type_int64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -36709,8 +38526,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -36737,15 +38552,11 @@ #endif - -typedef int64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((int64_t))) + return 0; ; return 0; } @@ -36756,38 +38567,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_int64_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_int64_t=no + ac_cv_type_int64_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5 -echo "${ECHO_T}$ac_cv_type_int64_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5 +$as_echo "$ac_cv_type_int64_t" >&6; } +if test $ac_cv_type_int64_t = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of int64_t" >&5 -echo $ECHO_N "checking size of int64_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of int64_t" >&5 +$as_echo_n "checking size of int64_t... " >&6; } if test "${ac_cv_sizeof_int64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -36827,11 +38648,10 @@ - typedef int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int64_t))) >= 0)]; test_array [0] = 0 ; @@ -36844,13 +38664,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -36893,11 +38714,10 @@ - typedef int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int64_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -36910,20 +38730,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -36937,7 +38758,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -36976,11 +38797,10 @@ - typedef int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int64_t))) < 0)]; test_array [0] = 0 ; @@ -36993,13 +38813,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -37042,11 +38863,10 @@ - typedef int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int64_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -37059,20 +38879,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -37086,7 +38907,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -37135,11 +38956,10 @@ - typedef int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int64_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -37152,20 +38972,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -37176,9 +38997,9 @@ case $ac_lo in ?*) ac_cv_sizeof_int64_t=$ac_lo;; '') if test "$ac_cv_type_int64_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int64_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int64_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int64_t) +$as_echo "$as_me: error: cannot compute sizeof (int64_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -37222,9 +39043,8 @@ - typedef int64_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (int64_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (int64_t)); } #include #include int @@ -37234,20 +39054,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (int64_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int64_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int64_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -37260,43 +39082,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int64_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_int64_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (int64_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int64_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int64_t) +$as_echo "$as_me: error: cannot compute sizeof (int64_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_int64_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int64_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_int64_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int64_t" >&5 +$as_echo "$ac_cv_sizeof_int64_t" >&6; } @@ -37314,12 +39139,13 @@ fi -{ echo "$as_me:$LINENO: checking for __int64" >&5 -echo $ECHO_N "checking for __int64... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for __int64" >&5 +$as_echo_n "checking for __int64... " >&6; } if test "${ac_cv_type___int64+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type___int64=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -37352,14 +39178,11 @@ #endif -typedef __int64 ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (__int64)) + return 0; ; return 0; } @@ -37370,36 +39193,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type___int64=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type___int64=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type___int64" >&5 -echo "${ECHO_T}$ac_cv_type___int64" >&6; } -if test $ac_cv_type___int64 = yes; then - - { echo "$as_me:$LINENO: checking for __int64" >&5 -echo $ECHO_N "checking for __int64... $ECHO_C" >&6; } -if test "${ac_cv_type___int64+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -37407,8 +39212,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -37435,15 +39238,11 @@ #endif - -typedef __int64 ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((__int64))) + return 0; ; return 0; } @@ -37454,38 +39253,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type___int64=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type___int64=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type___int64=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type___int64" >&5 -echo "${ECHO_T}$ac_cv_type___int64" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type___int64" >&5 +$as_echo "$ac_cv_type___int64" >&6; } +if test $ac_cv_type___int64 = yes; then -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of __int64" >&5 -echo $ECHO_N "checking size of __int64... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of __int64" >&5 +$as_echo_n "checking size of __int64... " >&6; } if test "${ac_cv_sizeof___int64+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -37525,11 +39334,10 @@ - typedef __int64 ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) >= 0)]; test_array [0] = 0 ; @@ -37542,13 +39350,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -37591,11 +39400,10 @@ - typedef __int64 ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) <= $ac_mid)]; test_array [0] = 0 ; @@ -37608,20 +39416,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -37635,7 +39444,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -37674,11 +39483,10 @@ - typedef __int64 ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) < 0)]; test_array [0] = 0 ; @@ -37691,13 +39499,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -37740,11 +39549,10 @@ - typedef __int64 ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) >= $ac_mid)]; test_array [0] = 0 ; @@ -37757,20 +39565,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -37784,7 +39593,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -37833,11 +39642,10 @@ - typedef __int64 ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) <= $ac_mid)]; test_array [0] = 0 ; @@ -37850,20 +39658,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -37874,9 +39683,9 @@ case $ac_lo in ?*) ac_cv_sizeof___int64=$ac_lo;; '') if test "$ac_cv_type___int64" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (__int64) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (__int64) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (__int64) +$as_echo "$as_me: error: cannot compute sizeof (__int64) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -37920,9 +39729,8 @@ - typedef __int64 ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (__int64)); } +static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } #include #include int @@ -37932,20 +39740,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (__int64))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (__int64)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (__int64)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -37958,43 +39768,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof___int64=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type___int64" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (__int64) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (__int64) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (__int64) +$as_echo "$as_me: error: cannot compute sizeof (__int64) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof___int64=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof___int64" >&5 -echo "${ECHO_T}$ac_cv_sizeof___int64" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof___int64" >&5 +$as_echo "$ac_cv_sizeof___int64" >&6; } @@ -38012,12 +39825,13 @@ fi -{ echo "$as_me:$LINENO: checking for long long" >&5 -echo $ECHO_N "checking for long long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for long long" >&5 +$as_echo_n "checking for long long... " >&6; } if test "${ac_cv_type_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_long_long=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -38050,14 +39864,11 @@ #endif -typedef long long ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (long long)) + return 0; ; return 0; } @@ -38068,36 +39879,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_long_long=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_long_long=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 -echo "${ECHO_T}$ac_cv_type_long_long" >&6; } -if test $ac_cv_type_long_long = yes; then - - { echo "$as_me:$LINENO: checking for long long" >&5 -echo $ECHO_N "checking for long long... $ECHO_C" >&6; } -if test "${ac_cv_type_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -38105,8 +39898,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -38133,15 +39924,11 @@ #endif - -typedef long long ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((long long))) + return 0; ; return 0; } @@ -38152,38 +39939,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_long_long=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_long_long=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_long_long=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 -echo "${ECHO_T}$ac_cv_type_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 +$as_echo "$ac_cv_type_long_long" >&6; } +if test $ac_cv_type_long_long = yes; then -# The cast to long int works around a bug in the HP C Compiler + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of long long" >&5 -echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of long long" >&5 +$as_echo_n "checking size of long long... " >&6; } if test "${ac_cv_sizeof_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -38223,11 +40020,10 @@ - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= 0)]; test_array [0] = 0 ; @@ -38240,13 +40036,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -38289,11 +40086,10 @@ - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -38306,20 +40102,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -38333,7 +40130,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -38372,11 +40169,10 @@ - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) < 0)]; test_array [0] = 0 ; @@ -38389,13 +40185,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -38438,11 +40235,10 @@ - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= $ac_mid)]; test_array [0] = 0 ; @@ -38455,20 +40251,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -38482,7 +40279,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -38531,11 +40328,10 @@ - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -38548,20 +40344,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -38572,9 +40369,9 @@ case $ac_lo in ?*) ac_cv_sizeof_long_long=$ac_lo;; '') if test "$ac_cv_type_long_long" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long long) +$as_echo "$as_me: error: cannot compute sizeof (long long) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -38618,9 +40415,8 @@ - typedef long long ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (long long)); } +static unsigned long int ulongval () { return (long int) (sizeof (long long)); } #include #include int @@ -38630,20 +40426,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (long long))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long long)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long long)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -38656,43 +40454,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long_long=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_long_long" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long long) +$as_echo "$as_me: error: cannot compute sizeof (long long) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_long_long=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 -echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 +$as_echo "$ac_cv_sizeof_long_long" >&6; } @@ -38710,12 +40511,13 @@ fi -{ echo "$as_me:$LINENO: checking for u_int64_t" >&5 -echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for u_int64_t" >&5 +$as_echo_n "checking for u_int64_t... " >&6; } if test "${ac_cv_type_u_int64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_int64_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -38748,14 +40550,11 @@ #endif -typedef u_int64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_int64_t)) + return 0; ; return 0; } @@ -38766,36 +40565,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_u_int64_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_u_int64_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6; } -if test $ac_cv_type_u_int64_t = yes; then - - { echo "$as_me:$LINENO: checking for u_int64_t" >&5 -echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6; } -if test "${ac_cv_type_u_int64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -38803,8 +40584,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -38831,15 +40610,11 @@ #endif - -typedef u_int64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((u_int64_t))) + return 0; ; return 0; } @@ -38850,38 +40625,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_u_int64_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_int64_t=no + ac_cv_type_u_int64_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5 +$as_echo "$ac_cv_type_u_int64_t" >&6; } +if test $ac_cv_type_u_int64_t = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of u_int64_t" >&5 -echo $ECHO_N "checking size of u_int64_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of u_int64_t" >&5 +$as_echo_n "checking size of u_int64_t... " >&6; } if test "${ac_cv_sizeof_u_int64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -38921,11 +40706,10 @@ - typedef u_int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int64_t))) >= 0)]; test_array [0] = 0 ; @@ -38938,13 +40722,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -38987,11 +40772,10 @@ - typedef u_int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int64_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -39004,20 +40788,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -39031,7 +40816,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -39070,11 +40855,10 @@ - typedef u_int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int64_t))) < 0)]; test_array [0] = 0 ; @@ -39087,13 +40871,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -39136,11 +40921,10 @@ - typedef u_int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int64_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -39153,20 +40937,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -39180,7 +40965,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -39229,11 +41014,10 @@ - typedef u_int64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (u_int64_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -39246,20 +41030,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -39270,9 +41055,9 @@ case $ac_lo in ?*) ac_cv_sizeof_u_int64_t=$ac_lo;; '') if test "$ac_cv_type_u_int64_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (u_int64_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (u_int64_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (u_int64_t) +$as_echo "$as_me: error: cannot compute sizeof (u_int64_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -39316,9 +41101,8 @@ - typedef u_int64_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (u_int64_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (u_int64_t)); } #include #include int @@ -39328,20 +41112,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (u_int64_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (u_int64_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (u_int64_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -39354,43 +41140,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_u_int64_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_u_int64_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (u_int64_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (u_int64_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (u_int64_t) +$as_echo "$as_me: error: cannot compute sizeof (u_int64_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_u_int64_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_u_int64_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_u_int64_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_u_int64_t" >&5 +$as_echo "$ac_cv_sizeof_u_int64_t" >&6; } @@ -39408,12 +41197,13 @@ fi -{ echo "$as_me:$LINENO: checking for uint64_t" >&5 -echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uint64_t" >&5 +$as_echo_n "checking for uint64_t... " >&6; } if test "${ac_cv_type_uint64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_uint64_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -39446,14 +41236,11 @@ #endif -typedef uint64_t ac__type_new_; int main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +{ +if (sizeof (uint64_t)) + return 0; ; return 0; } @@ -39464,36 +41251,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_uint64_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_uint64_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5 -echo "${ECHO_T}$ac_cv_type_uint64_t" >&6; } -if test $ac_cv_type_uint64_t = yes; then - - { echo "$as_me:$LINENO: checking for uint64_t" >&5 -echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6; } -if test "${ac_cv_type_uint64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -39501,8 +41270,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -39529,15 +41296,11 @@ #endif - -typedef uint64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((uint64_t))) + return 0; ; return 0; } @@ -39548,38 +41311,48 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_uint64_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_uint64_t=no + ac_cv_type_uint64_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5 -echo "${ECHO_T}$ac_cv_type_uint64_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5 +$as_echo "$ac_cv_type_uint64_t" >&6; } +if test $ac_cv_type_uint64_t = yes; then + + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of uint64_t" >&5 -echo $ECHO_N "checking size of uint64_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of uint64_t" >&5 +$as_echo_n "checking size of uint64_t... " >&6; } if test "${ac_cv_sizeof_uint64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -39619,11 +41392,10 @@ - typedef uint64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint64_t))) >= 0)]; test_array [0] = 0 ; @@ -39636,13 +41408,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -39685,11 +41458,10 @@ - typedef uint64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint64_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -39702,20 +41474,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -39729,7 +41502,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -39768,11 +41541,10 @@ - typedef uint64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint64_t))) < 0)]; test_array [0] = 0 ; @@ -39785,13 +41557,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -39834,11 +41607,10 @@ - typedef uint64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint64_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -39851,20 +41623,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -39878,7 +41651,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -39927,11 +41700,10 @@ - typedef uint64_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (uint64_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -39944,20 +41716,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -39968,9 +41741,9 @@ case $ac_lo in ?*) ac_cv_sizeof_uint64_t=$ac_lo;; '') if test "$ac_cv_type_uint64_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (uint64_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (uint64_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (uint64_t) +$as_echo "$as_me: error: cannot compute sizeof (uint64_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -40014,9 +41787,8 @@ - typedef uint64_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (uint64_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (uint64_t)); } #include #include int @@ -40026,20 +41798,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (uint64_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (uint64_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (uint64_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -40052,43 +41826,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_uint64_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_uint64_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (uint64_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (uint64_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (uint64_t) +$as_echo "$as_me: error: cannot compute sizeof (uint64_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_uint64_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint64_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_uint64_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint64_t" >&5 +$as_echo "$ac_cv_sizeof_uint64_t" >&6; } @@ -40106,12 +41883,13 @@ fi -{ echo "$as_me:$LINENO: checking for pad128_t" >&5 -echo $ECHO_N "checking for pad128_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for pad128_t" >&5 +$as_echo_n "checking for pad128_t... " >&6; } if test "${ac_cv_type_pad128_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_pad128_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -40144,14 +41922,71 @@ #endif -typedef pad128_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (pad128_t)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* What a mess.. many systems have added the (now standard) bit types + * in their own ways, so we need to scan a wide variety of headers to + * find them.. + * IMPORTANT: Keep include/squid_types.h syncronised with this list + */ +#if HAVE_SYS_TYPES_H +#include +#endif +#if STDC_HEADERS +#include +#include +#endif +#if HAVE_INTTYPES_H +#include +#endif +#if HAVE_SYS_BITYPES_H +#include +#endif +#if HAVE_SYS_SELECT_H +#include +#endif +#if HAVE_NETINET_IN_SYSTM_H +#include +#endif + + +int +main () +{ +if (sizeof ((pad128_t))) + return 0; ; return 0; } @@ -40162,29 +41997,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_pad128_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_pad128_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_pad128_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_pad128_t" >&5 -echo "${ECHO_T}$ac_cv_type_pad128_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_pad128_t" >&5 +$as_echo "$ac_cv_type_pad128_t" >&6; } if test $ac_cv_type_pad128_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -40194,12 +42038,13 @@ fi -{ echo "$as_me:$LINENO: checking for upad128_t" >&5 -echo $ECHO_N "checking for upad128_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for upad128_t" >&5 +$as_echo_n "checking for upad128_t... " >&6; } if test "${ac_cv_type_upad128_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_upad128_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -40232,14 +42077,71 @@ #endif -typedef upad128_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (upad128_t)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* What a mess.. many systems have added the (now standard) bit types + * in their own ways, so we need to scan a wide variety of headers to + * find them.. + * IMPORTANT: Keep include/squid_types.h syncronised with this list + */ +#if HAVE_SYS_TYPES_H +#include +#endif +#if STDC_HEADERS +#include +#include +#endif +#if HAVE_INTTYPES_H +#include +#endif +#if HAVE_SYS_BITYPES_H +#include +#endif +#if HAVE_SYS_SELECT_H +#include +#endif +#if HAVE_NETINET_IN_SYSTM_H +#include +#endif + + +int +main () +{ +if (sizeof ((upad128_t))) + return 0; ; return 0; } @@ -40250,29 +42152,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_upad128_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_upad128_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_upad128_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_upad128_t" >&5 -echo "${ECHO_T}$ac_cv_type_upad128_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_upad128_t" >&5 +$as_echo "$ac_cv_type_upad128_t" >&6; } if test $ac_cv_type_upad128_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -40282,12 +42193,13 @@ fi -{ echo "$as_me:$LINENO: checking for pid_t" >&5 -echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for pid_t" >&5 +$as_echo_n "checking for pid_t... " >&6; } if test "${ac_cv_type_pid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_pid_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -40320,14 +42232,71 @@ #endif -typedef pid_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (pid_t)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* What a mess.. many systems have added the (now standard) bit types + * in their own ways, so we need to scan a wide variety of headers to + * find them.. + * IMPORTANT: Keep include/squid_types.h syncronised with this list + */ +#if HAVE_SYS_TYPES_H +#include +#endif +#if STDC_HEADERS +#include +#include +#endif +#if HAVE_INTTYPES_H +#include +#endif +#if HAVE_SYS_BITYPES_H +#include +#endif +#if HAVE_SYS_SELECT_H +#include +#endif +#if HAVE_NETINET_IN_SYSTM_H +#include +#endif + + +int +main () +{ +if (sizeof ((pid_t))) + return 0; ; return 0; } @@ -40338,29 +42307,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_pid_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_pid_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_pid_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 -echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 +$as_echo "$ac_cv_type_pid_t" >&6; } if test $ac_cv_type_pid_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -40369,12 +42347,13 @@ fi -{ echo "$as_me:$LINENO: checking for size_t" >&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 +$as_echo_n "checking for size_t... " >&6; } if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_size_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -40407,14 +42386,11 @@ #endif -typedef size_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (size_t)) + return 0; ; return 0; } @@ -40425,35 +42401,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_size_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_size_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -echo "${ECHO_T}$ac_cv_type_size_t" >&6; } -if test $ac_cv_type_size_t = yes; then - { echo "$as_me:$LINENO: checking for size_t" >&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } -if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -40461,8 +42420,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -40489,15 +42446,11 @@ #endif - -typedef size_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((size_t))) + return 0; ; return 0; } @@ -40508,38 +42461,47 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_size_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_size_t=no + ac_cv_type_size_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -echo "${ECHO_T}$ac_cv_type_size_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +$as_echo "$ac_cv_type_size_t" >&6; } +if test $ac_cv_type_size_t = yes; then + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of size_t" >&5 -echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of size_t" >&5 +$as_echo_n "checking size of size_t... " >&6; } if test "${ac_cv_sizeof_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -40579,11 +42541,10 @@ - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) >= 0)]; test_array [0] = 0 ; @@ -40596,13 +42557,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -40645,11 +42607,10 @@ - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -40662,20 +42623,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -40689,7 +42651,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -40728,11 +42690,10 @@ - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) < 0)]; test_array [0] = 0 ; @@ -40745,13 +42706,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -40794,11 +42756,10 @@ - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -40811,20 +42772,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -40838,7 +42800,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -40887,11 +42849,10 @@ - typedef size_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -40904,20 +42865,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -40928,9 +42890,9 @@ case $ac_lo in ?*) ac_cv_sizeof_size_t=$ac_lo;; '') if test "$ac_cv_type_size_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (size_t) +$as_echo "$as_me: error: cannot compute sizeof (size_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -40974,9 +42936,8 @@ - typedef size_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (size_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (size_t)); } #include #include int @@ -40986,20 +42947,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (size_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (size_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (size_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -41012,43 +42975,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_size_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_size_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (size_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (size_t) +$as_echo "$as_me: error: cannot compute sizeof (size_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_size_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5 +$as_echo "$ac_cv_sizeof_size_t" >&6; } @@ -41064,12 +43030,13 @@ fi -{ echo "$as_me:$LINENO: checking for ssize_t" >&5 -echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ssize_t" >&5 +$as_echo_n "checking for ssize_t... " >&6; } if test "${ac_cv_type_ssize_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_ssize_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -41102,14 +43069,71 @@ #endif -typedef ssize_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (ssize_t)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* What a mess.. many systems have added the (now standard) bit types + * in their own ways, so we need to scan a wide variety of headers to + * find them.. + * IMPORTANT: Keep include/squid_types.h syncronised with this list + */ +#if HAVE_SYS_TYPES_H +#include +#endif +#if STDC_HEADERS +#include +#include +#endif +#if HAVE_INTTYPES_H +#include +#endif +#if HAVE_SYS_BITYPES_H +#include +#endif +#if HAVE_SYS_SELECT_H +#include +#endif +#if HAVE_NETINET_IN_SYSTM_H +#include +#endif + + +int +main () +{ +if (sizeof ((ssize_t))) + return 0; ; return 0; } @@ -41120,29 +43144,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_ssize_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_ssize_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ssize_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 -echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 +$as_echo "$ac_cv_type_ssize_t" >&6; } if test $ac_cv_type_ssize_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -41151,12 +43184,13 @@ fi -{ echo "$as_me:$LINENO: checking for off_t" >&5 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for off_t" >&5 +$as_echo_n "checking for off_t... " >&6; } if test "${ac_cv_type_off_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_off_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -41189,14 +43223,11 @@ #endif -typedef off_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (off_t)) + return 0; ; return 0; } @@ -41207,35 +43238,18 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_off_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_off_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -echo "${ECHO_T}$ac_cv_type_off_t" >&6; } -if test $ac_cv_type_off_t = yes; then - { echo "$as_me:$LINENO: checking for off_t" >&5 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } -if test "${ac_cv_type_off_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -41243,8 +43257,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include - /* What a mess.. many systems have added the (now standard) bit types * in their own ways, so we need to scan a wide variety of headers to * find them.. @@ -41271,15 +43283,11 @@ #endif - -typedef off_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((off_t))) + return 0; ; return 0; } @@ -41290,38 +43298,47 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_off_t=yes + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_off_t=no + ac_cv_type_off_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -echo "${ECHO_T}$ac_cv_type_off_t" >&6; } -# The cast to long int works around a bug in the HP C Compiler +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +$as_echo "$ac_cv_type_off_t" >&6; } +if test $ac_cv_type_off_t = yes; then + # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. -{ echo "$as_me:$LINENO: checking size of off_t" >&5 -echo $ECHO_N "checking size of off_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking size of off_t" >&5 +$as_echo_n "checking size of off_t... " >&6; } if test "${ac_cv_sizeof_off_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. @@ -41361,11 +43378,10 @@ - typedef off_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) >= 0)]; test_array [0] = 0 ; @@ -41378,13 +43394,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -41427,11 +43444,10 @@ - typedef off_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -41444,20 +43460,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -41471,7 +43488,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -41510,11 +43527,10 @@ - typedef off_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) < 0)]; test_array [0] = 0 ; @@ -41527,13 +43543,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -41576,11 +43593,10 @@ - typedef off_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) >= $ac_mid)]; test_array [0] = 0 ; @@ -41593,20 +43609,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -41620,7 +43637,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -41669,11 +43686,10 @@ - typedef off_t ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= $ac_mid)]; test_array [0] = 0 ; @@ -41686,20 +43702,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -41710,9 +43727,9 @@ case $ac_lo in ?*) ac_cv_sizeof_off_t=$ac_lo;; '') if test "$ac_cv_type_off_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (off_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (off_t) +$as_echo "$as_me: error: cannot compute sizeof (off_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else @@ -41756,9 +43773,8 @@ - typedef off_t ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (off_t)); } +static unsigned long int ulongval () { return (long int) (sizeof (off_t)); } #include #include int @@ -41768,20 +43784,22 @@ FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (off_t))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (off_t)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (off_t)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -41794,43 +43812,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_off_t=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) if test "$ac_cv_type_off_t" = yes; then - { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t) + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (off_t) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (off_t) +$as_echo "$as_me: error: cannot compute sizeof (off_t) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } else ac_cv_sizeof_off_t=0 fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_off_t" >&5 -echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_off_t" >&5 +$as_echo "$ac_cv_sizeof_off_t" >&6; } @@ -41846,12 +43867,13 @@ fi -{ echo "$as_me:$LINENO: checking for mode_t" >&5 -echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mode_t" >&5 +$as_echo_n "checking for mode_t... " >&6; } if test "${ac_cv_type_mode_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_mode_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -41884,14 +43906,71 @@ #endif -typedef mode_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (mode_t)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* What a mess.. many systems have added the (now standard) bit types + * in their own ways, so we need to scan a wide variety of headers to + * find them.. + * IMPORTANT: Keep include/squid_types.h syncronised with this list + */ +#if HAVE_SYS_TYPES_H +#include +#endif +#if STDC_HEADERS +#include +#include +#endif +#if HAVE_INTTYPES_H +#include +#endif +#if HAVE_SYS_BITYPES_H +#include +#endif +#if HAVE_SYS_SELECT_H +#include +#endif +#if HAVE_NETINET_IN_SYSTM_H +#include +#endif + + +int +main () +{ +if (sizeof ((mode_t))) + return 0; ; return 0; } @@ -41902,29 +43981,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_mode_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_mode_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_mode_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 -echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 +$as_echo "$ac_cv_type_mode_t" >&6; } if test $ac_cv_type_mode_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -41933,12 +44021,13 @@ fi -{ echo "$as_me:$LINENO: checking for fd_mask" >&5 -echo $ECHO_N "checking for fd_mask... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for fd_mask" >&5 +$as_echo_n "checking for fd_mask... " >&6; } if test "${ac_cv_type_fd_mask+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_fd_mask=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -41971,14 +44060,71 @@ #endif -typedef fd_mask ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (fd_mask)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* What a mess.. many systems have added the (now standard) bit types + * in their own ways, so we need to scan a wide variety of headers to + * find them.. + * IMPORTANT: Keep include/squid_types.h syncronised with this list + */ +#if HAVE_SYS_TYPES_H +#include +#endif +#if STDC_HEADERS +#include +#include +#endif +#if HAVE_INTTYPES_H +#include +#endif +#if HAVE_SYS_BITYPES_H +#include +#endif +#if HAVE_SYS_SELECT_H +#include +#endif +#if HAVE_NETINET_IN_SYSTM_H +#include +#endif + + +int +main () +{ +if (sizeof ((fd_mask))) + return 0; ; return 0; } @@ -41989,29 +44135,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_fd_mask=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_fd_mask=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_fd_mask=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_fd_mask" >&5 -echo "${ECHO_T}$ac_cv_type_fd_mask" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_fd_mask" >&5 +$as_echo "$ac_cv_type_fd_mask" >&6; } if test $ac_cv_type_fd_mask = yes; then cat >>confdefs.h <<\_ACEOF @@ -42023,10 +44178,10 @@ # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 -echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5 +$as_echo_n "checking for working alloca.h... " >&6; } if test "${ac_cv_working_alloca_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -42050,31 +44205,35 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_working_alloca_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_working_alloca_h=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 -echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +$as_echo "$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then cat >>confdefs.h <<\_ACEOF @@ -42083,10 +44242,10 @@ fi -{ echo "$as_me:$LINENO: checking for alloca" >&5 -echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for alloca" >&5 +$as_echo_n "checking for alloca... " >&6; } if test "${ac_cv_func_alloca_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -42130,31 +44289,35 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_alloca_works=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_alloca_works=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 -echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +$as_echo "$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then @@ -42175,10 +44338,10 @@ _ACEOF -{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 -echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } if test "${ac_cv_os_cray+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -42202,15 +44365,15 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 -echo "${ECHO_T}$ac_cv_os_cray" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +$as_echo "$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -42263,33 +44426,39 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF #define CRAY_STACKSEG_END $ac_func @@ -42301,10 +44470,10 @@ done fi -{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 -echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +$as_echo_n "checking stack direction for C alloca... " >&6; } if test "${ac_cv_c_stack_direction+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_c_stack_direction=0 @@ -42342,36 +44511,39 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 -echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +$as_echo "$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF #define STACK_DIRECTION $ac_cv_c_stack_direction @@ -42381,11 +44553,53 @@ fi -{ echo "$as_me:$LINENO: checking for socklen_t" >&5 -echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for socklen_t" >&5 +$as_echo_n "checking for socklen_t... " >&6; } if test "${ac_cv_type_socklen_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + ac_cv_type_socklen_t=no +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include +#include +#if STDC_HEADERS +#include +#include +#endif + +int +main () +{ +if (sizeof (socklen_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -42400,14 +44614,11 @@ #include #endif -typedef socklen_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((socklen_t))) + return 0; ; return 0; } @@ -42418,29 +44629,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_socklen_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_socklen_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_socklen_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5 -echo "${ECHO_T}$ac_cv_type_socklen_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5 +$as_echo "$ac_cv_type_socklen_t" >&6; } if test $ac_cv_type_socklen_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -42450,12 +44670,13 @@ fi -{ echo "$as_me:$LINENO: checking for mtyp_t" >&5 -echo $ECHO_N "checking for mtyp_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mtyp_t" >&5 +$as_echo_n "checking for mtyp_t... " >&6; } if test "${ac_cv_type_mtyp_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_mtyp_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -42465,14 +44686,48 @@ #include #include -typedef mtyp_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (mtyp_t)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include + +int +main () +{ +if (sizeof ((mtyp_t))) + return 0; ; return 0; } @@ -42483,29 +44738,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_mtyp_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_mtyp_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_mtyp_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_mtyp_t" >&5 -echo "${ECHO_T}$ac_cv_type_mtyp_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_mtyp_t" >&5 +$as_echo "$ac_cv_type_mtyp_t" >&6; } if test $ac_cv_type_mtyp_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -42516,10 +44780,10 @@ -{ echo "$as_me:$LINENO: checking for main in -lnsl" >&5 -echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lnsl" >&5 +$as_echo_n "checking for main in -lnsl... " >&6; } if test "${ac_cv_lib_nsl_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" @@ -42545,32 +44809,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_nsl_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_nsl_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5 -echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5 +$as_echo "$ac_cv_lib_nsl_main" >&6; } if test $ac_cv_lib_nsl_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBNSL 1 @@ -42581,10 +44849,10 @@ fi -{ echo "$as_me:$LINENO: checking for main in -lsocket" >&5 -echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lsocket" >&5 +$as_echo_n "checking for main in -lsocket... " >&6; } if test "${ac_cv_lib_socket_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $LIBS" @@ -42610,32 +44878,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_socket_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_socket_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5 -echo "${ECHO_T}$ac_cv_lib_socket_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5 +$as_echo "$ac_cv_lib_socket_main" >&6; } if test $ac_cv_lib_socket_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBSOCKET 1 @@ -42647,8 +44919,8 @@ case "$host_os" in mingw|mingw32) - { echo "$as_me:$LINENO: checking for winsock" >&5 -echo $ECHO_N "checking for winsock... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for winsock" >&5 +$as_echo_n "checking for winsock... " >&6; } save_LIBS="$LIBS" for curlib in ws2_32 wsock32; do LIBS="$LIBS -l$curlib" @@ -42683,26 +44955,30 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then have_winsock=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 have_winsock=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext @@ -42715,26 +44991,27 @@ fi LIBS="$save_LIBS" done - { echo "$as_me:$LINENO: result: $have_winsock" >&5 -echo "${ECHO_T}$have_winsock" >&6; } + { $as_echo "$as_me:$LINENO: result: $have_winsock" >&5 +$as_echo "$have_winsock" >&6; } if test $have_winsock = winsock2; then for ac_header in winsock2.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -42750,32 +45027,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -42789,51 +45067,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------- ## ## Report this to http://www.squid-cache.org/bugs/ ## @@ -42842,21 +45121,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -42867,20 +45148,21 @@ for ac_header in winsock.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -42896,32 +45178,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -42935,51 +45218,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------- ## ## Report this to http://www.squid-cache.org/bugs/ ## @@ -42988,21 +45272,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -43013,10 +45299,10 @@ ;; esac -{ echo "$as_me:$LINENO: checking for unix domain sockets" >&5 -echo $ECHO_N "checking for unix domain sockets... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for unix domain sockets" >&5 +$as_echo_n "checking for unix domain sockets... " >&6; } if test "${squid_cv_unixsocket+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -43048,20 +45334,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then squid_cv_unixsocket=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 squid_cv_unixsocket=no @@ -43069,8 +45356,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $squid_cv_unixsocket" >&5 -echo "${ECHO_T}$squid_cv_unixsocket" >&6; } +{ $as_echo "$as_me:$LINENO: result: $squid_cv_unixsocket" >&5 +$as_echo "$squid_cv_unixsocket" >&6; } if test x"$squid_cv_unixsocket" = x"yes"; then cat >>confdefs.h <<\_ACEOF @@ -43080,10 +45367,10 @@ fi -{ echo "$as_me:$LINENO: checking for main in -lgnumalloc" >&5 -echo $ECHO_N "checking for main in -lgnumalloc... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lgnumalloc" >&5 +$as_echo_n "checking for main in -lgnumalloc... " >&6; } if test "${ac_cv_lib_gnumalloc_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgnumalloc $LIBS" @@ -43109,32 +45396,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_gnumalloc_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_gnumalloc_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_gnumalloc_main" >&5 -echo "${ECHO_T}$ac_cv_lib_gnumalloc_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gnumalloc_main" >&5 +$as_echo "$ac_cv_lib_gnumalloc_main" >&6; } if test $ac_cv_lib_gnumalloc_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBGNUMALLOC 1 @@ -43160,10 +45451,10 @@ *) -{ echo "$as_me:$LINENO: checking for main in -lmalloc" >&5 -echo $ECHO_N "checking for main in -lmalloc... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lmalloc" >&5 +$as_echo_n "checking for main in -lmalloc... " >&6; } if test "${ac_cv_lib_malloc_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lmalloc $LIBS" @@ -43189,32 +45480,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_malloc_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_malloc_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_malloc_main" >&5 -echo "${ECHO_T}$ac_cv_lib_malloc_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_malloc_main" >&5 +$as_echo "$ac_cv_lib_malloc_main" >&6; } if test $ac_cv_lib_malloc_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBMALLOC 1 @@ -43229,10 +45524,10 @@ fi -{ echo "$as_me:$LINENO: checking for main in -lbsd" >&5 -echo $ECHO_N "checking for main in -lbsd... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lbsd" >&5 +$as_echo_n "checking for main in -lbsd... " >&6; } if test "${ac_cv_lib_bsd_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" @@ -43258,32 +45553,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_bsd_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_bsd_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_main" >&5 -echo "${ECHO_T}$ac_cv_lib_bsd_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_main" >&5 +$as_echo "$ac_cv_lib_bsd_main" >&6; } if test $ac_cv_lib_bsd_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBBSD 1 @@ -43293,10 +45592,10 @@ fi -{ echo "$as_me:$LINENO: checking for main in -lregex" >&5 -echo $ECHO_N "checking for main in -lregex... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lregex" >&5 +$as_echo_n "checking for main in -lregex... " >&6; } if test "${ac_cv_lib_regex_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lregex $LIBS" @@ -43322,41 +45621,45 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_regex_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_regex_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_regex_main" >&5 -echo "${ECHO_T}$ac_cv_lib_regex_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_regex_main" >&5 +$as_echo "$ac_cv_lib_regex_main" >&6; } if test $ac_cv_lib_regex_main = yes; then REGEXLIB="-lregex" fi -{ echo "$as_me:$LINENO: checking for gethostbyname in -lbind" >&5 -echo $ECHO_N "checking for gethostbyname in -lbind... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbind" >&5 +$as_echo_n "checking for gethostbyname in -lbind... " >&6; } if test "${ac_cv_lib_bind_gethostbyname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lbind $LIBS" @@ -43388,32 +45691,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_bind_gethostbyname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_bind_gethostbyname=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_bind_gethostbyname" >&5 -echo "${ECHO_T}$ac_cv_lib_bind_gethostbyname" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_gethostbyname" >&5 +$as_echo "$ac_cv_lib_bind_gethostbyname" >&6; } if test $ac_cv_lib_bind_gethostbyname = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBBIND 1 @@ -43430,10 +45737,10 @@ ;; *) -{ echo "$as_me:$LINENO: checking for main in -lresolv" >&5 -echo $ECHO_N "checking for main in -lresolv... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lresolv" >&5 +$as_echo_n "checking for main in -lresolv... " >&6; } if test "${ac_cv_lib_resolv_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lresolv $LIBS" @@ -43459,32 +45766,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_resolv_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_resolv_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_main" >&5 -echo "${ECHO_T}$ac_cv_lib_resolv_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_main" >&5 +$as_echo "$ac_cv_lib_resolv_main" >&6; } if test $ac_cv_lib_resolv_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBRESOLV 1 @@ -43503,10 +45814,10 @@ ;; *) -{ echo "$as_me:$LINENO: checking for main in -lm" >&5 -echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lm" >&5 +$as_echo_n "checking for main in -lm... " >&6; } if test "${ac_cv_lib_m_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" @@ -43532,32 +45843,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_m_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_m_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 -echo "${ECHO_T}$ac_cv_lib_m_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 +$as_echo "$ac_cv_lib_m_main" >&6; } if test $ac_cv_lib_m_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBM 1 @@ -43570,10 +45885,10 @@ ;; esac -{ echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 -echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 +$as_echo_n "checking for crypt in -lcrypt... " >&6; } if test "${ac_cv_lib_crypt_crypt+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcrypt $LIBS" @@ -43605,41 +45920,45 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_crypt_crypt=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_crypt_crypt=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 -echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 +$as_echo "$ac_cv_lib_crypt_crypt" >&6; } if test $ac_cv_lib_crypt_crypt = yes; then CRYPTLIB="-lcrypt" fi -{ echo "$as_me:$LINENO: checking for MD5Init in -lmd5" >&5 -echo $ECHO_N "checking for MD5Init in -lmd5... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for MD5Init in -lmd5" >&5 +$as_echo_n "checking for MD5Init in -lmd5... " >&6; } if test "${ac_cv_lib_md5_MD5Init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lmd5 $LIBS" @@ -43671,32 +45990,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_md5_MD5Init=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_md5_MD5Init=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_md5_MD5Init" >&5 -echo "${ECHO_T}$ac_cv_lib_md5_MD5Init" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_md5_MD5Init" >&5 +$as_echo "$ac_cv_lib_md5_MD5Init" >&6; } if test $ac_cv_lib_md5_MD5Init = yes; then CRYPTLIB="$CRYPTLIB -lmd5" fi @@ -43706,10 +46029,10 @@ if test "$with_dl" = "yes"; then -{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -43741,32 +46064,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 -echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBDL 1 @@ -43800,10 +46127,10 @@ ;; esac -{ echo "$as_me:$LINENO: checking for main in -lpthread" >&5 -echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lpthread" >&5 +$as_echo_n "checking for main in -lpthread... " >&6; } if test "${ac_cv_lib_pthread_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lpthread $LIBS" @@ -43829,32 +46156,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_pthread_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_pthread_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5 -echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5 +$as_echo "$ac_cv_lib_pthread_main" >&6; } if test $ac_cv_lib_pthread_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBPTHREAD 1 @@ -43866,159 +46197,13 @@ fi -if test "$with_aio" = "yes"; then - -{ echo "$as_me:$LINENO: checking for aio_read in -lrt" >&5 -echo $ECHO_N "checking for aio_read in -lrt... $ECHO_C" >&6; } -if test "${ac_cv_lib_rt_aio_read+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lrt $LIBS" -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char aio_read (); -int -main () -{ -return aio_read (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_lib_rt_aio_read=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_rt_aio_read=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_rt_aio_read" >&5 -echo "${ECHO_T}$ac_cv_lib_rt_aio_read" >&6; } -if test $ac_cv_lib_rt_aio_read = yes; then - cat >>confdefs.h <<_ACEOF -#define HAVE_LIBRT 1 -_ACEOF - - LIBS="-lrt $LIBS" - -else - -{ echo "$as_me:$LINENO: checking for aio_read in -laio" >&5 -echo $ECHO_N "checking for aio_read in -laio... $ECHO_C" >&6; } -if test "${ac_cv_lib_aio_aio_read+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-laio $LIBS" -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char aio_read (); -int -main () -{ -return aio_read (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_lib_aio_aio_read=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_aio_aio_read=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_aio_aio_read" >&5 -echo "${ECHO_T}$ac_cv_lib_aio_aio_read" >&6; } -if test $ac_cv_lib_aio_aio_read = yes; then - cat >>confdefs.h <<_ACEOF -#define HAVE_LIBAIO 1 -_ACEOF - - LIBS="-laio $LIBS" - -fi - -fi - -fi - case "$host" in *-pc-sco3.2*) -{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 -echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 +$as_echo_n "checking for strftime in -lintl... " >&6; } if test "${ac_cv_lib_intl_strftime+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" @@ -44050,32 +46235,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_intl_strftime=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_strftime=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 -echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 +$as_echo "$ac_cv_lib_intl_strftime" >&6; } if test $ac_cv_lib_intl_strftime = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBINTL 1 @@ -44095,10 +46284,10 @@ ;; *) LIB_LDAP="-lldap" - { echo "$as_me:$LINENO: checking for main in -llber" >&5 -echo $ECHO_N "checking for main in -llber... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for main in -llber" >&5 +$as_echo_n "checking for main in -llber... " >&6; } if test "${ac_cv_lib_lber_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-llber $LIBS" @@ -44124,32 +46313,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_lber_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_lber_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_lber_main" >&5 -echo "${ECHO_T}$ac_cv_lib_lber_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_main" >&5 +$as_echo "$ac_cv_lib_lber_main" >&6; } if test $ac_cv_lib_lber_main = yes; then LIB_LBER="-llber" fi @@ -44160,10 +46353,10 @@ DBLIB= -{ echo "$as_me:$LINENO: checking if dbopen needs -ldb" >&5 -echo $ECHO_N "checking if dbopen needs -ldb... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if dbopen needs -ldb" >&5 +$as_echo_n "checking if dbopen needs -ldb... " >&6; } if test "${ac_cv_dbopen_libdb+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else SAVED_LIBS="$LIBS"; LIBS="$LIBS -ldb" @@ -44199,33 +46392,37 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_dbopen_libdb="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_dbopen_libdb="no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$SAVED_LIBS" fi -{ echo "$as_me:$LINENO: result: $ac_cv_dbopen_libdb" >&5 -echo "${ECHO_T}$ac_cv_dbopen_libdb" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_dbopen_libdb" >&5 +$as_echo "$ac_cv_dbopen_libdb" >&6; } if test $ac_cv_dbopen_libdb = yes; then LIB_DB="-ldb" fi @@ -44465,11 +46662,11 @@ vsnprintf \ do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -44522,35 +46719,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -44575,11 +46778,11 @@ tempnam \ do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -44632,35 +46835,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF else @@ -44681,179 +46890,11 @@ for ac_func in crypt do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -/* Define $ac_func to an innocuous variant, in case declares $ac_func. - For example, HP-UX 11i declares gettimeofday. */ -#define $ac_func innocuous_$ac_func - -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. - Prefer to if __STDC__ is defined, since - exists even on freestanding compilers. */ - -#ifdef __STDC__ -# include -#else -# include -#endif - -#undef $ac_func - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char $ac_func (); -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined __stub_$ac_func || defined __stub___$ac_func -choke me -#endif - -int -main () -{ -return $ac_func (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - eval "$as_ac_var=yes" -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" -fi - -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext -fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - -LIBS="$SAVED_LIBS" - -# Check for libepoll -EPOLL_LIB= -{ echo "$as_me:$LINENO: checking for epoll_ctl in -lepoll" >&5 -echo $ECHO_N "checking for epoll_ctl in -lepoll... $ECHO_C" >&6; } -if test "${ac_cv_lib_epoll_epoll_ctl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lepoll $LIBS" -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char epoll_ctl (); -int -main () -{ -return epoll_ctl (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - ac_cv_lib_epoll_epoll_ctl=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_epoll_epoll_ctl=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_epoll_epoll_ctl" >&5 -echo "${ECHO_T}$ac_cv_lib_epoll_epoll_ctl" >&6; } -if test $ac_cv_lib_epoll_epoll_ctl = yes; then - EPOLL_LIBS="-lepoll" -fi - - - -# Check for epoll_ctl, may need -lepoll -SAVED_LIBS="$LIBS" -LIBS="$LIBS $LIB_EPOLL" - -for ac_func in epoll_ctl -do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -44906,35 +46947,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -44942,78 +46989,6 @@ LIBS="$SAVED_LIBS" -if test $ac_cv_func_epoll_ctl = yes; then - { echo "$as_me:$LINENO: checking if epoll works" >&5 -echo $ECHO_N "checking if epoll works... $ECHO_C" >&6; } -if test "${ac_cv_epoll_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling -See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling -See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } -else - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -#include -#include -#include -int main(int argc, char **argv) -{ - int fd = epoll_create(256); - if (fd < 0) { - perror("epoll_create:"); - exit(1); - } - exit(0); -} - -_ACEOF -rm -f conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_epoll_works=yes -else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -( exit $ac_status ) -ac_cv_epoll_works=no -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi - - -fi -{ echo "$as_me:$LINENO: result: $ac_cv_epoll_works" >&5 -echo "${ECHO_T}$ac_cv_epoll_works" >&6; } -fi - if test -n "$SELECT_TYPE"; then @@ -45156,15 +47131,15 @@ -{ echo "$as_me:$LINENO: checking if setresuid is implemented" >&5 -echo $ECHO_N "checking if setresuid is implemented... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if setresuid is implemented" >&5 +$as_echo_n "checking if setresuid is implemented... " >&6; } if test "${ac_cv_func_setresuid+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling +$as_echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else @@ -45191,37 +47166,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_setresuid="yes" else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_setresuid="no" fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_setresuid" >&5 -echo "${ECHO_T}$ac_cv_func_setresuid" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_setresuid" >&5 +$as_echo "$ac_cv_func_setresuid" >&6; } if test "$ac_cv_func_setresuid" = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -45230,15 +47208,15 @@ fi -{ echo "$as_me:$LINENO: checking if strnstr is well implemented" >&5 -echo $ECHO_N "checking if strnstr is well implemented... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if strnstr is well implemented" >&5 +$as_echo_n "checking if strnstr is well implemented... " >&6; } if test "${ac_cv_func_strnstr+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling +$as_echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else @@ -45270,37 +47248,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_strnstr="yes" else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_strnstr="no" fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_strnstr" >&5 -echo "${ECHO_T}$ac_cv_func_strnstr" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_strnstr" >&5 +$as_echo "$ac_cv_func_strnstr" >&6; } if test "$ac_cv_func_strnstr" = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -45362,15 +47343,15 @@ fi -{ echo "$as_me:$LINENO: checking if va_copy is implemented" >&5 -echo $ECHO_N "checking if va_copy is implemented... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if va_copy is implemented" >&5 +$as_echo_n "checking if va_copy is implemented... " >&6; } if test "${ac_cv_func_va_copy+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling +$as_echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else @@ -45402,37 +47383,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_va_copy="yes" else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_va_copy="no" fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_va_copy" >&5 -echo "${ECHO_T}$ac_cv_func_va_copy" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_va_copy" >&5 +$as_echo "$ac_cv_func_va_copy" >&6; } if test "$ac_cv_func_va_copy" = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -45441,15 +47425,15 @@ fi -{ echo "$as_me:$LINENO: checking if __va_copy is implemented" >&5 -echo $ECHO_N "checking if __va_copy is implemented... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if __va_copy is implemented" >&5 +$as_echo_n "checking if __va_copy is implemented... " >&6; } if test "${ac_cv_func___va_copy+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling +$as_echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else @@ -45481,37 +47465,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func___va_copy="yes" else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func___va_copy="no" fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func___va_copy" >&5 -echo "${ECHO_T}$ac_cv_func___va_copy" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func___va_copy" >&5 +$as_echo "$ac_cv_func___va_copy" >&6; } if test "$ac_cv_func___va_copy" = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -45521,8 +47508,8 @@ fi if test "$IPF_TRANSPARENT" ; then - { echo "$as_me:$LINENO: checking if IP-Filter header files are installed" >&5 -echo $ECHO_N "checking if IP-Filter header files are installed... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if IP-Filter header files are installed" >&5 +$as_echo_n "checking if IP-Filter header files are installed... " >&6; } # hold on to your hats... if test "$ac_cv_header_ip_compat_h" = "yes" || test "$ac_cv_header_ip_fil_compat_h" = "yes" || @@ -45553,8 +47540,8 @@ _ACEOF fi - { echo "$as_me:$LINENO: result: $IPF_TRANSPARENT" >&5 -echo "${ECHO_T}$IPF_TRANSPARENT" >&6; } + { $as_echo "$as_me:$LINENO: result: $IPF_TRANSPARENT" >&5 +$as_echo "$IPF_TRANSPARENT" >&6; } fi if test "$IPF_TRANSPARENT" = "no" ; then echo "WARNING: Cannot find necessary IP-Filter header files" @@ -45573,8 +47560,8 @@ fi if test "$PF_TRANSPARENT" ; then - { echo "$as_me:$LINENO: checking if PF header file is installed" >&5 -echo $ECHO_N "checking if PF header file is installed... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if PF header file is installed" >&5 +$as_echo_n "checking if PF header file is installed... " >&6; } # hold on to your hats... if test "$ac_cv_header_net_pfvar_h" = "yes"; then PF_TRANSPARENT="yes" @@ -45589,8 +47576,8 @@ _ACEOF fi - { echo "$as_me:$LINENO: result: $PF_TRANSPARENT" >&5 -echo "${ECHO_T}$PF_TRANSPARENT" >&6; } + { $as_echo "$as_me:$LINENO: result: $PF_TRANSPARENT" >&5 +$as_echo "$PF_TRANSPARENT" >&6; } fi if test "$PF_TRANSPARENT" = "no" ; then echo "WARNING: Cannot find necessary PF header file" @@ -45599,8 +47586,8 @@ fi if test "$LINUX_NETFILTER" ; then - { echo "$as_me:$LINENO: checking if Linux (Netfilter) kernel header files are installed" >&5 -echo $ECHO_N "checking if Linux (Netfilter) kernel header files are installed... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if Linux (Netfilter) kernel header files are installed" >&5 +$as_echo_n "checking if Linux (Netfilter) kernel header files are installed... " >&6; } # hold on to your hats... if test "$ac_cv_header_linux_netfilter_ipv4_h" = "yes"; then LINUX_NETFILTER="yes" @@ -45615,8 +47602,8 @@ _ACEOF fi - { echo "$as_me:$LINENO: result: $LINUX_NETFILTER" >&5 -echo "${ECHO_T}$LINUX_NETFILTER" >&6; } + { $as_echo "$as_me:$LINENO: result: $LINUX_NETFILTER" >&5 +$as_echo "$LINUX_NETFILTER" >&6; } fi if test "$LINUX_NETFILTER" = "no" ; then echo "WARNING: Cannot find necessary Linux kernel (Netfilter) header files" @@ -45625,8 +47612,8 @@ fi if test "$LINUX_TPROXY2" ; then - { echo "$as_me:$LINENO: checking if TPROXYv2 header files are installed" >&5 -echo $ECHO_N "checking if TPROXYv2 header files are installed... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking if TPROXYv2 header files are installed" >&5 +$as_echo_n "checking if TPROXYv2 header files are installed... " >&6; } # hold on to your hats... if test "$ac_cv_header_linux_netfilter_ipv4_ip_tproxy_h" = "yes" && test "$LINUX_NETFILTER" = "yes"; then LINUX_TPROXY2="yes" @@ -45643,8 +47630,8 @@ _ACEOF fi - { echo "$as_me:$LINENO: result: $LINUX_TPROXY2" >&5 -echo "${ECHO_T}$LINUX_TPROXY2" >&6; } + { $as_echo "$as_me:$LINENO: result: $LINUX_TPROXY2" >&5 +$as_echo "$LINUX_TPROXY2" >&6; } if test "$LINUX_TPROXY2" = "no" && test "$LINUX_NETFILTER" = "yes"; then echo "WARNING: Cannot find TPROXY v2 headers, you need to patch the kernel with " echo "tproxy package from:" @@ -45664,8 +47651,8 @@ ;; esac fi -{ echo "$as_me:$LINENO: checking if GNUregex needs to be compiled" >&5 -echo $ECHO_N "checking if GNUregex needs to be compiled... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if GNUregex needs to be compiled" >&5 +$as_echo_n "checking if GNUregex needs to be compiled... " >&6; } if test -z "$USE_GNUREGEX"; then if test "$ac_cv_func_regcomp" = "no" || test "$USE_GNUREGEX" = "yes" ; then USE_GNUREGEX="yes" @@ -45692,20 +47679,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then USE_GNUREGEX="no" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 USE_GNUREGEX="yes" @@ -45714,8 +47702,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $USE_GNUREGEX" >&5 -echo "${ECHO_T}$USE_GNUREGEX" >&6; } +{ $as_echo "$as_me:$LINENO: result: $USE_GNUREGEX" >&5 +$as_echo "$USE_GNUREGEX" >&6; } if test "$USE_GNUREGEX" = "yes"; then REGEXLIB="-lregex" LIBREGEX="libregex.a" @@ -45728,8 +47716,8 @@ -{ echo "$as_me:$LINENO: checking Default FD_SETSIZE value" >&5 -echo $ECHO_N "checking Default FD_SETSIZE value... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking Default FD_SETSIZE value" >&5 +$as_echo_n "checking Default FD_SETSIZE value... " >&6; } if test "$cross_compiling" = yes; then DEFAULT_FD_SETSIZE=256 else @@ -45774,35 +47762,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then DEFAULT_FD_SETSIZE=`cat conftestval` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) DEFAULT_FD_SETSIZE=256 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $DEFAULT_FD_SETSIZE" >&5 -echo "${ECHO_T}$DEFAULT_FD_SETSIZE" >&6; } +{ $as_echo "$as_me:$LINENO: result: $DEFAULT_FD_SETSIZE" >&5 +$as_echo "$DEFAULT_FD_SETSIZE" >&6; } cat >>confdefs.h <<_ACEOF #define DEFAULT_FD_SETSIZE $DEFAULT_FD_SETSIZE @@ -45810,13 +47801,13 @@ -{ echo "$as_me:$LINENO: checking Maximum number of filedescriptors we can open" >&5 -echo $ECHO_N "checking Maximum number of filedescriptors we can open... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking Maximum number of filedescriptors we can open" >&5 +$as_echo_n "checking Maximum number of filedescriptors we can open... " >&6; } TLDFLAGS="$LDFLAGS" if test -n "$squid_filedescriptors_num" ; then SQUID_MAXFD=$squid_filedescriptors_num - { echo "$as_me:$LINENO: result: $SQUID_MAXFD (user-forced)" >&5 -echo "${ECHO_T}$SQUID_MAXFD (user-forced)" >&6; } + { $as_echo "$as_me:$LINENO: result: $SQUID_MAXFD (user-forced)" >&5 +$as_echo "$SQUID_MAXFD (user-forced)" >&6; } else case $host in i386-unknown-freebsd*) @@ -45902,29 +47893,32 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then SQUID_MAXFD=`cat conftestval` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) SQUID_MAXFD=256 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -45934,8 +47928,8 @@ SQUID_MAXFD="2048" ;; esac - { echo "$as_me:$LINENO: result: $SQUID_MAXFD" >&5 -echo "${ECHO_T}$SQUID_MAXFD" >&6; } + { $as_echo "$as_me:$LINENO: result: $SQUID_MAXFD" >&5 +$as_echo "$SQUID_MAXFD" >&6; } fi cat >>confdefs.h <<_ACEOF @@ -45957,8 +47951,8 @@ sleep 10 fi -{ echo "$as_me:$LINENO: checking Default UDP send buffer size" >&5 -echo $ECHO_N "checking Default UDP send buffer size... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking Default UDP send buffer size" >&5 +$as_echo_n "checking Default UDP send buffer size... " >&6; } if test "$cross_compiling" = yes; then SQUID_DETECT_UDP_SO_SNDBUF=16384 else @@ -46010,43 +48004,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then SQUID_DETECT_UDP_SO_SNDBUF=`cat conftestval` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) SQUID_DETECT_UDP_SO_SNDBUF=16384 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $SQUID_DETECT_UDP_SO_SNDBUF" >&5 -echo "${ECHO_T}$SQUID_DETECT_UDP_SO_SNDBUF" >&6; } +{ $as_echo "$as_me:$LINENO: result: $SQUID_DETECT_UDP_SO_SNDBUF" >&5 +$as_echo "$SQUID_DETECT_UDP_SO_SNDBUF" >&6; } cat >>confdefs.h <<_ACEOF #define SQUID_DETECT_UDP_SO_SNDBUF $SQUID_DETECT_UDP_SO_SNDBUF _ACEOF -{ echo "$as_me:$LINENO: checking Default UDP receive buffer size" >&5 -echo $ECHO_N "checking Default UDP receive buffer size... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking Default UDP receive buffer size" >&5 +$as_echo_n "checking Default UDP receive buffer size... " >&6; } if test "$cross_compiling" = yes; then SQUID_DETECT_UDP_SO_RCVBUF=16384 else @@ -46098,43 +48095,46 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then SQUID_DETECT_UDP_SO_RCVBUF=`cat conftestval` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) SQUID_DETECT_UDP_SO_RCVBUF=16384 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $SQUID_DETECT_UDP_SO_RCVBUF" >&5 -echo "${ECHO_T}$SQUID_DETECT_UDP_SO_RCVBUF" >&6; } +{ $as_echo "$as_me:$LINENO: result: $SQUID_DETECT_UDP_SO_RCVBUF" >&5 +$as_echo "$SQUID_DETECT_UDP_SO_RCVBUF" >&6; } cat >>confdefs.h <<_ACEOF #define SQUID_DETECT_UDP_SO_RCVBUF $SQUID_DETECT_UDP_SO_RCVBUF _ACEOF -{ echo "$as_me:$LINENO: checking Default TCP send buffer size" >&5 -echo $ECHO_N "checking Default TCP send buffer size... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking Default TCP send buffer size" >&5 +$as_echo_n "checking Default TCP send buffer size... " >&6; } if test "$cross_compiling" = yes; then SQUID_TCP_SO_SNDBUF=16384 else @@ -46186,35 +48186,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then SQUID_TCP_SO_SNDBUF=`cat conftestval` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) SQUID_TCP_SO_SNDBUF=16384 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $SQUID_TCP_SO_SNDBUF" >&5 -echo "${ECHO_T}$SQUID_TCP_SO_SNDBUF" >&6; } +{ $as_echo "$as_me:$LINENO: result: $SQUID_TCP_SO_SNDBUF" >&5 +$as_echo "$SQUID_TCP_SO_SNDBUF" >&6; } if test $SQUID_TCP_SO_SNDBUF -gt 32768; then echo "Limiting send buffer size to 32K" SQUID_TCP_SO_SNDBUF=32768 @@ -46225,8 +48228,8 @@ _ACEOF -{ echo "$as_me:$LINENO: checking Default TCP receive buffer size" >&5 -echo $ECHO_N "checking Default TCP receive buffer size... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking Default TCP receive buffer size" >&5 +$as_echo_n "checking Default TCP receive buffer size... " >&6; } if test "$cross_compiling" = yes; then SQUID_TCP_SO_RCVBUF=16384 else @@ -46278,35 +48281,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then SQUID_TCP_SO_RCVBUF=`cat conftestval` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) SQUID_TCP_SO_RCVBUF=16384 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $SQUID_TCP_SO_RCVBUF" >&5 -echo "${ECHO_T}$SQUID_TCP_SO_RCVBUF" >&6; } +{ $as_echo "$as_me:$LINENO: result: $SQUID_TCP_SO_RCVBUF" >&5 +$as_echo "$SQUID_TCP_SO_RCVBUF" >&6; } if test $SQUID_TCP_SO_RCVBUF -gt 65535; then echo "Limiting receive buffer size to 64K" SQUID_TCP_SO_RCVBUF=65535 @@ -46316,10 +48322,10 @@ #define SQUID_TCP_SO_RCVBUF $SQUID_TCP_SO_RCVBUF _ACEOF -{ echo "$as_me:$LINENO: checking if sys_errlist is already defined" >&5 -echo $ECHO_N "checking if sys_errlist is already defined... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if sys_errlist is already defined" >&5 +$as_echo_n "checking if sys_errlist is already defined... " >&6; } if test "${ac_cv_needs_sys_errlist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -46342,20 +48348,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_needs_sys_errlist="no" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_needs_sys_errlist="yes" @@ -46364,8 +48371,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_needs_sys_errlist" >&5 -echo "${ECHO_T}$ac_cv_needs_sys_errlist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_needs_sys_errlist" >&5 +$as_echo "$ac_cv_needs_sys_errlist" >&6; } if test "$ac_cv_needs_sys_errlist" = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -46374,8 +48381,8 @@ fi -{ echo "$as_me:$LINENO: checking for libresolv _dns_ttl_ hack" >&5 -echo $ECHO_N "checking for libresolv _dns_ttl_ hack... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for libresolv _dns_ttl_ hack" >&5 +$as_echo_n "checking for libresolv _dns_ttl_ hack... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -46397,38 +48404,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } cat >>confdefs.h <<\_ACEOF #define LIBRESOLV_DNS_TTL_HACK 1 _ACEOF else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext -{ echo "$as_me:$LINENO: checking if inet_ntoa() actually works" >&5 -echo $ECHO_N "checking if inet_ntoa() actually works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if inet_ntoa() actually works" >&5 +$as_echo_n "checking if inet_ntoa() actually works... " >&6; } if test "$cross_compiling" = yes; then INET_NTOA_RESULT="broken" else @@ -46461,39 +48472,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then INET_NTOA_RESULT=`cat conftestval` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) INET_NTOA_RESULT="broken" fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi if test "$INET_NTOA_RESULT" = "1.2.3.4" ; then - { echo "$as_me:$LINENO: result: \"yes\"" >&5 -echo "${ECHO_T}\"yes\"" >&6; } + { $as_echo "$as_me:$LINENO: result: \"yes\"" >&5 +$as_echo "\"yes\"" >&6; } else - { echo "$as_me:$LINENO: result: \"no\"" >&5 -echo "${ECHO_T}\"no\"" >&6; } + { $as_echo "$as_me:$LINENO: result: \"no\"" >&5 +$as_echo "\"no\"" >&6; } case "$host_os" in mingw|mingw32) echo "Using Win32 resolver instead." @@ -46515,8 +48529,8 @@ fi if test "$ac_cv_header_sys_statvfs_h" = "yes" ; then -{ echo "$as_me:$LINENO: checking for working statvfs() interface" >&5 -echo $ECHO_N "checking for working statvfs() interface... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working statvfs() interface" >&5 +$as_echo_n "checking for working statvfs() interface... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -46548,28 +48562,29 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_func_statvfs=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_statvfs=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_cv_func_statvfs" >&5 -echo "${ECHO_T}$ac_cv_func_statvfs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_statvfs" >&5 +$as_echo "$ac_cv_func_statvfs" >&6; } if test "$ac_cv_func_statvfs" = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -46579,10 +48594,10 @@ fi fi -{ echo "$as_me:$LINENO: checking for _res_ext.nsaddr_list" >&5 -echo $ECHO_N "checking for _res_ext.nsaddr_list... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _res_ext.nsaddr_list" >&5 +$as_echo_n "checking for _res_ext.nsaddr_list... " >&6; } if test "${ac_cv_have_res_ext_nsaddr_list+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -46621,20 +48636,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_res_ext_nsaddr_list="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_res_ext_nsaddr_list="no" @@ -46642,8 +48658,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_res_ext_nsaddr_list" >&5 -echo "${ECHO_T}$ac_cv_have_res_ext_nsaddr_list" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_res_ext_nsaddr_list" >&5 +$as_echo "$ac_cv_have_res_ext_nsaddr_list" >&6; } if test "$ac_cv_have_res_ext_nsaddr_list" = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -46658,10 +48674,10 @@ fi if test "$_SQUID_RES_NSADDR6_LIST" = ""; then -{ echo "$as_me:$LINENO: checking for _res._u._ext.nsaddrs" >&5 -echo $ECHO_N "checking for _res._u._ext.nsaddrs... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _res._u._ext.nsaddrs" >&5 +$as_echo_n "checking for _res._u._ext.nsaddrs... " >&6; } if test "${ac_cv_have_res_ext_nsaddrs+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -46700,20 +48716,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_res_ext_nsaddrs="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_res_ext_nsaddrs="no" @@ -46721,8 +48738,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_res_ext_nsaddrs" >&5 -echo "${ECHO_T}$ac_cv_have_res_ext_nsaddrs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_res_ext_nsaddrs" >&5 +$as_echo "$ac_cv_have_res_ext_nsaddrs" >&6; } if test "$ac_cv_have_res_ext_nsaddrs" = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -46737,10 +48754,10 @@ fi fi -{ echo "$as_me:$LINENO: checking for _res.nsaddr_list" >&5 -echo $ECHO_N "checking for _res.nsaddr_list... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _res.nsaddr_list" >&5 +$as_echo_n "checking for _res.nsaddr_list... " >&6; } if test "${ac_cv_have_res_nsaddr_list+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -46779,20 +48796,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_res_nsaddr_list="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_res_nsaddr_list="no" @@ -46800,8 +48818,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_res_nsaddr_list" >&5 -echo "${ECHO_T}$ac_cv_have_res_nsaddr_list" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_res_nsaddr_list" >&5 +$as_echo "$ac_cv_have_res_nsaddr_list" >&6; } if test $ac_cv_have_res_nsaddr_list = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -46816,10 +48834,10 @@ fi if test "$_SQUID_RES_NSADDR_LIST" = ""; then -{ echo "$as_me:$LINENO: checking for _res.ns_list" >&5 -echo $ECHO_N "checking for _res.ns_list... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _res.ns_list" >&5 +$as_echo_n "checking for _res.ns_list... " >&6; } if test "${ac_cv_have_res_ns_list+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -46858,20 +48876,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_res_ns_list="yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_res_ns_list="no" @@ -46879,8 +48898,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_res_ns_list" >&5 -echo "${ECHO_T}$ac_cv_have_res_ns_list" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_res_ns_list" >&5 +$as_echo "$ac_cv_have_res_ns_list" >&6; } if test $ac_cv_have_res_ns_list = "yes" ; then cat >>confdefs.h <<\_ACEOF @@ -46907,8 +48926,8 @@ if test -z "$PO2HTML"; then - { echo "$as_me:$LINENO: checking whether po2html executable path has been provided" >&5 -echo $ECHO_N "checking whether po2html executable path has been provided... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether po2html executable path has been provided" >&5 +$as_echo_n "checking whether po2html executable path has been provided... " >&6; } # Check whether --with-po2html was given. if test "${with_po2html+set}" = set; then @@ -46916,22 +48935,22 @@ if test "$withval" != "yes"; then PO2HTML="$withval" - { echo "$as_me:$LINENO: result: $PO2HTML" >&5 -echo "${ECHO_T}$PO2HTML" >&6; } + { $as_echo "$as_me:$LINENO: result: $PO2HTML" >&5 +$as_echo "$PO2HTML" >&6; } else PO2HTML="" - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -46940,10 +48959,10 @@ # Extract the first word of "po2html", so it can be a program name with args. set dummy po2html; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PO2HTML+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $PO2HTML in [\\/]* | ?:[\\/]*) @@ -46958,7 +48977,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PO2HTML="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -46970,11 +48989,11 @@ fi PO2HTML=$ac_cv_path_PO2HTML if test -n "$PO2HTML"; then - { echo "$as_me:$LINENO: result: $PO2HTML" >&5 -echo "${ECHO_T}$PO2HTML" >&6; } + { $as_echo "$as_me:$LINENO: result: $PO2HTML" >&5 +$as_echo "$PO2HTML" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -47074,11 +49093,12 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -47111,12 +49131,12 @@ if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && - { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -echo "$as_me: updating cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else - { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -echo "$as_me: not updating unwritable cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -47132,7 +49152,7 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`echo "$ac_i" | sed "$ac_script"` + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" @@ -47144,355 +49164,356 @@ if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. +$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"AMDEP\" was never defined. +$as_echo "$as_me: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. +$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_LOADABLE_MODULES_TRUE}" && test -z "${USE_LOADABLE_MODULES_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_LOADABLE_MODULES\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_LOADABLE_MODULES\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_LOADABLE_MODULES\" was never defined. +$as_echo "$as_me: error: conditional \"USE_LOADABLE_MODULES\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_WIN32SPECIFIC_TRUE}" && test -z "${ENABLE_WIN32SPECIFIC_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_WIN32SPECIFIC\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_WIN32SPECIFIC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_WIN32SPECIFIC\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_WIN32SPECIFIC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_WIN32SPECIFIC_TRUE}" && test -z "${ENABLE_WIN32SPECIFIC_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_WIN32SPECIFIC\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_WIN32SPECIFIC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_WIN32SPECIFIC\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_WIN32SPECIFIC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_IPC_WIN32_TRUE}" && test -z "${USE_IPC_WIN32_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_IPC_WIN32\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_IPC_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_IPC_WIN32\" was never defined. +$as_echo "$as_me: error: conditional \"USE_IPC_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_IPC_WIN32_TRUE}" && test -z "${USE_IPC_WIN32_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_IPC_WIN32\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_IPC_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_IPC_WIN32\" was never defined. +$as_echo "$as_me: error: conditional \"USE_IPC_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_AIOPS_WIN32_TRUE}" && test -z "${USE_AIOPS_WIN32_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_AIOPS_WIN32\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_AIOPS_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_AIOPS_WIN32\" was never defined. +$as_echo "$as_me: error: conditional \"USE_AIOPS_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_AIO_WIN32_TRUE}" && test -z "${USE_AIO_WIN32_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_AIO_WIN32\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_AIO_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_AIO_WIN32\" was never defined. +$as_echo "$as_me: error: conditional \"USE_AIO_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_PINGER_TRUE}" && test -z "${ENABLE_PINGER_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_PINGER\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_PINGER\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_PINGER\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_PINGER\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_PINGER_TRUE}" && test -z "${ENABLE_PINGER_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_PINGER\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_PINGER\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_PINGER\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_PINGER\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_DELAY_POOLS_TRUE}" && test -z "${USE_DELAY_POOLS_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_DELAY_POOLS\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_DELAY_POOLS\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_DELAY_POOLS\" was never defined. +$as_echo "$as_me: error: conditional \"USE_DELAY_POOLS\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_DELAY_POOLS_TRUE}" && test -z "${USE_DELAY_POOLS_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_DELAY_POOLS\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_DELAY_POOLS\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_DELAY_POOLS\" was never defined. +$as_echo "$as_me: error: conditional \"USE_DELAY_POOLS\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_ESI_TRUE}" && test -z "${USE_ESI_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_ESI\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_ESI\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_ESI\" was never defined. +$as_echo "$as_me: error: conditional \"USE_ESI\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_ESI_TRUE}" && test -z "${USE_ESI_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_ESI\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_ESI\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_ESI\" was never defined. +$as_echo "$as_me: error: conditional \"USE_ESI\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_ICAP_CLIENT_TRUE}" && test -z "${USE_ICAP_CLIENT_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_ICAP_CLIENT\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_ICAP_CLIENT\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_ICAP_CLIENT\" was never defined. +$as_echo "$as_me: error: conditional \"USE_ICAP_CLIENT\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_ICAP_CLIENT_TRUE}" && test -z "${USE_ICAP_CLIENT_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_ICAP_CLIENT\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_ICAP_CLIENT\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_ICAP_CLIENT\" was never defined. +$as_echo "$as_me: error: conditional \"USE_ICAP_CLIENT\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_ECAP_TRUE}" && test -z "${USE_ECAP_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_ECAP\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_ECAP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_ECAP\" was never defined. +$as_echo "$as_me: error: conditional \"USE_ECAP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_ADAPTATION_TRUE}" && test -z "${USE_ADAPTATION_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_ADAPTATION\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_ADAPTATION\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_ADAPTATION\" was never defined. +$as_echo "$as_me: error: conditional \"USE_ADAPTATION\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_SNMP_TRUE}" && test -z "${USE_SNMP_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_SNMP\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_SNMP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_SNMP\" was never defined. +$as_echo "$as_me: error: conditional \"USE_SNMP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_ARP_ACL_TRUE}" && test -z "${ENABLE_ARP_ACL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_ARP_ACL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_ARP_ACL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_ARP_ACL\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_ARP_ACL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_ARP_ACL_TRUE}" && test -z "${ENABLE_ARP_ACL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_ARP_ACL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_ARP_ACL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_ARP_ACL\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_ARP_ACL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_HTCP_TRUE}" && test -z "${ENABLE_HTCP_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_HTCP\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_HTCP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_HTCP\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_HTCP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_HTCP_TRUE}" && test -z "${ENABLE_HTCP_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_HTCP\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_HTCP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_HTCP\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_HTCP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SSL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SSL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_SSL\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_SSL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SSL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SSL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_SSL\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_SSL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${MAKE_LEAKFINDER_TRUE}" && test -z "${MAKE_LEAKFINDER_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"MAKE_LEAKFINDER\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"MAKE_LEAKFINDER\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"MAKE_LEAKFINDER\" was never defined. +$as_echo "$as_me: error: conditional \"MAKE_LEAKFINDER\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${MAKE_LEAKFINDER_TRUE}" && test -z "${MAKE_LEAKFINDER_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"MAKE_LEAKFINDER\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"MAKE_LEAKFINDER\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"MAKE_LEAKFINDER\" was never defined. +$as_echo "$as_me: error: conditional \"MAKE_LEAKFINDER\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_IDENT_TRUE}" && test -z "${ENABLE_IDENT_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_IDENT\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_IDENT\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_IDENT\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_IDENT\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_IDENT_TRUE}" && test -z "${ENABLE_IDENT_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_IDENT\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_IDENT\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_IDENT\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_IDENT\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_DNSSERVER_TRUE}" && test -z "${USE_DNSSERVER_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_DNSSERVER\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_DNSSERVER\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_DNSSERVER\" was never defined. +$as_echo "$as_me: error: conditional \"USE_DNSSERVER\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_DNSSERVER_TRUE}" && test -z "${USE_DNSSERVER_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_DNSSERVER\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_DNSSERVER\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_DNSSERVER\" was never defined. +$as_echo "$as_me: error: conditional \"USE_DNSSERVER\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_UNLINKD_TRUE}" && test -z "${ENABLE_UNLINKD_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_UNLINKD\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_UNLINKD\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_UNLINKD\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_UNLINKD\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_UNLINKD_TRUE}" && test -z "${ENABLE_UNLINKD_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_UNLINKD\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_UNLINKD\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_UNLINKD\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_UNLINKD\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_XPROF_STATS_TRUE}" && test -z "${ENABLE_XPROF_STATS_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_XPROF_STATS\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_XPROF_STATS\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_XPROF_STATS\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_XPROF_STATS\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_XPROF_STATS_TRUE}" && test -z "${ENABLE_XPROF_STATS_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"ENABLE_XPROF_STATS\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_XPROF_STATS\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"ENABLE_XPROF_STATS\" was never defined. +$as_echo "$as_me: error: conditional \"ENABLE_XPROF_STATS\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_POLL_TRUE}" && test -z "${USE_POLL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_POLL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_POLL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_POLL\" was never defined. +$as_echo "$as_me: error: conditional \"USE_POLL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_EPOLL_TRUE}" && test -z "${USE_EPOLL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_EPOLL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_EPOLL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_EPOLL\" was never defined. +$as_echo "$as_me: error: conditional \"USE_EPOLL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_SELECT_TRUE}" && test -z "${USE_SELECT_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_SELECT\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_SELECT\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_SELECT\" was never defined. +$as_echo "$as_me: error: conditional \"USE_SELECT\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_SELECT_SIMPLE_TRUE}" && test -z "${USE_SELECT_SIMPLE_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_SELECT_SIMPLE\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_SELECT_SIMPLE\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_SELECT_SIMPLE\" was never defined. +$as_echo "$as_me: error: conditional \"USE_SELECT_SIMPLE\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_SELECT_WIN32_TRUE}" && test -z "${USE_SELECT_WIN32_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_SELECT_WIN32\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_SELECT_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_SELECT_WIN32\" was never defined. +$as_echo "$as_me: error: conditional \"USE_SELECT_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_KQUEUE_TRUE}" && test -z "${USE_KQUEUE_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_KQUEUE\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_KQUEUE\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_KQUEUE\" was never defined. +$as_echo "$as_me: error: conditional \"USE_KQUEUE\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${USE_DEVPOLL_TRUE}" && test -z "${USE_DEVPOLL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"USE_DEVPOLL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"USE_DEVPOLL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"USE_DEVPOLL\" was never defined. +$as_echo "$as_me: error: conditional \"USE_DEVPOLL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${NEED_OWN_STRSEP_TRUE}" && test -z "${NEED_OWN_STRSEP_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"NEED_OWN_STRSEP\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"NEED_OWN_STRSEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"NEED_OWN_STRSEP\" was never defined. +$as_echo "$as_me: error: conditional \"NEED_OWN_STRSEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${NEED_OWN_STRSEP_TRUE}" && test -z "${NEED_OWN_STRSEP_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"NEED_OWN_STRSEP\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"NEED_OWN_STRSEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"NEED_OWN_STRSEP\" was never defined. +$as_echo "$as_me: error: conditional \"NEED_OWN_STRSEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${NEED_OWN_STRTOLL_TRUE}" && test -z "${NEED_OWN_STRTOLL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"NEED_OWN_STRTOLL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"NEED_OWN_STRTOLL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"NEED_OWN_STRTOLL\" was never defined. +$as_echo "$as_me: error: conditional \"NEED_OWN_STRTOLL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${NEED_OWN_STRTOLL_TRUE}" && test -z "${NEED_OWN_STRTOLL_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"NEED_OWN_STRTOLL\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"NEED_OWN_STRTOLL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"NEED_OWN_STRTOLL\" was never defined. +$as_echo "$as_me: error: conditional \"NEED_OWN_STRTOLL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi : ${CONFIG_STATUS=./config.status} +ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 -echo "$as_me: creating $CONFIG_STATUS" >&6;} -cat >$CONFIG_STATUS <<_ACEOF +{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. @@ -47505,7 +49526,7 @@ SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## @@ -47515,7 +49536,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -47537,17 +49558,45 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -47563,8 +49612,6 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -47587,7 +49634,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -47600,17 +49647,10 @@ PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -47632,7 +49672,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -47683,7 +49723,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems @@ -47711,7 +49751,6 @@ *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -47724,19 +49763,22 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -47761,10 +49803,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -47786,8 +49828,8 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Squid Web Proxy $as_me 3.1.0.2, which was -generated by GNU Autoconf 2.61. Invocation command line was +This file was extended by Squid Web Proxy $as_me 3.1.0.3, which was +generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -47800,7 +49842,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" @@ -47808,7 +49850,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. @@ -47821,9 +49863,9 @@ -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] - instantiate the configuration file FILE + instantiate the configuration file FILE --header=FILE[:TEMPLATE] - instantiate the configuration header FILE + instantiate the configuration header FILE Configuration files: $config_files @@ -47837,24 +49879,25 @@ Report bugs to ." _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -Squid Web Proxy config.status 3.1.0.2 -configured by $0, generated by GNU Autoconf 2.61, - with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +Squid Web Proxy config.status 3.1.0.3 +configured by $0, generated by GNU Autoconf 2.62, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2006 Free Software Foundation, Inc. +Copyright (C) 2008 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' +AWK='$AWK' +test -n "\$AWK" || AWK=awk _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF -# If no file are specified by the user, then we need to provide default -# value. By we need to know if files were specified by the user. +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do @@ -47876,30 +49919,36 @@ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - echo "$ac_cs_version"; exit ;; + $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift - CONFIG_FILES="$CONFIG_FILES $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - { echo "$as_me: error: ambiguous option: $1 + { $as_echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; };; --help | --hel | -h ) - echo "$ac_cs_usage"; exit ;; + $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { echo "$as_me: error: unrecognized option: $1 + -*) { $as_echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -47918,27 +49967,29 @@ fi _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 - CONFIG_SHELL=$SHELL + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' export CONFIG_SHELL - exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + exec "\$@" fi _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX - echo "$ac_log" + $as_echo "$ac_log" } >&5 _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # @@ -47946,7 +49997,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets @@ -48010,8 +50061,8 @@ "helpers/external_acl/mswin_lm_group/Makefile") CONFIG_FILES="$CONFIG_FILES helpers/external_acl/mswin_lm_group/Makefile" ;; "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done @@ -48052,377 +50103,143 @@ (umask 077 && mkdir "$tmp") } || { - echo "$me: cannot create a temporary directory in ." >&2 + $as_echo "$as_me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } -# -# Set up the sed scripts for CONFIG_FILES section. -# - -# No need to generate the scripts if there are no CONFIG_FILES. -# This happens for instance when ./config.status config.h +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then -_ACEOF - - - -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -SHELL!$SHELL$ac_delim -PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim -PACKAGE_NAME!$PACKAGE_NAME$ac_delim -PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim -PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim -PACKAGE_STRING!$PACKAGE_STRING$ac_delim -PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim -exec_prefix!$exec_prefix$ac_delim -prefix!$prefix$ac_delim -program_transform_name!$program_transform_name$ac_delim -bindir!$bindir$ac_delim -sbindir!$sbindir$ac_delim -libexecdir!$libexecdir$ac_delim -datarootdir!$datarootdir$ac_delim -datadir!$datadir$ac_delim -sysconfdir!$sysconfdir$ac_delim -sharedstatedir!$sharedstatedir$ac_delim -localstatedir!$localstatedir$ac_delim -includedir!$includedir$ac_delim -oldincludedir!$oldincludedir$ac_delim -docdir!$docdir$ac_delim -infodir!$infodir$ac_delim -htmldir!$htmldir$ac_delim -dvidir!$dvidir$ac_delim -pdfdir!$pdfdir$ac_delim -psdir!$psdir$ac_delim -libdir!$libdir$ac_delim -localedir!$localedir$ac_delim -mandir!$mandir$ac_delim -DEFS!$DEFS$ac_delim -ECHO_C!$ECHO_C$ac_delim -ECHO_N!$ECHO_N$ac_delim -ECHO_T!$ECHO_T$ac_delim -LIBS!$LIBS$ac_delim -build_alias!$build_alias$ac_delim -host_alias!$host_alias$ac_delim -target_alias!$target_alias$ac_delim -INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim -INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim -INSTALL_DATA!$INSTALL_DATA$ac_delim -CYGPATH_W!$CYGPATH_W$ac_delim -PACKAGE!$PACKAGE$ac_delim -VERSION!$VERSION$ac_delim -ACLOCAL!$ACLOCAL$ac_delim -AUTOCONF!$AUTOCONF$ac_delim -AUTOMAKE!$AUTOMAKE$ac_delim -AUTOHEADER!$AUTOHEADER$ac_delim -MAKEINFO!$MAKEINFO$ac_delim -install_sh!$install_sh$ac_delim -STRIP!$STRIP$ac_delim -INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim -mkdir_p!$mkdir_p$ac_delim -AWK!$AWK$ac_delim -SET_MAKE!$SET_MAKE$ac_delim -am__leading_dot!$am__leading_dot$ac_delim -AMTAR!$AMTAR$ac_delim -am__tar!$am__tar$ac_delim -am__untar!$am__untar$ac_delim -MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim -MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim -MAINT!$MAINT$ac_delim -CC!$CC$ac_delim -CFLAGS!$CFLAGS$ac_delim -LDFLAGS!$LDFLAGS$ac_delim -CPPFLAGS!$CPPFLAGS$ac_delim -ac_ct_CC!$ac_ct_CC$ac_delim -EXEEXT!$EXEEXT$ac_delim -OBJEXT!$OBJEXT$ac_delim -DEPDIR!$DEPDIR$ac_delim -am__include!$am__include$ac_delim -am__quote!$am__quote$ac_delim -AMDEP_TRUE!$AMDEP_TRUE$ac_delim -AMDEP_FALSE!$AMDEP_FALSE$ac_delim -AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim -CCDEPMODE!$CCDEPMODE$ac_delim -am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim -am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim -CXX!$CXX$ac_delim -CXXFLAGS!$CXXFLAGS$ac_delim -ac_ct_CXX!$ac_ct_CXX$ac_delim -CXXDEPMODE!$CXXDEPMODE$ac_delim -am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim -am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim -build!$build$ac_delim -build_cpu!$build_cpu$ac_delim -build_vendor!$build_vendor$ac_delim -build_os!$build_os$ac_delim -host!$host$ac_delim -host_cpu!$host_cpu$ac_delim -host_vendor!$host_vendor$ac_delim -host_os!$host_os$ac_delim -USE_LOADABLE_MODULES_TRUE!$USE_LOADABLE_MODULES_TRUE$ac_delim -USE_LOADABLE_MODULES_FALSE!$USE_LOADABLE_MODULES_FALSE$ac_delim -SED!$SED$ac_delim -GREP!$GREP$ac_delim -EGREP!$EGREP$ac_delim -LN_S!$LN_S$ac_delim -_ACEOF - - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` +ac_cr=' ' +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr fi -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -CEOF$ac_eof +echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -ECHO!$ECHO$ac_delim -AR!$AR$ac_delim -RANLIB!$RANLIB$ac_delim -DSYMUTIL!$DSYMUTIL$ac_delim -NMEDIT!$NMEDIT$ac_delim -CPP!$CPP$ac_delim -CXXCPP!$CXXCPP$ac_delim -F77!$F77$ac_delim -FFLAGS!$FFLAGS$ac_delim -ac_ct_F77!$ac_ct_F77$ac_delim -LIBTOOL!$LIBTOOL$ac_delim -LIBADD_DL!$LIBADD_DL$ac_delim -INCLTDL!$INCLTDL$ac_delim -LIBLTDL!$LIBLTDL$ac_delim -CGIEXT!$CGIEXT$ac_delim -ENABLE_WIN32SPECIFIC_TRUE!$ENABLE_WIN32SPECIFIC_TRUE$ac_delim -ENABLE_WIN32SPECIFIC_FALSE!$ENABLE_WIN32SPECIFIC_FALSE$ac_delim -WIN32_PSAPI!$WIN32_PSAPI$ac_delim -USE_IPC_WIN32_TRUE!$USE_IPC_WIN32_TRUE$ac_delim -USE_IPC_WIN32_FALSE!$USE_IPC_WIN32_FALSE$ac_delim -MINGW_LIBS!$MINGW_LIBS$ac_delim -CACHE_HTTP_PORT!$CACHE_HTTP_PORT$ac_delim -CACHE_ICP_PORT!$CACHE_ICP_PORT$ac_delim -CACHE_EFFECTIVE_USER!$CACHE_EFFECTIVE_USER$ac_delim -DEFAULT_LOG_DIR!$DEFAULT_LOG_DIR$ac_delim -SQUID_CFLAGS!$SQUID_CFLAGS$ac_delim -SQUID_CXXFLAGS!$SQUID_CXXFLAGS$ac_delim -STORE_OBJS!$STORE_OBJS$ac_delim -STORE_LIBS!$STORE_LIBS$ac_delim -STORE_LINKOBJS!$STORE_LINKOBJS$ac_delim -STORE_TESTS!$STORE_TESTS$ac_delim -DISK_LIBS!$DISK_LIBS$ac_delim -DISK_PROGRAMS!$DISK_PROGRAMS$ac_delim -DISK_LINKOBJS!$DISK_LINKOBJS$ac_delim -USE_AIOPS_WIN32_TRUE!$USE_AIOPS_WIN32_TRUE$ac_delim -USE_AIOPS_WIN32_FALSE!$USE_AIOPS_WIN32_FALSE$ac_delim -USE_AIO_WIN32_TRUE!$USE_AIO_WIN32_TRUE$ac_delim -USE_AIO_WIN32_FALSE!$USE_AIO_WIN32_FALSE$ac_delim -REPL_POLICIES!$REPL_POLICIES$ac_delim -REPL_OBJS!$REPL_OBJS$ac_delim -REPL_LIBS!$REPL_LIBS$ac_delim -ENABLE_PINGER_TRUE!$ENABLE_PINGER_TRUE$ac_delim -ENABLE_PINGER_FALSE!$ENABLE_PINGER_FALSE$ac_delim -USE_DELAY_POOLS_TRUE!$USE_DELAY_POOLS_TRUE$ac_delim -USE_DELAY_POOLS_FALSE!$USE_DELAY_POOLS_FALSE$ac_delim -USE_ESI_TRUE!$USE_ESI_TRUE$ac_delim -USE_ESI_FALSE!$USE_ESI_FALSE$ac_delim -USE_ICAP_CLIENT_TRUE!$USE_ICAP_CLIENT_TRUE$ac_delim -USE_ICAP_CLIENT_FALSE!$USE_ICAP_CLIENT_FALSE$ac_delim -ICAP_LIBS!$ICAP_LIBS$ac_delim -USE_ECAP_TRUE!$USE_ECAP_TRUE$ac_delim -USE_ECAP_FALSE!$USE_ECAP_FALSE$ac_delim -ECAP_LIBS!$ECAP_LIBS$ac_delim -USE_ADAPTATION_TRUE!$USE_ADAPTATION_TRUE$ac_delim -USE_ADAPTATION_FALSE!$USE_ADAPTATION_FALSE$ac_delim -ADAPTATION_LIBS!$ADAPTATION_LIBS$ac_delim -USE_SNMP_TRUE!$USE_SNMP_TRUE$ac_delim -USE_SNMP_FALSE!$USE_SNMP_FALSE$ac_delim -SNMPLIB!$SNMPLIB$ac_delim -makesnmplib!$makesnmplib$ac_delim -ENABLE_ARP_ACL_TRUE!$ENABLE_ARP_ACL_TRUE$ac_delim -ENABLE_ARP_ACL_FALSE!$ENABLE_ARP_ACL_FALSE$ac_delim -ENABLE_HTCP_TRUE!$ENABLE_HTCP_TRUE$ac_delim -ENABLE_HTCP_FALSE!$ENABLE_HTCP_FALSE$ac_delim -ENABLE_SSL_TRUE!$ENABLE_SSL_TRUE$ac_delim -ENABLE_SSL_FALSE!$ENABLE_SSL_FALSE$ac_delim -SSLLIB!$SSLLIB$ac_delim -MAKE_LEAKFINDER_TRUE!$MAKE_LEAKFINDER_TRUE$ac_delim -MAKE_LEAKFINDER_FALSE!$MAKE_LEAKFINDER_FALSE$ac_delim -ENABLE_IDENT_TRUE!$ENABLE_IDENT_TRUE$ac_delim -ENABLE_IDENT_FALSE!$ENABLE_IDENT_FALSE$ac_delim -USE_DNSSERVER_TRUE!$USE_DNSSERVER_TRUE$ac_delim -USE_DNSSERVER_FALSE!$USE_DNSSERVER_FALSE$ac_delim -OPT_DEFAULT_HOSTS!$OPT_DEFAULT_HOSTS$ac_delim -AUTH_MODULES!$AUTH_MODULES$ac_delim -AUTH_LIBS!$AUTH_LIBS$ac_delim -AUTH_LINKOBJS!$AUTH_LINKOBJS$ac_delim -AUTH_OBJS!$AUTH_OBJS$ac_delim -BASIC_AUTH_HELPERS!$BASIC_AUTH_HELPERS$ac_delim -NTLM_AUTH_HELPERS!$NTLM_AUTH_HELPERS$ac_delim -subdirs!$subdirs$ac_delim -NEGOTIATE_AUTH_HELPERS!$NEGOTIATE_AUTH_HELPERS$ac_delim -DIGEST_AUTH_HELPERS!$DIGEST_AUTH_HELPERS$ac_delim -EXTERNAL_ACL_HELPERS!$EXTERNAL_ACL_HELPERS$ac_delim -LIBSASL!$LIBSASL$ac_delim -ENABLE_UNLINKD_TRUE!$ENABLE_UNLINKD_TRUE$ac_delim -ENABLE_UNLINKD_FALSE!$ENABLE_UNLINKD_FALSE$ac_delim -ENABLE_XPROF_STATS_TRUE!$ENABLE_XPROF_STATS_TRUE$ac_delim -ENABLE_XPROF_STATS_FALSE!$ENABLE_XPROF_STATS_FALSE$ac_delim -CPPUNITCONFIG!$CPPUNITCONFIG$ac_delim -SQUID_CPPUNIT_LIBS!$SQUID_CPPUNIT_LIBS$ac_delim -SQUID_CPPUNIT_LA!$SQUID_CPPUNIT_LA$ac_delim -SQUID_CPPUNIT_INC!$SQUID_CPPUNIT_INC$ac_delim -SH!$SH$ac_delim -FALSE!$FALSE$ac_delim -TRUE!$TRUE$ac_delim -RM!$RM$ac_delim -_ACEOF + . ./conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then break elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done +rm -f conf$$subs.sh -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi - -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -CEOF$ac_eof +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\).*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\).*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -MV!$MV$ac_delim -MKDIR!$MKDIR$ac_delim -LN!$LN$ac_delim -PERL!$PERL$ac_delim -AR_R!$AR_R$ac_delim -ALLOCA!$ALLOCA$ac_delim -CRYPTLIB!$CRYPTLIB$ac_delim -LIB_LDAP!$LIB_LDAP$ac_delim -LIB_LBER!$LIB_LBER$ac_delim -LIB_DB!$LIB_DB$ac_delim -LIBOBJS!$LIBOBJS$ac_delim -EPOLL_LIBS!$EPOLL_LIBS$ac_delim -USE_POLL_TRUE!$USE_POLL_TRUE$ac_delim -USE_POLL_FALSE!$USE_POLL_FALSE$ac_delim -USE_EPOLL_TRUE!$USE_EPOLL_TRUE$ac_delim -USE_EPOLL_FALSE!$USE_EPOLL_FALSE$ac_delim -USE_SELECT_TRUE!$USE_SELECT_TRUE$ac_delim -USE_SELECT_FALSE!$USE_SELECT_FALSE$ac_delim -USE_SELECT_SIMPLE_TRUE!$USE_SELECT_SIMPLE_TRUE$ac_delim -USE_SELECT_SIMPLE_FALSE!$USE_SELECT_SIMPLE_FALSE$ac_delim -USE_SELECT_WIN32_TRUE!$USE_SELECT_WIN32_TRUE$ac_delim -USE_SELECT_WIN32_FALSE!$USE_SELECT_WIN32_FALSE$ac_delim -USE_KQUEUE_TRUE!$USE_KQUEUE_TRUE$ac_delim -USE_KQUEUE_FALSE!$USE_KQUEUE_FALSE$ac_delim -USE_DEVPOLL_TRUE!$USE_DEVPOLL_TRUE$ac_delim -USE_DEVPOLL_FALSE!$USE_DEVPOLL_FALSE$ac_delim -NEED_OWN_STRSEP_TRUE!$NEED_OWN_STRSEP_TRUE$ac_delim -NEED_OWN_STRSEP_FALSE!$NEED_OWN_STRSEP_FALSE$ac_delim -NEED_OWN_STRTOLL_TRUE!$NEED_OWN_STRTOLL_TRUE$ac_delim -NEED_OWN_STRTOLL_FALSE!$NEED_OWN_STRTOLL_FALSE$ac_delim -REGEXLIB!$REGEXLIB$ac_delim -LIBREGEX!$LIBREGEX$ac_delim -PO2HTML!$PO2HTML$ac_delim -XTRA_OBJS!$XTRA_OBJS$ac_delim -XTRA_LIBS!$XTRA_LIBS$ac_delim -LTLIBOBJS!$LTLIBOBJS$ac_delim -_ACEOF + print line +} - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 36; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 +$as_echo "$as_me: error: could not setup config files machinery" >&2;} { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done - -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi - -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -:end -s/|#_!!_#|//g -CEOF$ac_eof _ACEOF - # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty @@ -48438,19 +50255,133 @@ }' fi -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + prefix = substr(line, 1, index(line, defundef) - 1) + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", line, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 +$as_echo "$as_me: error: could not setup config headers machinery" >&2;} + { (exit 1); exit 1; }; } +fi # test -n "$CONFIG_HEADERS" + -for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -echo "$as_me: error: Invalid tag $ac_tag." >&2;} + :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; @@ -48479,26 +50410,38 @@ [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac - ac_file_inputs="$ac_file_inputs $ac_f" + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + ac_file_inputs="$ac_file_inputs '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ - configure_input="Generated from "`IFS=: - echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} + { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin";; + *:-:* | *:-) cat >"$tmp/stdin" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; esac ;; esac @@ -48508,7 +50451,7 @@ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -echo X"$ac_file" | +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -48534,7 +50477,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -48543,7 +50486,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -48564,17 +50507,17 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -48614,12 +50557,13 @@ esac _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= -case `sed -n '/datarootdir/ { +ac_sed_dataroot=' +/datarootdir/ { p q } @@ -48628,13 +50572,14 @@ /@infodir@/p /@localedir@/p /@mandir@/p -' $ac_file_inputs` in +' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g @@ -48648,15 +50593,16 @@ # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF - sed "$ac_vpsub +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub $extrasub _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s&@configure_input@&$configure_input&;t t +s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t @@ -48666,135 +50612,74 @@ s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t $ac_datarootdir_hack -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && - { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' + { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in - -) cat "$tmp/out"; rm -f "$tmp/out";; - *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; - esac + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; :H) # # CONFIG_HEADER # -_ACEOF - -# Transform confdefs.h into a sed script `conftest.defines', that -# substitutes the proper values into config.h.in to produce config.h. -rm -f conftest.defines conftest.tail -# First, append a space to every undef/define line, to ease matching. -echo 's/$/ /' >conftest.defines -# Then, protect against being on the right side of a sed subst, or in -# an unquoted here document, in config.status. If some macros were -# called several times there might be several #defines for the same -# symbol, which is useless. But do not sort them, since the last -# AC_DEFINE must be honored. -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where -# NAME is the cpp macro being defined, VALUE is the value it is being given. -# PARAMS is the parameter list in the macro definition--in most cases, it's -# just an empty string. -ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' -ac_dB='\\)[ (].*,\\1define\\2' -ac_dC=' ' -ac_dD=' ,' - -uniq confdefs.h | - sed -n ' - t rset - :rset - s/^[ ]*#[ ]*define[ ][ ]*// - t ok - d - :ok - s/[\\&,]/\\&/g - s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p - s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p - ' >>conftest.defines - -# Remove the space that was appended to ease matching. -# Then replace #undef with comments. This is necessary, for -# example, in the case of _POSIX_SOURCE, which is predefined and required -# on some systems where configure will not decide to define it. -# (The regexp can be short, since the line contains either #define or #undef.) -echo 's/ $// -s,^[ #]*u.*,/* & */,' >>conftest.defines - -# Break up conftest.defines: -ac_max_sed_lines=50 - -# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" -# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" -# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" -# et cetera. -ac_in='$ac_file_inputs' -ac_out='"$tmp/out1"' -ac_nxt='"$tmp/out2"' - -while : -do - # Write a here document: - cat >>$CONFIG_STATUS <<_ACEOF - # First, check the format of the line: - cat >"\$tmp/defines.sed" <<\\CEOF -/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def -/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def -b -:def -_ACEOF - sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS - echo 'CEOF - sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS - ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in - sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail - grep . conftest.tail >/dev/null || break - rm -f conftest.defines - mv conftest.tail conftest.defines -done -rm -f conftest.defines conftest.tail - -echo "ac_result=$ac_in" >>$CONFIG_STATUS -cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then - echo "/* $configure_input */" >"$tmp/config.h" - cat "$ac_result" >>"$tmp/config.h" - if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then - { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 -echo "$as_me: $ac_file is unchanged" >&6;} + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} else - rm -f $ac_file - mv "$tmp/config.h" $ac_file + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } fi else - echo "/* $configure_input */" - cat "$ac_result" + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 +$as_echo "$as_me: error: could not create -" >&2;} + { (exit 1); exit 1; }; } fi - rm -f "$tmp/out12" -# Compute $ac_file's index in $config_headers. +# Compute "$ac_file"'s index in $config_headers. _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in - $ac_file | $ac_file:* ) + "$ac_file" | "$ac_file":* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done -echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || -$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X$ac_file : 'X\(//\)[^/]' \| \ - X$ac_file : 'X\(//\)$' \| \ - X$ac_file : 'X\(/\)' \| . 2>/dev/null || -echo X$ac_file | +echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -48814,8 +50699,8 @@ s/.*/./; q'`/stamp-h$_am_stamp_count ;; - :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 -echo "$as_me: executing $ac_file commands" >&6;} + :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac @@ -48836,7 +50721,7 @@ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || -echo X"$mf" | +$as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -48880,7 +50765,7 @@ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || -echo X"$file" | +$as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -48906,7 +50791,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -48915,7 +50800,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -48936,8 +50821,8 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" @@ -48954,6 +50839,11 @@ chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -48981,7 +50871,8 @@ # if test "$no_recursion" != yes; then - # Remove --cache-file and --srcdir arguments so they do not pile up. + # Remove --cache-file, --srcdir, and --disable-option-checking arguments + # so they do not pile up. ac_sub_configure_args= # Add --quiet option if used test "$silent" = yes && @@ -49013,9 +50904,11 @@ ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) ;; + --disable-option-checking) + ;; *) case $ac_arg in - *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;; esac @@ -49025,7 +50918,7 @@ # in subdir configurations. ac_arg="--prefix=$prefix" case $ac_arg in - *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args" @@ -49034,6 +50927,10 @@ ac_sub_configure_args="--silent $ac_sub_configure_args" fi + # Always prepend --disable-option-checking to silence warnings, since + # different subdirs can have different --enable and --with options. + ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args" + ac_popdir=`pwd` for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue @@ -49042,8 +50939,8 @@ test -d "$srcdir/$ac_dir" || continue ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)" - echo "$as_me:$LINENO: $ac_msg" >&5 - echo "$ac_msg" >&6 + $as_echo "$as_me:$LINENO: $ac_msg" >&5 + $as_echo "$ac_msg" >&6 { as_dir="$ac_dir" case $as_dir in #( -*) as_dir=./$as_dir;; @@ -49052,7 +50949,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -49061,7 +50958,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -49082,17 +50979,17 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -49131,8 +51028,8 @@ # This should be Cygnus configure. ac_sub_configure=$ac_aux_dir/configure else - { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 -echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 +$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} ac_sub_configure= fi @@ -49145,17 +51042,21 @@ ac_sub_cache_file=$ac_top_build_prefix$cache_file ;; esac - { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 -echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} + { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 +$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} # The eval makes quoting arguments work. eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || - { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 -echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} + { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 +$as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} { (exit 1); exit 1; }; } fi cd "$ac_popdir" done fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} +fi diff -u -r -N squid-3.1.0.2/configure.in squid-3.1.0.3/configure.in --- squid-3.1.0.2/configure.in 2008-11-10 00:23:29.000000000 +1300 +++ squid-3.1.0.3/configure.in 2008-12-05 16:10:13.000000000 +1300 @@ -1,7 +1,7 @@ dnl Configuration input file for Squid dnl dnl -AC_INIT(Squid Web Proxy, 3.1.0.2, http://www.squid-cache.org/bugs/, squid) +AC_INIT(Squid Web Proxy, 3.1.0.3, http://www.squid-cache.org/bugs/, squid) AC_PREREQ(2.52) AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) @@ -34,6 +34,11 @@ CFLAGS="-DDEFAULT_SQUID_CONFIG_DIR=\\\"$sysconfdir\\\" $CFLAGS" CXXFLAGS="-DDEFAULT_SQUID_CONFIG_DIR=\\\"$sysconfdir\\\" $CXXFLAGS" +dnl Make the squid top srcdir available to sub-packages as --with-squid=PATH +new_configure_args="$ac_configure_args --with-squid=$ac_abs_confdir" +ac_configure_args="$new_configure_args" + + use_loadable_modules=1 AC_MSG_CHECKING(whether to use loadable modules) AC_ARG_ENABLE(loadable-modules, @@ -424,6 +429,7 @@ echo "With aio" fi + AC_ARG_WITH(dl, AC_HELP_STRING([--with-dl],[Use dynamic linking])) if test "$with_dl" = "yes"; then @@ -458,18 +464,22 @@ fi ]) if test -n "$STORE_MODULES"; then - for module in $STORE_MODULES; do - if test -d $srcdir/src/fs/$module; then - : + dnl ensure that all modules a) exist and b) only include once. + STORE_MODULES_FULL=$STORE_MODULES + STORE_MODULES= + STORE_LINKOBJS= + for module in $STORE_MODULES_FULL; do + have_mod=`echo "$STORE_MODULES" | grep "$module"` + if test "$have_mod" != ""; then + echo "Removing duplicate $module from storeio" + elif test -d $srcdir/src/fs/$module; then + STORE_MODULES="$STORE_MODULES $module" + STORE_LINKOBJS="$STORE_LINKOBJS fs/${module}/StoreFS${module}.o" else AC_MSG_ERROR(storeio $module does not exist) fi done echo "Store modules built: $STORE_MODULES" - STORE_LINKOBJS= - for module in $STORE_MODULES; do - STORE_LINKOBJS="$STORE_LINKOBJS fs/${module}/StoreFS${module}.o" - done fi dnl remove all but diskd - its the only module that needs to recurse dnl into the sub directory @@ -540,15 +550,17 @@ AC_ARG_ENABLE(disk-io, AC_HELP_STRING([--enable-disk-io="list of modules"], [Build support for the list of disk I/O modules. - The default is only to build the "Blocking" module. + If unset only the "Blocking" module will be built. + Set without a value all available modules will be built. See src/DiskIO for a list of available modules, or - Programmers Guide section + Programmers Guide section on DiskIO for details on how to build your custom disk module]), [ case $enableval in yes) for dir in $srcdir/src/DiskIO/*; do module="`basename $dir`" if test -d "$dir" && test "$module" != CVS; then + echo "Autodetected $module DiskIO module" DISK_MODULES="$DISK_MODULES $module" fi done @@ -565,6 +577,7 @@ ], [ if test -z "$DISK_MODULES"; then DISK_MODULES="Blocking" + echo "Enabling Blocking DiskIO module (required default)" AC_DEFINE(USE_DISKIO,1,[DiskIO modules are expected to be available.]) fi ]) @@ -579,6 +592,7 @@ DISK_LIBS="lib`echo $DISK_MODULES|sed -e 's% %.a lib%g'`.a" DISK_LINKOBJS= for module in $DISK_MODULES; do + echo "Enabling $module DiskIO module" DISK_LINKOBJS="$DISK_LINKOBJS DiskIO/${module}/${module}DiskIOModule.o" done fi @@ -664,6 +678,17 @@ esac done +dnl Check for librt +dnl We use AIO in the coss store +if test "$with_aio" = "yes"; then + dnl On some systems POSIX AIO functions are in libaio + AC_CHECK_LIB(rt, aio_read, + [DISK_LIBS="$DISK_LIBS -lrt"], + AC_CHECK_LIB(aio, aio_read,[DISK_LIBS="$DISK_LIBS -laio"]) + ) +fi + +AC_SUBST(DISK_MODULES) AC_SUBST(DISK_LIBS) AC_SUBST(DISK_PROGRAMS) AC_SUBST(DISK_LINKOBJS) @@ -751,7 +776,19 @@ if test "$use_esi" = "yes" ; then AC_DEFINE(USE_SQUID_ESI,1,[Compile the ESI processor and Surrogate header support]) AM_CONDITIONAL(USE_ESI, true) + + dnl Perform configuration consistency checks for ESI + dnl ESI support requires libexpat + AC_CHECK_LIB([expat], [main], + [ESI_LIBS="-lexpat"], + [AC_MSG_FAILURE([ESI support requires libexpat library, but no usable library was found])] + ) + AC_CHECK_LIB([xml2], [main], + [ESI_LIBS="-lxml2"], + [AC_MSG_FAILURE([ESI support requires libxml2 library, but no usable library was found])] + ) XTRA_LIBS="$XTRA_LIBS -lexpat -lxml2" + else AC_DEFINE(USE_SQUID_ESI,0,[Compile the ESI processor and Surrogate header support]) fi @@ -796,17 +833,13 @@ dnl eCAP support requires loadable modules, which are enabled by default if test "$use_loadable_modules" != "yes" then - AC_MSG_ERROR([ - eCAP support requires loadable modules. Please do not use - --disable-loadable-modules with --enable-ecap.]); + AC_MSG_ERROR([eCAP support requires loadable modules. Please do not use --disable-loadable-modules with --enable-ecap.]); fi dnl eCAP support requires libecap AC_CHECK_LIB([ecap], [main], [ECAP_LIBS="-lecap"], - [AC_MSG_FAILURE([ - eCAP support requires libecap library, - but no usable library was found])] + [AC_MSG_FAILURE([eCAP support requires libecap library, but no usable library was found])] ) fi @@ -1122,11 +1155,16 @@ yes) echo "Forcing kqueue() to be enabled" SELECT_TYPE="kqueue" + AC_CHECK_HEADERS([sys/event.h],[], + [ AC_MSG_ERROR([kqueue support requires sys/event.h header file.]) ]) ;; no) echo "Forcing kqueue() to be disabled" disable_kqueue=true ;; + *) + AC_CHECK_HEADERS([sys/event.h]) + ;; esac ]) @@ -1139,6 +1177,11 @@ yes) echo "Forcing epoll() to be enabled" SELECT_TYPE="epoll" + dnl epoll requires header file and library to be installed + AC_CHECK_HEADERS([sys/epoll.h],[], + [ AC_MSG_ERROR([required sys/epoll.h header file is missing.]) ]) + AC_CHECK_LIB(epoll, epoll_ctl, [], + [ AC_MSG_ERROR([required libepoll library is missing.]) ]) ;; no) echo "Forcing epoll() to be disabled" @@ -1146,7 +1189,40 @@ ;; esac ]) +dnl epoll requires sys/epoll.h and libepoll +if test -z "$disable_epoll"; then + # Check for libepoll + EPOLL_LIB= + AC_CHECK_LIB(epoll, epoll_ctl, [EPOLL_LIBS="-lepoll"]) + AC_SUBST(EPOLL_LIBS) + # Check for epoll_ctl, may need -lepoll + SAVED_LIBS="$LIBS" + LIBS="$LIBS $LIB_EPOLL" + AC_CHECK_FUNCS(epoll_ctl) + LIBS="$SAVED_LIBS" + + AC_CHECK_HEADERS([sys/epoll.h]) + + dnl Verify that epoll really works + if test $ac_cv_func_epoll_ctl = yes; then + AC_CACHE_CHECK(if epoll works, ac_cv_epoll_works, + AC_TRY_RUN([ +#include +#include +#include +int main(int argc, char **argv) +{ + int fd = epoll_create(256); + if (fd < 0) { + perror("epoll_create:"); + exit(1); + } + exit(0); +} + ], [ac_cv_epoll_works=yes], [ac_cv_epoll_works=no])) + fi +fi dnl Disable HTTP violations http_violations=1 @@ -1749,8 +1825,11 @@ ;; esac if test $valgrind; then - AC_DEFINE(WITH_VALGRIND, 1, [Valgrind memory debugger support]) - echo "Valgrind debug support enabled" + AC_CHECK_HEADERS(valgrind/memcheck.h, + [ AC_DEFINE(WITH_VALGRIND, 1, [Valgrind memory debugger support]) + echo "Valgrind debug support enabled" ], + [ echo "Valgrind header not found. Valgrind support disabled." ] + ) fi ]) @@ -1986,6 +2065,7 @@ AC_TRY_COMPILE([ #include #include +#include ], [ struct sockaddr_in s; s.sin_len = 1; ], [ ac_cv_have_sin_len_in_struct_sai="yes" ], @@ -2004,6 +2084,7 @@ AC_TRY_COMPILE([ #include #include +#include ], [ struct sockaddr_in6 s; s.sin6_len = 1; ], [ ac_cv_have_sin6_len_in_struct_sai="yes" ], @@ -2634,13 +2715,6 @@ AC_CHECK_LIB(pthread, main) fi -dnl Check for librt -dnl We use AIO in the coss store -if test "$with_aio" = "yes"; then - dnl On some systems POSIX AIO functions are in libaio - AC_CHECK_LIB(rt, aio_read,,AC_CHECK_LIB(aio, aio_read)) -fi - dnl -lintl is needed on SCO version 3.2v4.2 for strftime() dnl Robert Side dnl Mon, 18 Jan 1999 17:48:00 GMT @@ -2881,36 +2955,6 @@ AC_CHECK_FUNCS(crypt) LIBS="$SAVED_LIBS" -# Check for libepoll -EPOLL_LIB= -AC_CHECK_LIB(epoll, epoll_ctl, [EPOLL_LIBS="-lepoll"]) -AC_SUBST(EPOLL_LIBS) - -# Check for epoll_ctl, may need -lepoll -SAVED_LIBS="$LIBS" -LIBS="$LIBS $LIB_EPOLL" -AC_CHECK_FUNCS(epoll_ctl) -LIBS="$SAVED_LIBS" - -dnl Verify that epoll really works -if test $ac_cv_func_epoll_ctl = yes; then - AC_CACHE_CHECK(if epoll works, ac_cv_epoll_works, - AC_TRY_RUN([ -#include -#include -#include -int main(int argc, char **argv) -{ - int fd = epoll_create(256); - if (fd < 0) { - perror("epoll_create:"); - exit(1); - } - exit(0); -} - ], [ac_cv_epoll_works=yes], [ac_cv_epoll_works=no])) -fi - dnl Magic which checks whether we are forcing a type of comm loop we dnl are actually going to (ab)use diff -u -r -N squid-3.1.0.2/contrib/Makefile.in squid-3.1.0.3/contrib/Makefile.in --- squid-3.1.0.2/contrib/Makefile.in 2008-11-10 00:22:50.000000000 +1300 +++ squid-3.1.0.3/contrib/Makefile.in 2008-12-05 16:09:46.000000000 +1300 @@ -92,6 +92,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/doc/Makefile.in squid-3.1.0.3/doc/Makefile.in --- squid-3.1.0.2/doc/Makefile.in 2008-11-10 00:22:50.000000000 +1300 +++ squid-3.1.0.3/doc/Makefile.in 2008-12-05 16:09:46.000000000 +1300 @@ -99,6 +99,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/errors/bg/ERR_ACCESS_DENIED squid-3.1.0.3/errors/bg/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/bg/ERR_ACCESS_DENIED 2008-11-10 00:25:03.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_ACCESS_DENIED 2008-12-05 16:11:31.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Отказан достъп

Конфигурацията за контрол на достъпа не позволява да бъде изпълнена Вашата заявка в този момент. Моля, ако считате, че това е неправилно, да се обърнете към Вашия Интернет доставчик.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Отказан достъп

Конфигурацията за контрол на достъпа не позволява да бъде изпълнена Вашата заявка в този момент. Моля, ако считате, че това е неправилно, да се обърнете към Вашия Интернет доставчик.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/bg/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/bg/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:03.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:11:31.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Cache Access Denied

ERROR

Cache Отказан достъп


Възникна следната грешка при опит за достъп до: %U

Отказан достъп до кешираните данни.

Съжалявам, не Ви е позволен достъп до %U от този кеш докато не представите своето име и парола за достъп.

Моля обърнете се към администратора ако имате проблем с достъпа или сменете паролата си.



\ No newline at end of file + ГРЕШКА: Cache Access Denied

ERROR

Cache Отказан достъп


Възникна следната грешка при опит за достъп до: %U

Отказан достъп до кешираните данни.

Съжалявам, не Ви е позволен достъп до %U от този кеш докато не представите своето име и парола за достъп.

Моля обърнете се към администратора ако имате проблем с достъпа или сменете паролата си.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:03.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:11:31.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Cache Manager Access Denied

ERROR

Cache Manager Отказан достъп


Възникна следната грешка при опит за достъп до: %U

Отказан достъп до кеш мениджъра.

Съжалявам, не Ви е позволен достъп до %U от този кеш мениджър докато не представите своето име и парола за достъп.

Моля обърнете се към администратора ако имате проблем с достъпа или, ако сте администратора, прочетете документацията на Squid за кеш мениджър интерфейса и проверете логовете за по-подробни съобщения за грешката.



\ No newline at end of file + ГРЕШКА: Cache Manager Access Denied

ERROR

Cache Manager Отказан достъп


Възникна следната грешка при опит за достъп до: %U

Отказан достъп до кеш мениджъра.

Съжалявам, не Ви е позволен достъп до %U от този кеш мениджър докато не представите своето име и парола за достъп.

Моля обърнете се към администратора ако имате проблем с достъпа или, ако сте администратора, прочетете документацията на Squid за кеш мениджър интерфейса и проверете логовете за по-подробни съобщения за грешката.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/bg/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/bg/ERR_CANNOT_FORWARD 2008-11-10 00:25:03.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_CANNOT_FORWARD 2008-12-05 16:11:31.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Заявката не може да бъде пренасочена в този момент.

Заявката не може да бъде пренасочена към сървъра източник или към някой от висшестоящите кеш сървъри. Най-вероятно причината за тази грешка е, че администратора не позволява директни обръщения към сървъра източник, и всички кеш сървъри от по-горно ниво в момента са недостъпни.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Заявката не може да бъде пренасочена в този момент.

Заявката не може да бъде пренасочена към сървъра източник или към някой от висшестоящите кеш сървъри. Най-вероятно причината за тази грешка е, че администратора не позволява директни обръщения към сървъра източник, и всички кеш сървъри от по-горно ниво в момента са недостъпни.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_CONNECT_FAIL squid-3.1.0.3/errors/bg/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/bg/ERR_CONNECT_FAIL 2008-11-10 00:25:03.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_CONNECT_FAIL 2008-12-05 16:11:32.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Връзката до %l не може да бъде осъществена.

Операционната система даде следното съобщение: %E

Вероятно отдалеченият сървър или мрежа са недостъпни. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Връзката до %l не може да бъде осъществена.

Операционната система даде следното съобщение: %E

Вероятно отдалеченият сървър или мрежа са недостъпни. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_DNS_FAIL squid-3.1.0.3/errors/bg/ERR_DNS_FAIL --- squid-3.1.0.2/errors/bg/ERR_DNS_FAIL 2008-11-10 00:25:03.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_DNS_FAIL 2008-12-05 16:11:32.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Не може да бъде намерен IP адресът на сървъра %H

Сървърът на имена върна следния отговор:

%z

Сървърът не може да бъде намерен. Проверете дали адресът е правилен.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Не може да бъде намерен IP адресът на сървъра %H

Сървърът на имена върна следния отговор:

%z

Сървърът не може да бъде намерен. Проверете дали адресът е правилен.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_ESI squid-3.1.0.3/errors/bg/ERR_ESI --- squid-3.1.0.2/errors/bg/ERR_ESI 2008-11-10 00:25:04.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_ESI 2008-12-05 16:11:32.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Неуспешна обработка на ESI заявка.

Обработката на ESI заявката върна следния резултат:

%Z

ESI шаблонът не може да бъде обработен. Обърнете се към администратора на web сървъра

Вашият web администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Неуспешна обработка на ESI заявка.

Обработката на ESI заявката върна следния резултат:

%Z

ESI шаблонът не може да бъде обработен. Обърнете се към администратора на web сървъра

Вашият web администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/bg/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/bg/ERR_FORWARDING_DENIED 2008-11-10 00:25:04.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FORWARDING_DENIED 2008-12-05 16:11:32.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Пренасочването на заявката е отказано.

Този кеш сървър няма да пренасочи Вашата заявка, защото не е висшестоящ кеш сървър за клиента, от който идва заявката. Вероятно клиентът %i е неправилно конфигуриран кеш сървър.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Пренасочването на заявката е отказано.

Този кеш сървър няма да пренасочи Вашата заявка, защото не е висшестоящ кеш сървър за клиента, от който идва заявката. Вероятно клиентът %i е неправилно конфигуриран кеш сървър.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FTP_DISABLED squid-3.1.0.3/errors/bg/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/bg/ERR_FTP_DISABLED 2008-11-10 00:25:04.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FTP_DISABLED 2008-12-05 16:11:32.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Протоколът FTP е забранен.

Този кеш сървър не поддържа FTP

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Протоколът FTP е забранен.

Този кеш сървър не поддържа FTP

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FTP_FAILURE squid-3.1.0.3/errors/bg/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/bg/ERR_FTP_FAILURE 2008-11-10 00:25:04.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FTP_FAILURE 2008-12-05 16:11:32.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна грешка на FTP протокола при опит за доставка на: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна грешка на FTP протокола при опит за доставка на: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/bg/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/bg/ERR_FTP_FORBIDDEN 2008-11-10 00:25:04.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FTP_FORBIDDEN 2008-12-05 16:11:32.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна грешка при ауторизация към отдалечения FTP сървър при доставката на URL:%U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна грешка при ауторизация към отдалечения FTP сървър при доставката на URL:%U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FTP_LISTING squid-3.1.0.3/errors/bg/ERR_FTP_LISTING --- squid-3.1.0.2/errors/bg/ERR_FTP_LISTING 2008-11-10 00:25:04.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FTP_LISTING 2008-12-05 16:11:32.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/bg/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/bg/ERR_FTP_NOT_FOUND 2008-11-10 00:25:05.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FTP_NOT_FOUND 2008-12-05 16:11:33.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Следният адрес е недостъпен: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Това би могло да бъде причинено от заявка, в която е посочен абсолютен път (което е неправилно според документ RFC 1738). Ако това е причината, то файлът би могъл да бъде намерен на адрес %B.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Следният адрес е недостъпен: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Това би могло да бъде причинено от заявка, в която е посочен абсолютен път (което е неправилно според документ RFC 1738). Ако това е причината, то файлът би могъл да бъде намерен на адрес %B.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/bg/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/bg/ERR_FTP_PUT_CREATED 2008-11-10 00:25:05.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FTP_PUT_CREATED 2008-12-05 16:11:33.000000000 +1300 @@ -1 +1 @@ - Файлът е създаден успешно.

Операцията е успешна.

Файлът е създаден




\ No newline at end of file + Файлът е създаден успешно.

Операцията е успешна.

Файлът е създаден




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/bg/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/bg/ERR_FTP_PUT_ERROR 2008-11-10 00:25:05.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FTP_PUT_ERROR 2008-12-05 16:11:33.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: FTP upload failed

ERROR

Заявката за качване на файл е неуспешна.


При опит да бъде записан файлът: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F

FTP сървърът няма права или достатъчно място за съхранение на файла. Проверете пътя, правата за достъп, свободното дисково пространство, и опитайте отново.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: FTP upload failed

ERROR

Заявката за качване на файл е неуспешна.


При опит да бъде записан файлът: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F

FTP сървърът няма права или достатъчно място за съхранение на файла. Проверете пътя, правата за достъп, свободното дисково пространство, и опитайте отново.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/bg/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/bg/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:05.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FTP_PUT_MODIFIED 2008-12-05 16:11:33.000000000 +1300 @@ -1 +1 @@ - Файлът е обновен успешно.

Операцията е успешна.

Файлът е обновен




\ No newline at end of file + FTP PUT Successful: File Updated

Операцията е успешна.

Файлът е обновен




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/bg/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/bg/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:05.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_FTP_UNAVAILABLE 2008-12-05 16:11:33.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


FTP сървърът е претоварен и не може да бъде изтеглен файлът: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


FTP сървърът е претоварен и не може да бъде изтеглен файлът: %U

Кеш сървърът изпрати следната FTP команда:

%f

Сървърът даде следния отговор:

%F
%g

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_ICAP_FAILURE squid-3.1.0.3/errors/bg/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/bg/ERR_ICAP_FAILURE 2008-11-10 00:25:05.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_ICAP_FAILURE 2008-12-05 16:11:33.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка на ICAP протокола.

Операционната система даде следното съобщение: %E

Неуспешна ICAP комуникация.

Възможни грешки:

  • ICAP сървърът е недостъпен.

  • Невалиден отговор от ICAP сървъра.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка на ICAP протокола.

Операционната система даде следното съобщение: %E

Неуспешна ICAP комуникация.

Възможни грешки:

  • ICAP сървърът е недостъпен.

  • Невалиден отговор от ICAP сървъра.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_INVALID_REQ squid-3.1.0.3/errors/bg/ERR_INVALID_REQ --- squid-3.1.0.2/errors/bg/ERR_INVALID_REQ 2008-11-10 00:25:05.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_INVALID_REQ 2008-12-05 16:11:33.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалидна заявка:

%R

Възможни грешки:

  • Липсващ или непознат метод за достъп.

  • Липсващ адрес.

  • Липсващ HTTP идентификатор (HTTP/1.0).

  • Заявката е прекалено голяма.

  • Липсващо поле Content-Length за заявка от тип POST или PUT.

  • Невалиден символ в името на сървъра (напр. символът за подчертаване е недопустим)

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалидна заявка:

%R

Възможни грешки:

  • Липсващ или непознат метод за достъп.

  • Липсващ адрес.

  • Липсващ HTTP идентификатор (HTTP/1.0).

  • Заявката е прекалено голяма.

  • Липсващо поле Content-Length за заявка от тип POST или PUT.

  • Невалиден символ в името на сървъра (напр. символът за подчертаване е недопустим)

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_INVALID_RESP squid-3.1.0.3/errors/bg/ERR_INVALID_RESP --- squid-3.1.0.2/errors/bg/ERR_INVALID_RESP 2008-11-10 00:25:06.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_INVALID_RESP 2008-12-05 16:11:34.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалиден отговор:

%R

Отговорът на HTTP заявката, получен от отсрещния сървър, е неразбираем или невалиден. Моля свържете се със съответния администратор.

Ако Ви е необходимо, Вашият кеш администратор може би е в състояние да Ви достави по-подробни данни за възникналия проблем.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


При опит за обработка на заявката възникна следната грешка - Невалиден отговор:

%R

Отговорът на HTTP заявката, получен от отсрещния сървър, е неразбираем или невалиден. Моля свържете се със съответния администратор.

Ако Ви е необходимо, Вашият кеш администратор може би е в състояние да Ви достави по-подробни данни за възникналия проблем.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_INVALID_URL squid-3.1.0.3/errors/bg/ERR_INVALID_URL --- squid-3.1.0.2/errors/bg/ERR_INVALID_URL 2008-11-10 00:25:06.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_INVALID_URL 2008-12-05 16:11:34.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Невалиден адрес

Неправилен адрес.

Възможни грешки:

  • Липсващ или невалиден протокол за достъп (трябва да е http:// или нещо подобно)

  • Липсващо име на сървъра.

  • Невалиден double-escape символ в адреса

  • Невалиден символ в името на сървъра (напр. символът за подчертаване е недопустим)

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Невалиден адрес

Неправилен адрес.

Възможни грешки:

  • Липсващ или невалиден протокол за достъп (трябва да е http:// или нещо подобно)

  • Липсващо име на сървъра.

  • Невалиден double-escape символ в адреса

  • Невалиден символ в името на сървъра (напр. символът за подчертаване е недопустим)

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_LIFETIME_EXP squid-3.1.0.3/errors/bg/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/bg/ERR_LIFETIME_EXP 2008-11-10 00:25:06.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_LIFETIME_EXP 2008-12-05 16:11:34.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Превишено максимално допустимо време за съществуване на връзката.

Кеш сървърът прекрати заявката, защото тя продължи повече от максимално допустимото време.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Превишено максимално допустимо време за съществуване на връзката.

Кеш сървърът прекрати заявката, защото тя продължи повече от максимално допустимото време.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_NO_RELAY squid-3.1.0.3/errors/bg/ERR_NO_RELAY --- squid-3.1.0.2/errors/bg/ERR_NO_RELAY 2008-11-10 00:25:06.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_NO_RELAY 2008-12-05 16:11:34.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Няма конфигуриран WAIS Relay

Няма дефиниран WAIS Relay за този кеш сървър. Обърнете се към администратора.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Няма конфигуриран WAIS Relay

Няма дефиниран WAIS Relay за този кеш сървър. Обърнете се към администратора.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/bg/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/bg/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:06.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:11:34.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Подадена е заявка за обект, който не се намира в кеша, а попада в обсега на директивата only-if-cached.

Подадена е заявка за обект, който не се намира в кеша, а попада в обсега на директивата only-if-cached. За да бъде изпълнена заявката, документът трябва да бъде изтеглен наново или да бъде проверена неговата валидност, което е недопустимо поради директивата only-if-cached.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Подадена е заявка за обект, който не се намира в кеша, а попада в обсега на директивата only-if-cached.

Подадена е заявка за обект, който не се намира в кеша, а попада в обсега на директивата only-if-cached. За да бъде изпълнена заявката, документът трябва да бъде изтеглен наново или да бъде проверена неговата валидност, което е недопустимо поради директивата only-if-cached.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_READ_ERROR squid-3.1.0.3/errors/bg/ERR_READ_ERROR --- squid-3.1.0.2/errors/bg/ERR_READ_ERROR 2008-11-10 00:25:06.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_READ_ERROR 2008-12-05 16:11:34.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при четене

Операционната система даде следното съобщение: %E

Възникна грешка при четене на данни от мрежата. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при четене

Операционната система даде следното съобщение: %E

Възникна грешка при четене на данни от мрежата. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_READ_TIMEOUT squid-3.1.0.3/errors/bg/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/bg/ERR_READ_TIMEOUT 2008-11-10 00:25:06.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_READ_TIMEOUT 2008-12-05 16:11:34.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Изтече максимално допустимото време за четене

Операционната система даде следното съобщение: %E

Изтече максимално допустимото време за четене на данни от мрежата. Мрежата или сървърът са недостъпни или претоварени. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Изтече максимално допустимото време за четене

Операционната система даде следното съобщение: %E

Изтече максимално допустимото време за четене на данни от мрежата. Мрежата или сървърът са недостъпни или претоварени. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/bg/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/bg/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:07.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:11:34.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Неуспешен опит за осъществяване на криптирана връзка към %l

Операционната система даде следното съобщение: %E

Proxy сървърът и отсрещният web сървър не могат да договорят взаимно приемливи параметри за осъществяване на връзката. Възможно е отсрещният web сървър да не приема криптирани връзки, или proxy сървърът да не приема за достатъчно нивото на сигурност на web сървъра.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Неуспешен опит за осъществяване на криптирана връзка към %l

Операционната система даде следното съобщение: %E

Proxy сървърът и отсрещният web сървър не могат да договорят взаимно приемливи параметри за осъществяване на връзката. Възможно е отсрещният web сървър да не приема криптирани връзки, или proxy сървърът да не приема за достатъчно нивото на сигурност на web сървъра.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/bg/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/bg/ERR_SHUTTING_DOWN 2008-11-10 00:25:07.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_SHUTTING_DOWN 2008-12-05 16:11:35.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Кеш сървърът е в процес на рестартиране и в момента не може да изпълни вашата заявка. Моля опитайте отново след няколко минути.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Кеш сървърът е в процес на рестартиране и в момента не може да изпълни вашата заявка. Моля опитайте отново след няколко минути.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/bg/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/bg/ERR_SOCKET_FAILURE 2008-11-10 00:25:07.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_SOCKET_FAILURE 2008-12-05 16:11:35.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при Socket операция

Операционната система даде следното съобщение: %E

Кеш сървърът не е в състояние да създаде TCP socket, вероятно поради голямо натоварване. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при Socket операция

Операционната система даде следното съобщение: %E

Кеш сървърът не е в състояние да създаде TCP socket, вероятно поради голямо натоварване. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_TOO_BIG squid-3.1.0.3/errors/bg/ERR_TOO_BIG --- squid-3.1.0.2/errors/bg/ERR_TOO_BIG 2008-11-10 00:25:07.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_TOO_BIG 2008-12-05 16:11:35.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Заявката или отговорът са прекалено големи.

Ако Вашата заявка е от тип POST или PUT, то данните, които се опитвате да изпратите, са с прекалено голям обем.

Ако Вашата заявка е от тип GET, то файлът, който се опитвате да свалите, е прекалено голям.

Тези ограничения са поставени от Интернет доставчика, който администрира този кеш сървър. Ако считате това за неправилно, моля обърнете се към администратора.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Заявката или отговорът са прекалено големи.

Ако Вашата заявка е от тип POST или PUT, то данните, които се опитвате да изпратите, са с прекалено голям обем.

Ако Вашата заявка е от тип GET, то файлът, който се опитвате да свалите, е прекалено голям.

Тези ограничения са поставени от Интернет доставчика, който администрира този кеш сървър. Ако считате това за неправилно, моля обърнете се към администратора.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_UNSUP_REQ squid-3.1.0.3/errors/bg/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/bg/ERR_UNSUP_REQ 2008-11-10 00:25:07.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_UNSUP_REQ 2008-12-05 16:11:35.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Сървърът не поддържа метода и/или протокола, посочен в заявката

Кеш сървърът не поддържа всички методи на заявка за всички протоколи. Например, не можете да заявите метод POST за протокол Gopher.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Сървърът не поддържа метода и/или протокола, посочен в заявката

Кеш сървърът не поддържа всички методи на заявка за всички протоколи. Например, не можете да заявите метод POST за протокол Gopher.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_URN_RESOLVE squid-3.1.0.3/errors/bg/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/bg/ERR_URN_RESOLVE 2008-11-10 00:25:07.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_URN_RESOLVE 2008-12-05 16:11:35.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: The requested URN not be retrieved

ERROR

Недостатъчна информация за локализиране на обекта


Възникна следната грешка при опит за достъп до: %U

Проблем при локализиране на обекта.

Не очаквайте прекалено много на този етап :)

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: The requested URN not be retrieved

ERROR

Недостатъчна информация за локализиране на обекта


Възникна следната грешка при опит за достъп до: %U

Проблем при локализиране на обекта.

Не очаквайте прекалено много на този етап :)

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_WRITE_ERROR squid-3.1.0.3/errors/bg/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/bg/ERR_WRITE_ERROR 2008-11-10 00:25:07.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_WRITE_ERROR 2008-12-05 16:11:35.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при запис

Операционната система даде следното съобщение: %E

Възникна грешка при изпращане на данни в мрежата. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Грешка при запис

Операционната система даде следното съобщение: %E

Възникна грешка при изпращане на данни в мрежата. Моля, опитайте отново да направите Вашата заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/bg/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/bg/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/bg/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:08.000000000 +1300 +++ squid-3.1.0.3/errors/bg/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:11:35.000000000 +1300 @@ -1 +1 @@ - ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Отговор с нулева големина

Кеш сървърът не получи никакви данни за тази заявка.

Вашият кеш администратор е %w.



\ No newline at end of file + ГРЕШКА: Заявеният адрес е недостъпен.

ERROR

The requested URL could not be retrieved


Възникна следната грешка при опит за достъп до: %U

Отговор с нулева големина

Кеш сървърът не получи никакви данни за тази заявка.

Вашият кеш администратор е %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_ACCESS_DENIED squid-3.1.0.3/errors/ca/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/ca/ERR_ACCESS_DENIED 2008-11-10 00:25:08.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_ACCESS_DENIED 2008-12-05 16:11:36.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Accés no autoritzat.

La configuració del control d'accés impedeix realitzar aquesta operació. Contacteu amb el vostre proveïdor de servei si creieu que es tracta d'un error.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Accés no autoritzat.

La configuració del control d'accés impedeix realitzar aquesta operació. Contacteu amb el vostre proveïdor de servei si creieu que es tracta d'un error.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/ca/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/ca/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:08.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:11:36.000000000 +1300 @@ -1 +1 @@ - ERROR: Accés denegat a la cache

ERROR

Cache Accés no autoritzat.


The following error was encountered while trying to retrieve the URL: %U

Accés denegat a la cache

L'accés a l'objecte %U no està permès sense autentificació prèvia.

Contacteu ambel vostre administrador de cache si teniudificultats per a autentificar-vos o canvieu la vostra contrasenya.



\ No newline at end of file + ERROR: Accés denegat a la cache

ERROR

Cache Accés no autoritzat.


The following error was encountered while trying to retrieve the URL: %U

Accés denegat a la cache

L'accés a l'objecte %U no està permès sense autentificació prèvia.

Contacteu ambel vostre administrador de cache si teniudificultats per a autentificar-vos o canvieu la vostra contrasenya.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:08.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:11:36.000000000 +1300 @@ -1 +1 @@ - ERROR: Accés denegat a l'administració de la cache

ERROR

Cache Manager Accés no autoritzat.


The following error was encountered while trying to retrieve the URL: %U

Accés denegat a l'administració de la cache.

L'accés a l'objecte %U no està permès sense autentificació prèvia.

Contacteu ambel vostre administrador de cache. Si vosaltres sou l'administrador d'aquesta cache, llegiu-vos la documentació de l'Squid en l'apartat de l'administrador de la cache.



\ No newline at end of file + ERROR: Accés denegat a l'administració de la cache

ERROR

Cache Manager Accés no autoritzat.


The following error was encountered while trying to retrieve the URL: %U

Accés denegat a l'administració de la cache.

L'accés a l'objecte %U no està permès sense autentificació prèvia.

Contacteu ambel vostre administrador de cache. Si vosaltres sou l'administrador d'aquesta cache, llegiu-vos la documentació de l'Squid en l'apartat de l'administrador de la cache.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/ca/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/ca/ERR_CANNOT_FORWARD 2008-11-10 00:25:08.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_CANNOT_FORWARD 2008-12-05 16:11:36.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No ha estat possible de reenviar aquesta petició.

Aquesta petició no s'ha pogut enviar al servidor d'origen o a una cache superior. La causa més probable per aquest error és l'administrador de la cache no permet connexions directes amb els servidors d'origen, o no hi ha cap cache superior disponible.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No ha estat possible de reenviar aquesta petició.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_CONNECT_FAIL squid-3.1.0.3/errors/ca/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/ca/ERR_CONNECT_FAIL 2008-11-10 00:25:08.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_CONNECT_FAIL 2008-12-05 16:11:36.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

El sistema diu: %E

El servidor o la xarxa remota no es troben disponibles. Torneu-ho a provar d'aqui a una estona.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

El sistema diu: %E

El servidor o la xarxa remota no es troben disponibles. Torneu-ho a provar d'aqui a una estona.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_DNS_FAIL squid-3.1.0.3/errors/ca/ERR_DNS_FAIL --- squid-3.1.0.2/errors/ca/ERR_DNS_FAIL 2008-11-10 00:25:09.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_DNS_FAIL 2008-12-05 16:11:36.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No ha estat possible determinar l'adreça IP del servidor %H

El servidor de DNS diu:

%z

Aix&ograce; vol dir que la cache no ha pogut resoldre el nom del servidor que heu escrit a la URL. Comproveu si aquesta adreça és correcta.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No ha estat possible determinar l'adreça IP del servidor %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_ESI squid-3.1.0.3/errors/ca/ERR_ESI --- squid-3.1.0.2/errors/ca/ERR_ESI 2008-11-10 00:25:09.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_ESI 2008-12-05 16:11:36.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/ca/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/ca/ERR_FORWARDING_DENIED 2008-11-10 00:25:09.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FORWARDING_DENIED 2008-12-05 16:11:37.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Reenviament denegat.

Aquesta cache no reenviarà la vostra petició donat que està forçant una connexió a una cachegermana. Potser que el client %i sigui una cache mal configurada.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Reenviament denegat.

Aquesta cache no reenviarà la vostra petició donat que està forçant una connexió a una cachegermana. Potser que el client %i sigui una cache mal configurada.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FTP_DISABLED squid-3.1.0.3/errors/ca/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/ca/ERR_FTP_DISABLED 2008-11-10 00:25:09.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FTP_DISABLED 2008-12-05 16:11:37.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

El protocol FTP està deshabilitat.

Aquesta cache no accepta connexions FTP.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

El protocol FTP està deshabilitat.

Aquesta cache no accepta connexions FTP.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FTP_FAILURE squid-3.1.0.3/errors/ca/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/ca/ERR_FTP_FAILURE 2008-11-10 00:25:09.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FTP_FAILURE 2008-12-05 16:11:37.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


S'ha produït un error FTP mentre s'intentava llegir la URL: %U

La cache ha enviat la comanda FTP:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


S'ha produït un error FTP mentre s'intentava llegir la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/ca/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/ca/ERR_FTP_FORBIDDEN 2008-11-10 00:25:09.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FTP_FORBIDDEN 2008-12-05 16:11:37.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


S'ha produït un error en l'autentificació FTP mentre s'intentava llegir la URL: %U

La cache ha enviat la comanda FTP:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


S'ha produït un error en l'autentificació FTP mentre s'intentava llegir la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FTP_LISTING squid-3.1.0.3/errors/ca/ERR_FTP_LISTING --- squid-3.1.0.2/errors/ca/ERR_FTP_LISTING 2008-11-10 00:25:10.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FTP_LISTING 2008-12-05 16:11:37.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/ca/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/ca/ERR_FTP_NOT_FOUND 2008-11-10 00:25:10.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FTP_NOT_FOUND 2008-12-05 16:11:37.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following URL could not be retrieved: %U

La cache ha enviat la comanda FTP:

%f

The server responded with:

%F
%g

Aquest error pot ser causat per una URL del protocol FTP amb un camí absolut (que no compleix amb la RFC 1738). Si aquesta n'és la causa, trobareu el fitxer desitjat a %B.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Aquest error pot ser causat per una URL del protocol FTP amb un camí absolut (que no compleix amb la RFC 1738). Si aquesta n'és la causa, trobareu el fitxer desitjat a %B.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/ca/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/ca/ERR_FTP_PUT_CREATED 2008-11-10 00:25:10.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FTP_PUT_CREATED 2008-12-05 16:11:37.000000000 +1300 @@ -1 +1 @@ - Comanda FTP PUT executada amb èxit: Fitxer creat

Operació completada

Fitxer creat




\ No newline at end of file + Comanda FTP PUT executada amb èxit: Fitxer creat

Operació completada

Fitxer creat




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/ca/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/ca/ERR_FTP_PUT_ERROR 2008-11-10 00:25:10.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FTP_PUT_ERROR 2008-12-05 16:11:37.000000000 +1300 @@ -1 +1 @@ - ERROR: Ha fallat l'enviament del fitxer FTP

ERROR

Ha fallat la comanda FTP d'enviament de fitxer


Mentre s'intentava la comanda PUT a la URL: %U

La cache ha enviat la comanda FTP:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

Ha fallat la comanda FTP d'enviament de fitxer


Mentre s'intentava la comanda PUT a la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/ca/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/ca/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:10.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FTP_PUT_MODIFIED 2008-12-05 16:11:38.000000000 +1300 @@ -1 +1 @@ - Comanda FTP PUT completada amb éxit: Fitxer actualitzat

Operació completada

Fitxer actualitzat




\ No newline at end of file + FTP PUT Successful: File Updated

Operació completada

Fitxer actualitzat




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/ca/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/ca/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:10.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_FTP_UNAVAILABLE 2008-12-05 16:11:38.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


El servidor FTP estava massa ocupat quan intentava mostrar la URL: %U

La cache ha enviat la comanda FTP:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


El servidor FTP estava massa ocupat quan intentava mostrar la URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_ICAP_FAILURE squid-3.1.0.3/errors/ca/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/ca/ERR_ICAP_FAILURE 2008-11-10 00:25:10.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_ICAP_FAILURE 2008-12-05 16:11:38.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

El sistema diu: %E

This means that some aspect of the ICAP communication failed.

Alguna possibles problemes:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

El sistema diu: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_INVALID_REQ squid-3.1.0.3/errors/ca/ERR_INVALID_REQ --- squid-3.1.0.2/errors/ca/ERR_INVALID_REQ 2008-11-10 00:25:11.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_INVALID_REQ 2008-12-05 16:11:38.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


Invalid Request error was encountered while trying to process the request:

%R

Alguna possibles problemes:

  • Mètode de petició desconegut o absent.

  • no hi ha URL.

  • Falta l'identificador HTTP (HTTP/1.0).

  • La petici&ocute; és massa llarga.

  • Falta el camp Content-Length.

  • Caràcter no permès en el nom del servidor.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Mètode de petició desconegut o absent.

  • no hi ha URL.

  • Falta l'identificador HTTP (HTTP/1.0).

  • La petici&ocute; és massa llarga.

  • Falta el camp Content-Length.

  • Caràcter no permès en el nom del servidor.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_INVALID_RESP squid-3.1.0.3/errors/ca/ERR_INVALID_RESP --- squid-3.1.0.2/errors/ca/ERR_INVALID_RESP 2008-11-10 00:25:11.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_INVALID_RESP 2008-12-05 16:11:38.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_INVALID_URL squid-3.1.0.3/errors/ca/ERR_INVALID_URL --- squid-3.1.0.2/errors/ca/ERR_INVALID_URL 2008-11-10 00:25:11.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_INVALID_URL 2008-12-05 16:11:38.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

URL incorrecte.

Alguna part de la URL no és correcte.

Alguna possibles problemes:

  • Protocol d'accés absent o incorrecte ( http:// o similar )

  • Falta el nom del servidor.

  • La URL conté un doble caràcter d'escapament.

  • Caràcter no permès en el nom del servidor.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

URL incorrecte.

Alguna part de la URL no és correcte.

Some possible problems are:

  • Protocol d'accés absent o incorrecte ( http:// o similar )

  • Falta el nom del servidor.

  • La URL conté un doble caràcter d'escapament.

  • Caràcter no permès en el nom del servidor.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_LIFETIME_EXP squid-3.1.0.3/errors/ca/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/ca/ERR_LIFETIME_EXP 2008-11-10 00:25:11.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_LIFETIME_EXP 2008-12-05 16:11:38.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

La connexió ha excedit el temps màxim

La cache ha finalitzat la connexió perque aquesta haexcedit el temps màxim permès.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

La connexió ha excedit el temps màxim

Squid has terminated the request because it has exceeded the maximum connection lifetime.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_NO_RELAY squid-3.1.0.3/errors/ca/ERR_NO_RELAY --- squid-3.1.0.2/errors/ca/ERR_NO_RELAY 2008-11-10 00:25:11.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_NO_RELAY 2008-12-05 16:11:38.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No hi ha reenviament de protocol WAIS

No hi ha un reenviador de protocol WAIS per a aquesta cache. Comenta-li a l'administrador.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

No hi ha reenviament de protocol WAIS

No hi ha un reenviador de protocol WAIS per a aquesta cache. Comenta-li a l'administrador.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/ca/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/ca/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:11.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:11:39.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

S'ha especificat una directiva only-if-cached i no s'ha trobat un document vàlid a la cache.

Heu fet una petició amb la directiva de control de cache only-if-cached. El document no s'ha trobat a la cache, o necessitava revalidació, expressament prohibida per la directiva only-if-cached.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

S'ha especificat una directiva only-if-cached i no s'ha trobat un document vàlid a la cache.

Heu fet una petició amb la directiva de control de cache only-if-cached. El document no s'ha trobat a la cache, o necessitava revalidació, expressament prohibida per la directiva only-if-cached.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_READ_ERROR squid-3.1.0.3/errors/ca/ERR_READ_ERROR --- squid-3.1.0.2/errors/ca/ERR_READ_ERROR 2008-11-10 00:25:12.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_READ_ERROR 2008-12-05 16:11:39.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Error de lectura

El sistema diu: %E

S'ha produït un error quan es llegien les dades de la xarxa. Repetiu la petició

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Error de lectura

El sistema diu: %E

S'ha produït un error quan es llegien les dades de la xarxa. Repetiu la petició

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_READ_TIMEOUT squid-3.1.0.3/errors/ca/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/ca/ERR_READ_TIMEOUT 2008-11-10 00:25:12.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_READ_TIMEOUT 2008-12-05 16:11:39.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

S'ha excedit el temps de lectura

El sistema diu: %E

Hi ha hagut un excés en el temps de lectura de dades de la xarxa.Hi ha congestió o indisposició del servidor i/o la xarxa.Intenteu-ho d'aqui a una estona.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

S'ha excedit el temps de lectura

El sistema diu: %E

Hi ha hagut un excés en el temps de lectura de dades de la xarxa.Hi ha congestió o indisposició del servidor i/o la xarxa.Intenteu-ho d'aqui a una estona.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/ca/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/ca/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:12.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:11:39.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

El sistema diu: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

El sistema diu: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/ca/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/ca/ERR_SHUTTING_DOWN 2008-11-10 00:25:12.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_SHUTTING_DOWN 2008-12-05 16:11:39.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Aquesta cache està en procés d'aturada inmediata i no pot atendre la vostra petició. Reintenteu la petició d'aqui a uns minuts.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Aquesta cache està en procés d'aturada inmediata i no pot atendre la vostra petició. Reintenteu la petició d'aqui a uns minuts.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/ca/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/ca/ERR_SOCKET_FAILURE 2008-11-10 00:25:12.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_SOCKET_FAILURE 2008-12-05 16:11:39.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Errada de connexió de xarxa

El sistema diu: %E

La cache no pot obrir sessions TCP, possiblement degut a un excés de càrrega. Reintenteu d'aqui a una estona.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Errada de connexió de xarxa

El sistema diu: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_TOO_BIG squid-3.1.0.3/errors/ca/ERR_TOO_BIG --- squid-3.1.0.2/errors/ca/ERR_TOO_BIG 2008-11-10 00:25:12.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_TOO_BIG 2008-12-05 16:11:39.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

La petició o la resposta són massa llargues.

Si esteu fent una petició de tipus POST o PUT, llavors el cos de la petició és massa llarg (el fitxer que intenteu enviar).

Si esteu intentant descarregar-vos algunfitxer, aques és massa gros.

Aquests límits han estat establerts pel proveïdor Internet que opera aquesta cache. Contacta amb ells si creus que es tracta d'un error.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

La petició o la resposta són massa llargues.

Si esteu fent una petició de tipus POST o PUT, llavors el cos de la petició és massa llarg (el fitxer que intenteu enviar).

Si esteu intentant descarregar-vos algunfitxer, aques és massa gros.

Aquests límits han estat establerts pel proveïdor Internet que opera aquesta cache. Contacta amb ells si creus que es tracta d'un error.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_UNSUP_REQ squid-3.1.0.3/errors/ca/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/ca/ERR_UNSUP_REQ 2008-11-10 00:25:12.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_UNSUP_REQ 2008-12-05 16:11:40.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Mètode i protocol no admesos

La cache no admet tots els tipus de petició per a tots els protocols. Per exemple, no es pot fer una petició tipus POST en el protocol Gopher.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Mètode i protocol no admesos

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_URN_RESOLVE squid-3.1.0.3/errors/ca/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/ca/ERR_URN_RESOLVE 2008-11-10 00:25:13.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_URN_RESOLVE 2008-12-05 16:11:40.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URN que heu sol.licitat

ERROR

No es pot mostrar la URN que heu sol.licitat


The following error was encountered while trying to retrieve the URN: %U

No s'ha pogut resoldre la URN

Ei :) no esperis massa de les URN a %T !!

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URN que heu sol.licitat

ERROR

No es pot mostrar la URN que heu sol.licitat


The following error was encountered while trying to retrieve the URN: %U

No s'ha pogut resoldre la URN

Ei :) no esperis massa de les URN a %T !!

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_WRITE_ERROR squid-3.1.0.3/errors/ca/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/ca/ERR_WRITE_ERROR 2008-11-10 00:25:13.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_WRITE_ERROR 2008-12-05 16:11:40.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Error d'escriptura

El sistema diu: %E

S'ha produït un error mentre s'intentava escriure a la xarxa. Reintenteu-ho en breus instants.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Error d'escriptura

El sistema diu: %E

S'ha produït un error mentre s'intentava escriure a la xarxa. Reintenteu-ho en breus instants.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ca/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/ca/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/ca/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:13.000000000 +1300 +++ squid-3.1.0.3/errors/ca/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:11:40.000000000 +1300 @@ -1 +1 @@ - ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Resposta de longitut ZERO :)

La cache ha rebut una resposta sense dades, un document buit.

L'administrador d'aquesta cache és %w.



\ No newline at end of file + ERROR: No es pot mostrar la URL que heu sol.licitat

ERROR

No es pot mostrar la URL que heu sol.licitat


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

L'administrador d'aquesta cache és %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_ACCESS_DENIED squid-3.1.0.3/errors/cs/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/cs/ERR_ACCESS_DENIED 2008-11-10 00:25:13.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_ACCESS_DENIED 2008-12-05 16:11:40.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Přístup odepřen.

Nastavení přístupových práv aktuálně neumožňuje zpracovat požadavek. Prosím kontaktujte svého poskytovatele, považujete-li toto za nesprávné.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Přístup odepřen.

Nastavení přístupových práv aktuálně neumožňuje zpracovat požadavek. Prosím kontaktujte svého poskytovatele, považujete-li toto za nesprávné.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/cs/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/cs/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:14.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:11:40.000000000 +1300 @@ -1 +1 @@ - CHYBA: Cache Access Denied

ERROR

Cache Přístup odepřen.


The following error was encountered while trying to retrieve the URL: %U

Přístup k cache odepřen.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file + CHYBA: Cache Access Denied

ERROR

Cache Přístup odepřen.


The following error was encountered while trying to retrieve the URL: %U

Přístup k cache odepřen.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:14.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:11:40.000000000 +1300 @@ -1 +1 @@ - CHYBA: Cache Manager Access Denied

ERROR

Cache Manager Přístup odepřen.


The following error was encountered while trying to retrieve the URL: %U

Přístup ke správci cache odepřen.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + CHYBA: Cache Manager Access Denied

ERROR

Cache Manager Přístup odepřen.


The following error was encountered while trying to retrieve the URL: %U

Přístup ke správci cache odepřen.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/cs/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/cs/ERR_CANNOT_FORWARD 2008-11-10 00:25:15.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_CANNOT_FORWARD 2008-12-05 16:11:41.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_CONNECT_FAIL squid-3.1.0.3/errors/cs/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/cs/ERR_CONNECT_FAIL 2008-11-10 00:25:15.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_CONNECT_FAIL 2008-12-05 16:11:41.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Připojení k %I selhalo.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Připojení k %I selhalo.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_DNS_FAIL squid-3.1.0.3/errors/cs/ERR_DNS_FAIL --- squid-3.1.0.2/errors/cs/ERR_DNS_FAIL 2008-11-10 00:25:15.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_DNS_FAIL 2008-12-05 16:11:41.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_ESI squid-3.1.0.3/errors/cs/ERR_ESI --- squid-3.1.0.2/errors/cs/ERR_ESI 2008-11-10 00:25:15.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_ESI 2008-12-05 16:11:41.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Selhalo zpracování ESI.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Selhalo zpracování ESI.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/cs/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/cs/ERR_FORWARDING_DENIED 2008-11-10 00:25:15.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FORWARDING_DENIED 2008-12-05 16:11:41.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FTP_DISABLED squid-3.1.0.3/errors/cs/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/cs/ERR_FTP_DISABLED 2008-11-10 00:25:15.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FTP_DISABLED 2008-12-05 16:11:41.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP je zakázáno

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP je zakázáno

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FTP_FAILURE squid-3.1.0.3/errors/cs/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/cs/ERR_FTP_FAILURE 2008-11-10 00:25:16.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FTP_FAILURE 2008-12-05 16:11:41.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Došlo k chybě protokolu FTP při pokusu získat URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Došlo k chybě protokolu FTP při pokusu získat URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/cs/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/cs/ERR_FTP_FORBIDDEN 2008-11-10 00:25:16.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FTP_FORBIDDEN 2008-12-05 16:11:41.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Došlo k chybě při autentizaci FTP při pokusu získat URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Došlo k chybě při autentizaci FTP při pokusu získat URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FTP_LISTING squid-3.1.0.3/errors/cs/ERR_FTP_LISTING --- squid-3.1.0.2/errors/cs/ERR_FTP_LISTING 2008-11-10 00:25:16.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FTP_LISTING 2008-12-05 16:11:42.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/cs/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/cs/ERR_FTP_NOT_FOUND 2008-11-10 00:25:16.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FTP_NOT_FOUND 2008-12-05 16:11:42.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/cs/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/cs/ERR_FTP_PUT_CREATED 2008-11-10 00:25:16.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FTP_PUT_CREATED 2008-12-05 16:11:42.000000000 +1300 @@ -1 +1 @@ - FTP PUT uspěl: soubor vytvořen

Operation successful

Soubor vytvořen




\ No newline at end of file + FTP PUT uspěl: soubor vytvořen

Operation successful

Soubor vytvořen




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/cs/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/cs/ERR_FTP_PUT_ERROR 2008-11-10 00:25:16.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FTP_PUT_ERROR 2008-12-05 16:11:42.000000000 +1300 @@ -1 +1 @@ - CHYBA: FTP upload failed

ERROR

FTP PUT/nahrávání selhalo


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: FTP upload failed

ERROR

FTP PUT/nahrávání selhalo


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/cs/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/cs/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:17.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FTP_PUT_MODIFIED 2008-12-05 16:11:42.000000000 +1300 @@ -1 +1 @@ - FTP PUT uspěl: soubor aktualizován

Operation successful

Soubor aktualizován




\ No newline at end of file + FTP PUT Successful: File Updated

Operation successful

Soubor aktualizován




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/cs/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/cs/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:17.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_FTP_UNAVAILABLE 2008-12-05 16:11:42.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_ICAP_FAILURE squid-3.1.0.3/errors/cs/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/cs/ERR_ICAP_FAILURE 2008-11-10 00:25:17.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_ICAP_FAILURE 2008-12-05 16:11:42.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • Ze serveru ICAP byla přijata neplatná odpověď.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • Ze serveru ICAP byla přijata neplatná odpověď.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_INVALID_REQ squid-3.1.0.3/errors/cs/ERR_INVALID_REQ --- squid-3.1.0.2/errors/cs/ERR_INVALID_REQ 2008-11-10 00:25:17.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_INVALID_REQ 2008-12-05 16:11:42.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Došlo k chybě Invalid Request (Neplatný požadavek) během zpracování požadavku:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Chybí 'Content-Lenght' požadavku POST nebo PUT.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Došlo k chybě Invalid Request (Neplatný požadavek) během zpracování požadavku:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Chybí 'Content-Lenght' požadavku POST nebo PUT.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_INVALID_RESP squid-3.1.0.3/errors/cs/ERR_INVALID_RESP --- squid-3.1.0.2/errors/cs/ERR_INVALID_RESP 2008-11-10 00:25:18.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_INVALID_RESP 2008-12-05 16:11:43.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Došlo k chybě Invalid Response (Neplatná odpověď) během zpracování požadavku:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Došlo k chybě Invalid Response (Neplatná odpověď) během zpracování požadavku:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_INVALID_URL squid-3.1.0.3/errors/cs/ERR_INVALID_URL --- squid-3.1.0.2/errors/cs/ERR_INVALID_URL 2008-11-10 00:25:18.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_INVALID_URL 2008-12-05 16:11:43.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_LIFETIME_EXP squid-3.1.0.3/errors/cs/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/cs/ERR_LIFETIME_EXP 2008-11-10 00:25:18.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_LIFETIME_EXP 2008-12-05 16:11:43.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Čas pro spojení vypršel

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Čas pro spojení vypršel

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_NO_RELAY squid-3.1.0.3/errors/cs/ERR_NO_RELAY --- squid-3.1.0.2/errors/cs/ERR_NO_RELAY 2008-11-10 00:25:18.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_NO_RELAY 2008-12-05 16:11:43.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/cs/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/cs/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:19.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:11:43.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_READ_ERROR squid-3.1.0.3/errors/cs/ERR_READ_ERROR --- squid-3.1.0.2/errors/cs/ERR_READ_ERROR 2008-11-10 00:25:19.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_READ_ERROR 2008-12-05 16:11:43.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

Nastala chyba při čtení dat ze sítě. Prosím zkuste požadavek zopakovat.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

Nastala chyba při čtení dat ze sítě. Prosím zkuste požadavek zopakovat.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_READ_TIMEOUT squid-3.1.0.3/errors/cs/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/cs/ERR_READ_TIMEOUT 2008-11-10 00:25:19.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_READ_TIMEOUT 2008-12-05 16:11:43.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

Došlo k překročení časového limitu během čtení dat ze sítě. Síť nebo server mohou být mimo provoz nebo přetížené. Prosím zkuste požadavek zopakovat.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

Došlo k překročení časového limitu během čtení dat ze sítě. Síť nebo server mohou být mimo provoz nebo přetížené. Prosím zkuste požadavek zopakovat.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/cs/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/cs/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:19.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:11:43.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Selhalo vytvoření zabezpečeného připojení k %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Selhalo vytvoření zabezpečeného připojení k %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/cs/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/cs/ERR_SHUTTING_DOWN 2008-11-10 00:25:19.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_SHUTTING_DOWN 2008-12-05 16:11:44.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/cs/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/cs/ERR_SOCKET_FAILURE 2008-11-10 00:25:20.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_SOCKET_FAILURE 2008-12-05 16:11:44.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_TOO_BIG squid-3.1.0.3/errors/cs/ERR_TOO_BIG --- squid-3.1.0.2/errors/cs/ERR_TOO_BIG 2008-11-10 00:25:20.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_TOO_BIG 2008-12-05 16:11:44.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_UNSUP_REQ squid-3.1.0.3/errors/cs/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/cs/ERR_UNSUP_REQ 2008-11-10 00:25:20.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_UNSUP_REQ 2008-12-05 16:11:44.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_URN_RESOLVE squid-3.1.0.3/errors/cs/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/cs/ERR_URN_RESOLVE 2008-11-10 00:25:20.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_URN_RESOLVE 2008-12-05 16:11:44.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URN not be retrieved

ERROR

Nelze získat URL pro požadované URN


The following error was encountered while trying to retrieve the URN: %U

Nelze přeložit URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URN not be retrieved

ERROR

Nelze získat URL pro požadované URN


The following error was encountered while trying to retrieve the URN: %U

Nelze přeložit URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_WRITE_ERROR squid-3.1.0.3/errors/cs/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/cs/ERR_WRITE_ERROR 2008-11-10 00:25:20.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_WRITE_ERROR 2008-12-05 16:11:44.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

Nastala chyba při odesílání dat na síť. Prosím zkuste požadavek zopakovat.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

Nastala chyba při odesílání dat na síť. Prosím zkuste požadavek zopakovat.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/cs/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/cs/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/cs/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:21.000000000 +1300 +++ squid-3.1.0.3/errors/cs/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:11:44.000000000 +1300 @@ -1 +1 @@ - CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + CHYBA: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_ACCESS_DENIED squid-3.1.0.3/errors/da/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/da/ERR_ACCESS_DENIED 2008-11-10 00:25:21.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_ACCESS_DENIED 2008-12-05 16:11:45.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Adgang Nægtet.

Adgangs kontrollen tillader ikke din forespørgsel. Kontakt din udbyder nu, hvis du mener dette er en fejl.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Adgang Nægtet.

Adgangs kontrollen tillader ikke din forespørgsel. Kontakt din udbyder nu, hvis du mener dette er en fejl.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/da/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/da/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:21.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:11:45.000000000 +1300 @@ -1 +1 @@ - FEJL: Cache Access Denied

ERROR

Cache Adgang Nægtet.


The following error was encountered while trying to retrieve the URL: %U

Cache Adgang Nægtet.

Du har desværre ikke lov til at hente %U fra denne cache førend du har autenticieret dig selv.

Kontakt cache administratoren hvis du har problemer med at autenticiere dig eller skift dit password.



\ No newline at end of file + FEJL: Cache Access Denied

ERROR

Cache Adgang Nægtet.


The following error was encountered while trying to retrieve the URL: %U

Cache Adgang Nægtet.

Du har desværre ikke lov til at hente %U fra denne cache førend du har autenticieret dig selv.

Kontakt cache administratoren hvis du har problemer med at autenticiere dig eller skift dit password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/da/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/da/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:21.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:11:45.000000000 +1300 @@ -1 +1 @@ - FEJL: Cache Manager Access Denied

ERROR

Cache Manager Adgang Nægtet.


The following error was encountered while trying to retrieve the URL: %U

Cache Administrator Adgang Nægtet.

Du har desværre ikke lov til at hente %U fra denne cache førend du har autenticieret dig selv.

Kontakt cache administratoren hvis du har problemer med at autenticiere dig eller hvis du er cache administratoren, læs Squid dokumentationen for cache administrator interfacet og check cache loggen for mere detaljerede fejlmeddelelser.



\ No newline at end of file + FEJL: Cache Manager Access Denied

ERROR

Cache Manager Adgang Nægtet.


The following error was encountered while trying to retrieve the URL: %U

Cache Administrator Adgang Nægtet.

Du har desværre ikke lov til at hente %U fra denne cache førend du har autenticieret dig selv.

Kontakt cache administratoren hvis du har problemer med at autenticiere dig eller hvis du er cache administratoren, læs Squid dokumentationen for cache administrator interfacet og check cache loggen for mere detaljerede fejlmeddelelser.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/da/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/da/ERR_CANNOT_FORWARD 2008-11-10 00:25:21.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_CANNOT_FORWARD 2008-12-05 16:11:45.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Kunne ikke vidersende forespørgslen.

Denne forespørgsel kunne ikke videresendes til den oprindelige server eller en af forældre cache'ene. Dette skyldes sandsynligvis at cache administratoren tillader ikke denne cache at udføre direkte forbindelser til servere og alle forældre cache'er kan ikke nås for øjeblikket.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Kunne ikke vidersende forespørgslen.

Denne forespørgsel kunne ikke videresendes til den oprindelige server eller en af forældre cache'ene. Dette skyldes sandsynligvis at cache administratoren tillader ikke denne cache at udføre direkte forbindelser til servere og alle forældre cache'er kan ikke nås for øjeblikket.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_CONNECT_FAIL squid-3.1.0.3/errors/da/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/da/ERR_CONNECT_FAIL 2008-11-10 00:25:22.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_CONNECT_FAIL 2008-12-05 16:11:45.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Systemet returnerede: %E

Der kunne ikke opnås forbindelse til den anden computer. Netværket eller computeren kan være nede. Prøv eventuelt igen.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Systemet returnerede: %E

Der kunne ikke opnås forbindelse til den anden computer. Netværket eller computeren kan være nede. Prøv eventuelt igen.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_DNS_FAIL squid-3.1.0.3/errors/da/ERR_DNS_FAIL --- squid-3.1.0.2/errors/da/ERR_DNS_FAIL 2008-11-10 00:25:22.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_DNS_FAIL 2008-12-05 16:11:45.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Kunne ikke finde IP nummeret for navnet %H

The DNS server returned:

%z

Dette betyder at cachen kunne ikke opløse det angivne navn i URL'en. Check at adressen er korrekt.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Kunne ikke finde IP nummeret for navnet %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_ESI squid-3.1.0.3/errors/da/ERR_ESI --- squid-3.1.0.2/errors/da/ERR_ESI 2008-11-10 00:25:22.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_ESI 2008-12-05 16:11:45.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/da/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/da/ERR_FORWARDING_DENIED 2008-11-10 00:25:22.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FORWARDING_DENIED 2008-12-05 16:11:46.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Videresendelse Nægtet.

Denne cache vil ikke videresende din forespørgsel fordi den prøver at opretholde et søskendeforhold. Måske er klienten på %i en fejlkonfigureret cache.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Videresendelse Nægtet.

Denne cache vil ikke videresende din forespørgsel fordi den prøver at opretholde et søskendeforhold. Måske er klienten på %i en fejlkonfigureret cache.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FTP_DISABLED squid-3.1.0.3/errors/da/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/da/ERR_FTP_DISABLED 2008-11-10 00:25:22.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FTP_DISABLED 2008-12-05 16:11:46.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP er slået fra

Denne cache understøtter ikke FTP.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP er slået fra

Denne cache understøtter ikke FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FTP_FAILURE squid-3.1.0.3/errors/da/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/da/ERR_FTP_FAILURE 2008-11-10 00:25:22.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FTP_FAILURE 2008-12-05 16:11:46.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


En FTP protokol fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


En FTP protokol fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/da/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/da/ERR_FTP_FORBIDDEN 2008-11-10 00:25:22.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FTP_FORBIDDEN 2008-12-05 16:11:46.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


En FTP autenticierings fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


En FTP autenticierings fejl opstod under hentning af føgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FTP_LISTING squid-3.1.0.3/errors/da/ERR_FTP_LISTING --- squid-3.1.0.2/errors/da/ERR_FTP_LISTING 2008-11-10 00:25:23.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FTP_LISTING 2008-12-05 16:11:46.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/da/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/da/ERR_FTP_NOT_FOUND 2008-11-10 00:25:23.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FTP_NOT_FOUND 2008-12-05 16:11:46.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Den føgende URL kunne ikke hentes: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Dette kan muligvis forårsages af en FTP URL med en absolut sti (hvilket ikke er i overensstemmelse med standarden RFC 1738). Hvis dette er årsagen, kan filen findes på %B.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Den føgende URL kunne ikke hentes: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Dette kan muligvis forårsages af en FTP URL med en absolut sti (hvilket ikke er i overensstemmelse med standarden RFC 1738). Hvis dette er årsagen, kan filen findes på %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/da/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/da/ERR_FTP_PUT_CREATED 2008-11-10 00:25:23.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FTP_PUT_CREATED 2008-12-05 16:11:46.000000000 +1300 @@ -1 +1 @@ - FTP PUT Lykkedes: Fil Oprettet

Handlingen lykkedes

Fil oprettet




\ No newline at end of file + FTP PUT Lykkedes: Fil Oprettet

Handlingen lykkedes

Fil oprettet




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/da/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/da/ERR_FTP_PUT_ERROR 2008-11-10 00:25:23.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FTP_PUT_ERROR 2008-12-05 16:11:46.000000000 +1300 @@ -1 +1 @@ - FEJL: FTP upload failed

ERROR

FTP PUT/upload fejlede


Under udførelse af PUT kommando (sending) på følgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + FEJL: FTP upload failed

ERROR

FTP PUT/upload fejlede


Under udførelse af PUT kommando (sending) på følgende URL: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/da/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/da/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:23.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FTP_PUT_MODIFIED 2008-12-05 16:11:47.000000000 +1300 @@ -1 +1 @@ - FTP PUT Lykkedes: Fil Opdateret

Handlingen lykkedes

Fil opdateret




\ No newline at end of file + FTP PUT Lykkedes: Fil Opdateret

Handlingen lykkedes

Fil opdateret




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/da/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/da/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:23.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_FTP_UNAVAILABLE 2008-12-05 16:11:47.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


FTP serveren var optaget da føgende URL skulle hentes: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


FTP serveren var optaget da føgende URL skulle hentes: %U

Proxy'en Squid sendte følgende FTP kommando:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_ICAP_FAILURE squid-3.1.0.3/errors/da/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/da/ERR_ICAP_FAILURE 2008-11-10 00:25:23.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_ICAP_FAILURE 2008-12-05 16:11:47.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Systemet returnerede: %E

This means that some aspect of the ICAP communication failed.

Mulige problemer kan være:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Systemet returnerede: %E

This means that some aspect of the ICAP communication failed.

Mulige problemer kan være:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_INVALID_REQ squid-3.1.0.3/errors/da/ERR_INVALID_REQ --- squid-3.1.0.2/errors/da/ERR_INVALID_REQ 2008-11-10 00:25:24.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_INVALID_REQ 2008-12-05 16:11:47.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Mulige problemer kan være:

  • Manglende eller ukendt forespørgsels metode.

  • Manglende URL.

  • Manglende HTTP Identifikator (ved HTTP/1.0)

  • Forespørgslen er for stor.

  • Content-Length mangler til POST eller PUT forespørgsler

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Mulige problemer kan være:

  • Manglende eller ukendt forespørgsels metode.

  • Manglende URL.

  • Manglende HTTP Identifikator (ved HTTP/1.0)

  • Forespørgslen er for stor.

  • Content-Length mangler til POST eller PUT forespørgsler

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_INVALID_RESP squid-3.1.0.3/errors/da/ERR_INVALID_RESP --- squid-3.1.0.2/errors/da/ERR_INVALID_RESP 2008-11-10 00:25:24.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_INVALID_RESP 2008-12-05 16:11:47.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_INVALID_URL squid-3.1.0.3/errors/da/ERR_INVALID_URL --- squid-3.1.0.2/errors/da/ERR_INVALID_URL 2008-11-10 00:25:24.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_INVALID_URL 2008-12-05 16:11:47.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ugyldig URL

Some aspect of the requested URL is incorrect.

Mulige problemer kan være:

  • Manglende eller ukendt adgangsprotokol (burde være http:// eller tilsvarende)

  • Manglende maskinnavn

  • Ugyldig dobbelt-escape i URL sti

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ugyldig URL

Some aspect of the requested URL is incorrect.

Mulige problemer kan være:

  • Manglende eller ukendt adgangsprotokol (burde være http:// eller tilsvarende)

  • Manglende maskinnavn

  • Ugyldig dobbelt-escape i URL sti

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_LIFETIME_EXP squid-3.1.0.3/errors/da/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/da/ERR_LIFETIME_EXP 2008-11-10 00:25:24.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_LIFETIME_EXP 2008-12-05 16:11:47.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Levetiden for forbindelsen udløb

Proxy'en Squid har afsluttet forespørgslen fordi den har overskredet den maksimale levetid for forbindelser (connection timeout).

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Levetiden for forbindelsen udløb

Proxy'en Squid har afsluttet forespørgslen fordi den har overskredet den maksimale levetid for forbindelser (connection timeout).

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_NO_RELAY squid-3.1.0.3/errors/da/ERR_NO_RELAY --- squid-3.1.0.2/errors/da/ERR_NO_RELAY 2008-11-10 00:25:24.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_NO_RELAY 2008-12-05 16:11:47.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ingen WAIS Relæ

Der er ikke nogen WAIS Relæ maskine defineret for denne proxy cache! Råb efter administratoren!

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ingen WAIS Relæ

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/da/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/da/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:24.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:11:48.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Dokumentet blev ikke fundet i cachen og only-if-cached (kun-hvis-gemt-i-cachen) direktivet var specificeret.

Du har sendt en forespørgsel med en only-if-cached cache kontrol direktiv. Dokumentet blev ikke fundet i cachen, eller det kræver en bekræftelse af gyldighed som bliver forbudt af only-if-cached direktivet.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Dokumentet blev ikke fundet i cachen og only-if-cached (kun-hvis-gemt-i-cachen) direktivet var specificeret.

Du har sendt en forespørgsel med en only-if-cached cache kontrol direktiv. Dokumentet blev ikke fundet i cachen, eller det kræver en bekræftelse af gyldighed som bliver forbudt af only-if-cached direktivet.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_READ_ERROR squid-3.1.0.3/errors/da/ERR_READ_ERROR --- squid-3.1.0.2/errors/da/ERR_READ_ERROR 2008-11-10 00:25:24.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_READ_ERROR 2008-12-05 16:11:48.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Læse fejl

Systemet returnerede: %E

En fejl opstod mens der blev læst data fra nettet. Prøv igen.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Læse fejl

Systemet returnerede: %E

En fejl opstod mens der blev læst data fra nettet. Prøv igen.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_READ_TIMEOUT squid-3.1.0.3/errors/da/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/da/ERR_READ_TIMEOUT 2008-11-10 00:25:25.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_READ_TIMEOUT 2008-12-05 16:11:48.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

Systemet returnerede: %E

En timeout opstod mens der der blev ventet pæ at læse data fra netværket. Netværket kan være nede eller forstoppet. Prøv igen.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

Systemet returnerede: %E

En timeout opstod mens der der blev ventet pæ at læse data fra netværket. Netværket kan være nede eller forstoppet. Prøv igen.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/da/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/da/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:25.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:11:48.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Systemet returnerede: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Systemet returnerede: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/da/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/da/ERR_SHUTTING_DOWN 2008-11-10 00:25:25.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_SHUTTING_DOWN 2008-12-05 16:11:48.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Proxy cachen er i gang med at lukke ned og kan derfor ikke betjene din forespørgsel nu. Prøv venligst igen snart.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Proxy cachen er i gang med at lukke ned og kan derfor ikke betjene din forespørgsel nu. Prøv venligst igen snart.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/da/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/da/ERR_SOCKET_FAILURE 2008-11-10 00:25:25.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_SOCKET_FAILURE 2008-12-05 16:11:48.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Fejl

Systemet returnerede: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Fejl

Systemet returnerede: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_TOO_BIG squid-3.1.0.3/errors/da/ERR_TOO_BIG --- squid-3.1.0.2/errors/da/ERR_TOO_BIG 2008-11-10 00:25:25.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_TOO_BIG 2008-12-05 16:11:48.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_UNSUP_REQ squid-3.1.0.3/errors/da/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/da/ERR_UNSUP_REQ 2008-11-10 00:25:25.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_UNSUP_REQ 2008-12-05 16:11:49.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Uunderstøttet Forespørgsels Metode og Protokol

Proxy'en Squid understøtter ikke alle forespørgselsmetoder for alle adgangs protokoller. For eksempel kan du ikke POST en Gopher forespørgsel.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Uunderstøttet Forespørgsels Metode og Protokol

Proxy'en Squid understøtter ikke alle forespørgselsmetoder for alle adgangs protokoller. For eksempel kan du ikke POST en Gopher forespørgsel.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_URN_RESOLVE squid-3.1.0.3/errors/da/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/da/ERR_URN_RESOLVE 2008-11-10 00:25:25.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_URN_RESOLVE 2008-12-05 16:11:49.000000000 +1300 @@ -1 +1 @@ - FEJL: The requested URN not be retrieved

ERROR

URL for den angivne URN kunne ikke hentes


The following error was encountered while trying to retrieve the URN: %U

Kan Ikke Opløse URN

Hallo, forvent nu ikke for meget af URNs på %T :)

Your cache administrator is %w.



\ No newline at end of file + FEJL: The requested URN not be retrieved

ERROR

URL for den angivne URN kunne ikke hentes


The following error was encountered while trying to retrieve the URN: %U

Kan Ikke Opløse URN

Hallo, forvent nu ikke for meget af URNs på %T :)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_WRITE_ERROR squid-3.1.0.3/errors/da/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/da/ERR_WRITE_ERROR 2008-11-10 00:25:26.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_WRITE_ERROR 2008-12-05 16:11:49.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Skrive Fejl

Systemet returnerede: %E

En fejl opstod mens der blev skrevet data til nettet. Prøv igen.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Skrive Fejl

Systemet returnerede: %E

En fejl opstod mens der blev skrevet data til nettet. Prøv igen.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/da/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/da/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/da/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:26.000000000 +1300 +++ squid-3.1.0.3/errors/da/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:11:49.000000000 +1300 @@ -1 +1 @@ - FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Nul Størrelse Svar

Proxy'en Squid modtog ingen data for denne forespørgsel.

Your cache administrator is %w.



\ No newline at end of file + FEJL: Den angivne URL kunne ikke hentes

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Nul Størrelse Svar

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_ACCESS_DENIED squid-3.1.0.3/errors/de/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/de/ERR_ACCESS_DENIED 2008-11-10 00:25:26.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_ACCESS_DENIED 2008-12-05 16:11:49.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zugriff verweigert.

Die Anfrage wurde aufgrund mangelnder Zugriffsrechte verweigert. Bitte kontaktieren Sie Ihren Dienstanbieter falls sie denken, dass dies ein Fehler ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zugriff verweigert.

Die Anfrage wurde aufgrund mangelnder Zugriffsrechte verweigert. Bitte kontaktieren Sie Ihren Dienstanbieter falls sie denken, dass dies ein Fehler ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/de/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/de/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:26.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:11:49.000000000 +1300 @@ -1 +1 @@ - FEHLER: Cache Access Denied

ERROR

Cache Zugriff verweigert.


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Cache Zugriff verweigert.

Sie sind momentan nicht berechtigt %U von diesem Cache abzurufen, bis sie sich authentifiziert haben.

Bitte kontaktieren sie den Cache Administrator Falls sie Schwierigkeiten haben sich zu authentifizieren oder ändern sie ihr Standardpasswort.



\ No newline at end of file + FEHLER: Cache Access Denied

ERROR

Cache Zugriff verweigert.


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Cache Zugriff verweigert.

Sie sind momentan nicht berechtigt %U von diesem Cache abzurufen, bis sie sich authentifiziert haben.

Bitte kontaktieren sie den Cache Administrator Falls sie Schwierigkeiten haben sich zu authentifizieren oder ändern sie ihr Standardpasswort.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/de/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/de/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:27.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:11:50.000000000 +1300 @@ -1 +1 @@ - FEHLER: Cache Manager Access Denied

ERROR

Cache Manager Zugriff verweigert.


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Cache Manager Zugriff verweigert.

Sie sind momentan nicht berechtigt %U von diesem Cache Manager abzurufen, bis sie sich authentifiziert haben.

Bitte kontaktieren sie den Cache Administrator Falls sie Schwierigkeiten haben sich zu authentifizieren oder, falls sie der Administrator sind, lesen sie die Squid Dokumentation zum Thema Cacheverwaltungsoberfläche und prüfen sie das Cachelog für detaillierte Fehlermeldungen.



\ No newline at end of file + FEHLER: Cache Manager Access Denied

ERROR

Cache Manager Zugriff verweigert.


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Cache Manager Zugriff verweigert.

Sie sind momentan nicht berechtigt %U von diesem Cache Manager abzurufen, bis sie sich authentifiziert haben.

Bitte kontaktieren sie den Cache Administrator Falls sie Schwierigkeiten haben sich zu authentifizieren oder, falls sie der Administrator sind, lesen sie die Squid Dokumentation zum Thema Cacheverwaltungsoberfläche und prüfen sie das Cachelog für detaillierte Fehlermeldungen.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/de/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/de/ERR_CANNOT_FORWARD 2008-11-10 00:25:27.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_CANNOT_FORWARD 2008-12-05 16:11:50.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kann die Anfrage zurzeit nicht weiterleiten.

Die Anfrage kann nicht an den Quellserver oder irgendeinen Vergeschalteten Cache weitergeleitet werden. Der wahrscheinlichste Grund ist, dass der Administrator diesem Cache nicht erlaubt direkte Verbindungen zu Quellservern herzustellen oder alle vorgeschalteten Cache Server momentan nicht erreichbar sind.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kann die Anfrage zurzeit nicht weiterleiten.

Die Anfrage kann nicht an den Quellserver oder irgendeinen Vergeschalteten Cache weitergeleitet werden. Der wahrscheinlichste Grund ist, dass der Administrator diesem Cache nicht erlaubt direkte Verbindungen zu Quellservern herzustellen oder alle vorgeschalteten Cache Server momentan nicht erreichbar sind.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_CONNECT_FAIL squid-3.1.0.3/errors/de/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/de/ERR_CONNECT_FAIL 2008-11-10 00:25:27.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_CONNECT_FAIL 2008-12-05 16:11:50.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Verbindung zu %I Fehlgeschlagen.

Das System antwortete: %E

Der Zielhost oder das Zielnetzwerk ist momentan nicht verfügbar. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Verbindung zu %I Fehlgeschlagen.

Das System antwortete: %E

Der Zielhost oder das Zielnetzwerk ist momentan nicht verfügbar. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_DNS_FAIL squid-3.1.0.3/errors/de/ERR_DNS_FAIL --- squid-3.1.0.2/errors/de/ERR_DNS_FAIL 2008-11-10 00:25:27.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_DNS_FAIL 2008-12-05 16:11:50.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Konnte keine IP Adresse vom Hostnamen %H ermitteln.

Der DNS-Server meldete:

%z

Das heißt, dass der Cache nicht in der Lage war den Hostnamen aufzulösen der in der URL gefunden wurde. Überprüfen sie ob die Adresse korrekt ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Konnte keine IP Adresse vom Hostnamen %H ermitteln.

Der DNS-Server meldete:

%z

Das heißt, dass der Cache nicht in der Lage war den Hostnamen aufzulösen der in der URL gefunden wurde. Überprüfen sie ob die Adresse korrekt ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_ESI squid-3.1.0.3/errors/de/ERR_ESI --- squid-3.1.0.2/errors/de/ERR_ESI 2008-11-10 00:25:27.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_ESI 2008-12-05 16:11:50.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

ESI-Verarbeitung fehlgeschlagen.

Der ESI-Prozessor meldete:

%Z

Das heißt, dass der Ersatz nicht in der Lage war das ESI Template zu verarbeiten. Bitte melden sie diesen Fehler dem Webmaster.

Ihr Webmaster ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

ESI-Verarbeitung fehlgeschlagen.

Der ESI-Prozessor meldete:

%Z

Das heißt, dass der Ersatz nicht in der Lage war das ESI Template zu verarbeiten. Bitte melden sie diesen Fehler dem Webmaster.

Ihr Webmaster ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/de/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/de/ERR_FORWARDING_DENIED 2008-11-10 00:25:27.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FORWARDING_DENIED 2008-12-05 16:11:50.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Weiterleitung verweigert.

Dieser Cache wird ihre Anfrage nicht weiterleiten da er versucht ein Geschwisterverhältnis zu erzwingen. Warscheinlich ist der Client auf %i ein Cache der falsch konfiguriert wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Weiterleitung verweigert.

Dieser Cache wird ihre Anfrage nicht weiterleiten da er versucht ein Geschwisterverhältnis zu erzwingen. Warscheinlich ist der Client auf %i ein Cache der falsch konfiguriert wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FTP_DISABLED squid-3.1.0.3/errors/de/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/de/ERR_FTP_DISABLED 2008-11-10 00:25:27.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FTP_DISABLED 2008-12-05 16:11:50.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

FTP ist deaktiviert

Dieser Cache unterstützt kein FTP.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

FTP ist deaktiviert

Dieser Cache unterstützt kein FTP.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FTP_FAILURE squid-3.1.0.3/errors/de/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/de/ERR_FTP_FAILURE 2008-11-10 00:25:28.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FTP_FAILURE 2008-12-05 16:11:51.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ein FTP Protokollfehler ist bei der URL %U aufgetreten.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ein FTP Protokollfehler ist bei der URL %U aufgetreten.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/de/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/de/ERR_FTP_FORBIDDEN 2008-11-10 00:25:28.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FTP_FORBIDDEN 2008-12-05 16:11:51.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Die FTP Authentifizierung bei der URL %U ist Fehlgeschlagen.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Die FTP Authentifizierung bei der URL %U ist Fehlgeschlagen.

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FTP_LISTING squid-3.1.0.3/errors/de/ERR_FTP_LISTING --- squid-3.1.0.2/errors/de/ERR_FTP_LISTING 2008-11-10 00:25:28.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FTP_LISTING 2008-12-05 16:11:51.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/de/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/de/ERR_FTP_NOT_FOUND 2008-11-10 00:25:28.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FTP_NOT_FOUND 2008-12-05 16:11:51.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Die folgende URL konnte nicht gefunden werden: %U

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Die Ursache kann eine FTP URL mit einem Absoluten Pfad sein (was nicht RFC 1738 konform ist). Wenn dies der Fall ist, ist die Datei unter %B zu finden.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Die folgende URL konnte nicht gefunden werden: %U

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Die Ursache kann eine FTP URL mit einem Absoluten Pfad sein (was nicht RFC 1738 konform ist). Wenn dies der Fall ist, ist die Datei unter %B zu finden.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/de/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/de/ERR_FTP_PUT_CREATED 2008-11-10 00:25:28.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FTP_PUT_CREATED 2008-12-05 16:11:51.000000000 +1300 @@ -1 +1 @@ - FTP PUT Erfolgreich: Datei erstellt

Operation Erfolgreich

Datei erstellt




\ No newline at end of file + FTP PUT Erfolgreich: Datei erstellt

Operation Erfolgreich

Datei erstellt




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/de/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/de/ERR_FTP_PUT_ERROR 2008-11-10 00:25:29.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FTP_PUT_ERROR 2008-12-05 16:11:51.000000000 +1300 @@ -1 +1 @@ - FEHLER: FTP upload failed

ERROR

FTP PUT/Upload fehlgeschlagen


Als versucht wurde eine PUT Anfrage an die folgende URL zu senden: %U

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F

Das heißt, dass der FTP Server keine Berechtigung oder nicht genug Plattenplatz zum Speichern der Datei zur Verfügung hat. Überprüfen sie Pfad, Berechtigungen und Plattenplatz und wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: FTP upload failed

ERROR

FTP PUT/Upload fehlgeschlagen


Als versucht wurde eine PUT Anfrage an die folgende URL zu senden: %U

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F

Das heißt, dass der FTP Server keine Berechtigung oder nicht genug Plattenplatz zum Speichern der Datei zur Verfügung hat. Überprüfen sie Pfad, Berechtigungen und Plattenplatz und wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/de/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/de/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:29.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FTP_PUT_MODIFIED 2008-12-05 16:11:51.000000000 +1300 @@ -1 +1 @@ - FTP PUT Erfolgreich: Datei aktualisiert

Operation Erfolgreich

Datei aktualisiert




\ No newline at end of file + FTP PUT Erfolgreich: Datei aktualisiert

Operation Erfolgreich

Datei aktualisiert




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/de/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/de/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:29.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_FTP_UNAVAILABLE 2008-12-05 16:11:51.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der FTP Server war zu beschäftigt um die URL: %U abzurufen

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der FTP Server war zu beschäftigt um die URL: %U abzurufen

Squid sendete das folgende FTP Kommando:

%f

Der Server antwortete:

%F
%g

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_ICAP_FAILURE squid-3.1.0.3/errors/de/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/de/ERR_ICAP_FAILURE 2008-11-10 00:25:29.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_ICAP_FAILURE 2008-12-05 16:11:52.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

ICAP Protokoll Fehler.

Das System antwortete: %E

Das heißt, dass etwas mit der ICAP Kommunikation nicht stimmt.

Mögliche Probleme sind:

  • Der ICAP Server ist nicht erreichbar.

  • Die Antwort des ICAP Servers war ungültig.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

ICAP Protokoll Fehler.

Das System antwortete: %E

Das heißt, dass etwas mit der ICAP Kommunikation nicht stimmt.

Mögliche Probleme sind:

  • Der ICAP Server ist nicht erreichbar.

  • Die Antwort des ICAP Servers war ungültig.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_INVALID_REQ squid-3.1.0.3/errors/de/ERR_INVALID_REQ --- squid-3.1.0.2/errors/de/ERR_INVALID_REQ 2008-11-10 00:25:29.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_INVALID_REQ 2008-12-05 16:11:52.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ungültige Anfrage Fehler erhalten als versucht wurde die Anfrage zu Bearbeiten:

%R

Mögliche Probleme sind:

  • Fehlende oder unbekannte Anfragemethode.

  • Fehlende URL.

  • Fehlende HTTP-Version (HTTP/1.0).

  • Anfrage ist zu lang.

  • Content-Length fehlt für POST oder PUT Anfragen.

  • Ungültiges Zeichen im Hostname; Unterstriche sind nicht erlaubt.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ungültige Anfrage Fehler erhalten als versucht wurde die Anfrage zu Bearbeiten:

%R

Mögliche Probleme sind:

  • Fehlende oder unbekannte Anfragemethode.

  • Fehlende URL.

  • Fehlende HTTP-Version (HTTP/1.0).

  • Anfrage ist zu lang.

  • Content-Length fehlt für POST oder PUT Anfragen.

  • Ungültiges Zeichen im Hostname; Unterstriche sind nicht erlaubt.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_INVALID_RESP squid-3.1.0.3/errors/de/ERR_INVALID_RESP --- squid-3.1.0.2/errors/de/ERR_INVALID_RESP 2008-11-10 00:25:29.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_INVALID_RESP 2008-12-05 16:11:52.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ungültige Antwort Fehler erhalten als versucht wurde die Anfrage zu bearbeiten:

%R

Die HTTP Antwortnachricht, die vom Kontaktierten Server empfangen wurde, wurde nicht verstanden oder ist falsch. Bitte kontaktieren sie den Webmaster.

Ihr Cache Administrator ist in der Lage ihnen mehr über das Problem zu erklären, falls dies Notwendig ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Ungültige Antwort Fehler erhalten als versucht wurde die Anfrage zu bearbeiten:

%R

Die HTTP Antwortnachricht, die vom Kontaktierten Server empfangen wurde, wurde nicht verstanden oder ist falsch. Bitte kontaktieren sie den Webmaster.

Ihr Cache Administrator ist in der Lage ihnen mehr über das Problem zu erklären, falls dies Notwendig ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_INVALID_URL squid-3.1.0.3/errors/de/ERR_INVALID_URL --- squid-3.1.0.2/errors/de/ERR_INVALID_URL 2008-11-10 00:25:30.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_INVALID_URL 2008-12-05 16:11:52.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Ungültige URL

Der Syntax der angeforderten URL ist falsch.

Mögliche Probleme sind:

  • Fehlendes oder ungültiges Adressprotokoll (Versuchen sie zum Beispielhttp://)

  • Fehlender Hostname

  • Ungültiger Doppel-Escape im URL-Pfad

  • Ungültiges Zeichen im Hostname; Unterstriche sind nicht erlaubt.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Ungültige URL

Der Syntax der angeforderten URL ist falsch.

Mögliche Probleme sind:

  • Fehlendes oder ungültiges Adressprotokoll (Versuchen sie zum Beispielhttp://)

  • Fehlender Hostname

  • Ungültiger Doppel-Escape im URL-Pfad

  • Ungültiges Zeichen im Hostname; Unterstriche sind nicht erlaubt.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_LIFETIME_EXP squid-3.1.0.3/errors/de/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/de/ERR_LIFETIME_EXP 2008-11-10 00:25:30.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_LIFETIME_EXP 2008-12-05 16:11:52.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zeitlimit der Verbindung erreicht

Squid hat die Anfrage beendet, da die maximale Verbindungszeit überschritten wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zeitlimit der Verbindung erreicht

Squid hat die Anfrage beendet, da die maximale Verbindungszeit überschritten wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_NO_RELAY squid-3.1.0.3/errors/de/ERR_NO_RELAY --- squid-3.1.0.2/errors/de/ERR_NO_RELAY 2008-11-10 00:25:30.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_NO_RELAY 2008-12-05 16:11:52.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kein Wais Relay

Es ist kein WAIS Relay für diesen Cache definiert! Sagen sie dies dem Administrator.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kein Wais Relay

Es ist kein WAIS Relay für diesen Cache definiert! Sagen sie dies dem Administrator.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/de/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/de/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:30.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:11:52.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kein gültiges Dokument wurde im Cache gefunden und only-if-cached Option wurde angegeben.

Sie haben eine Anfrage mit der only-if-cached Cache Kontrolloption getätigt. Das Dokument wurde nicht im Cache gefunden, oder ioder es forderte eine Aktualisierung an welche durch die only-if-cached Option unterbunden wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Kein gültiges Dokument wurde im Cache gefunden und only-if-cached Option wurde angegeben.

Sie haben eine Anfrage mit der only-if-cached Cache Kontrolloption getätigt. Das Dokument wurde nicht im Cache gefunden, oder ioder es forderte eine Aktualisierung an welche durch die only-if-cached Option unterbunden wurde.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_READ_ERROR squid-3.1.0.3/errors/de/ERR_READ_ERROR --- squid-3.1.0.2/errors/de/ERR_READ_ERROR 2008-11-10 00:25:30.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_READ_ERROR 2008-12-05 16:11:53.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Lesefehler

Das System antwortete: %E

Ein Fehler ist beim Lesen vom Netzwerk aufgetreten. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Lesefehler

Das System antwortete: %E

Ein Fehler ist beim Lesen vom Netzwerk aufgetreten. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_READ_TIMEOUT squid-3.1.0.3/errors/de/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/de/ERR_READ_TIMEOUT 2008-11-10 00:25:31.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_READ_TIMEOUT 2008-12-05 16:11:53.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zeitüberschreitung beim Lesen

Das System antwortete: %E

Zeitüberschreitung beim Warten auf Daten des Netzwerks. Das Netzwerk oder der Server könnten nicht Verfügbar oder überlastet sein. Bitte versuchen sie es erneut.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Zeitüberschreitung beim Lesen

Das System antwortete: %E

Zeitüberschreitung beim Warten auf Daten des Netzwerks. Das Netzwerk oder der Server könnten nicht Verfügbar oder überlastet sein. Bitte versuchen sie es erneut.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/de/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/de/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:31.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:11:53.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Konnte keine sichere Verbindung zu %I herstellen

Das System antwortete: %E

Dieser Proxy und der Zielhost waren nicht in der Lage Sicherheitseinstellungen auszuhandeln die beidseitig akzeptiert werden. Es ist möglich dass der Zielhost keine sicheren Verbindungen unterstützte oder der Proxy nicht mit dem Sicherheitszertifikat des Hosts einverstanden ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Konnte keine sichere Verbindung zu %I herstellen

Das System antwortete: %E

Dieser Proxy und der Zielhost waren nicht in der Lage Sicherheitseinstellungen auszuhandeln die beidseitig akzeptiert werden. Es ist möglich dass der Zielhost keine sicheren Verbindungen unterstützte oder der Proxy nicht mit dem Sicherheitszertifikat des Hosts einverstanden ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/de/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/de/ERR_SHUTTING_DOWN 2008-11-10 00:25:31.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_SHUTTING_DOWN 2008-12-05 16:11:53.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Dieser Cache wird momentan heruntergefahren und kann daher die Anfrage nicht bearbeiten. Bitte wiederholen sie die Anfrage gleich noch einmal.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Dieser Cache wird momentan heruntergefahren und kann daher die Anfrage nicht bearbeiten. Bitte wiederholen sie die Anfrage gleich noch einmal.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/de/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/de/ERR_SOCKET_FAILURE 2008-11-10 00:25:31.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_SOCKET_FAILURE 2008-12-05 16:11:53.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Socketfehler

Das System antwortete: %E

Squid kann keinen TCP Socket erstellen, warscheinlich aufgrund von großer Systemlast. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Socketfehler

Das System antwortete: %E

Squid kann keinen TCP Socket erstellen, warscheinlich aufgrund von großer Systemlast. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_TOO_BIG squid-3.1.0.3/errors/de/ERR_TOO_BIG --- squid-3.1.0.2/errors/de/ERR_TOO_BIG 2008-11-10 00:25:31.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_TOO_BIG 2008-12-05 16:11:53.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Die Anfrage oder Antwort ist zu lang.

Für einen POST-Request ist die hochzuladene Resource zu groß.

Für einen GET-Request ist die angeforderte Resource zu groß.

Diese Einschränkungen wurden vom Internetdienstanbieter eingerichtet der diesen Cache betreibt. Bitte kontaktieren sie ihn falls sie denken, dass dies ein Fehler ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Die Anfrage oder Antwort ist zu lang.

Für einen POST-Request ist die hochzuladene Resource zu groß.

Für einen GET-Request ist die angeforderte Resource zu groß.

Diese Einschränkungen wurden vom Internetdienstanbieter eingerichtet der diesen Cache betreibt. Bitte kontaktieren sie ihn falls sie denken, dass dies ein Fehler ist.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_UNSUP_REQ squid-3.1.0.3/errors/de/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/de/ERR_UNSUP_REQ 2008-11-10 00:25:31.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_UNSUP_REQ 2008-12-05 16:11:53.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Anfragemethode und Protokoll nicht unterstützt

Squid unterstützt nicht alle Anfragemethoden für alle Protokolle. Sie können zum Beispiel keine POST Anfrage über das Gopher Protokoll senden.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Anfragemethode und Protokoll nicht unterstützt

Squid unterstützt nicht alle Anfragemethoden für alle Protokolle. Sie können zum Beispiel keine POST Anfrage über das Gopher Protokoll senden.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_URN_RESOLVE squid-3.1.0.3/errors/de/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/de/ERR_URN_RESOLVE 2008-11-10 00:25:31.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_URN_RESOLVE 2008-12-05 16:11:53.000000000 +1300 @@ -1 +1 @@ - FEHLER: The requested URN not be retrieved

ERROR

Eine URL für den angeforderten URN konnte nicht gefunden werden


Der folgende Fehler wurde beim Versuch die URN %U zu holen festgestellt:

Konnte URN nicht auflösen

Hey, erwarte nicht zuviel von URNs am %T :)

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: The requested URN not be retrieved

ERROR

Eine URL für den angeforderten URN konnte nicht gefunden werden


Der folgende Fehler wurde beim Versuch die URN %U zu holen festgestellt:

Konnte URN nicht auflösen

Hey, erwarte nicht zuviel von URNs am %T :)

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_WRITE_ERROR squid-3.1.0.3/errors/de/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/de/ERR_WRITE_ERROR 2008-11-10 00:25:32.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_WRITE_ERROR 2008-12-05 16:11:54.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Fehler beim Schreiben

Das System antwortete: %E

Ein Fehler ist beim Schreiben auf das Netzwerk aufgetreten. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Fehler beim Schreiben

Das System antwortete: %E

Ein Fehler ist beim Schreiben auf das Netzwerk aufgetreten. Bitte wiederholen sie die Anfrage.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/de/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/de/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/de/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:32.000000000 +1300 +++ squid-3.1.0.3/errors/de/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:11:54.000000000 +1300 @@ -1 +1 @@ - FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Nullgrößenantwort

Squid hat keine Daten für diese Anfrage empfangen.

Ihr Cache Administrator ist %w.



\ No newline at end of file + FEHLER: Die angeforderte URL konnte nicht gefunden werden

ERROR

The requested URL could not be retrieved


Der folgende Fehler wurde beim Versuch die URL %U zu holen festgestellt:

Nullgrößenantwort

Squid hat keine Daten für diese Anfrage empfangen.

Ihr Cache Administrator ist %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_ACCESS_DENIED squid-3.1.0.3/errors/en/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/en/ERR_ACCESS_DENIED 2008-11-10 00:25:32.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_ACCESS_DENIED 2008-12-05 16:11:54.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/en/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/en/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:32.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:11:54.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file + ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/en/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/en/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:32.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:11:54.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/en/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/en/ERR_CANNOT_FORWARD 2008-11-10 00:25:33.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_CANNOT_FORWARD 2008-12-05 16:11:54.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_CONNECT_FAIL squid-3.1.0.3/errors/en/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/en/ERR_CONNECT_FAIL 2008-11-10 00:25:33.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_CONNECT_FAIL 2008-12-05 16:11:55.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_DNS_FAIL squid-3.1.0.3/errors/en/ERR_DNS_FAIL --- squid-3.1.0.2/errors/en/ERR_DNS_FAIL 2008-11-10 00:25:33.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_DNS_FAIL 2008-12-05 16:11:55.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_ESI squid-3.1.0.3/errors/en/ERR_ESI --- squid-3.1.0.2/errors/en/ERR_ESI 2008-11-10 00:25:33.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_ESI 2008-12-05 16:11:55.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/en/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/en/ERR_FORWARDING_DENIED 2008-11-10 00:25:33.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FORWARDING_DENIED 2008-12-05 16:11:55.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FTP_DISABLED squid-3.1.0.3/errors/en/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/en/ERR_FTP_DISABLED 2008-11-10 00:25:33.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FTP_DISABLED 2008-12-05 16:11:55.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FTP_FAILURE squid-3.1.0.3/errors/en/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/en/ERR_FTP_FAILURE 2008-11-10 00:25:33.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FTP_FAILURE 2008-12-05 16:11:55.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/en/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/en/ERR_FTP_FORBIDDEN 2008-11-10 00:25:34.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FTP_FORBIDDEN 2008-12-05 16:11:55.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FTP_LISTING squid-3.1.0.3/errors/en/ERR_FTP_LISTING --- squid-3.1.0.2/errors/en/ERR_FTP_LISTING 2008-11-10 00:25:34.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FTP_LISTING 2008-12-05 16:11:55.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/en/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/en/ERR_FTP_NOT_FOUND 2008-11-10 00:25:34.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FTP_NOT_FOUND 2008-12-05 16:11:56.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/en/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/en/ERR_FTP_PUT_CREATED 2008-11-10 00:25:34.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FTP_PUT_CREATED 2008-12-05 16:11:56.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file + FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/en/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/en/ERR_FTP_PUT_ERROR 2008-11-10 00:25:34.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FTP_PUT_ERROR 2008-12-05 16:11:56.000000000 +1300 @@ -1 +1 @@ - ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/en/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/en/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:34.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FTP_PUT_MODIFIED 2008-12-05 16:11:56.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Updated

Operation successful

File updated




\ No newline at end of file + FTP PUT Successful: File Updated

Operation successful

File updated




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/en/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/en/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:34.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_FTP_UNAVAILABLE 2008-12-05 16:11:56.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_ICAP_FAILURE squid-3.1.0.3/errors/en/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/en/ERR_ICAP_FAILURE 2008-11-10 00:25:35.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_ICAP_FAILURE 2008-12-05 16:11:56.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_INVALID_REQ squid-3.1.0.3/errors/en/ERR_INVALID_REQ --- squid-3.1.0.2/errors/en/ERR_INVALID_REQ 2008-11-10 00:25:35.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_INVALID_REQ 2008-12-05 16:11:56.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_INVALID_RESP squid-3.1.0.3/errors/en/ERR_INVALID_RESP --- squid-3.1.0.2/errors/en/ERR_INVALID_RESP 2008-11-10 00:25:35.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_INVALID_RESP 2008-12-05 16:11:57.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_INVALID_URL squid-3.1.0.3/errors/en/ERR_INVALID_URL --- squid-3.1.0.2/errors/en/ERR_INVALID_URL 2008-11-10 00:25:35.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_INVALID_URL 2008-12-05 16:11:57.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_LIFETIME_EXP squid-3.1.0.3/errors/en/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/en/ERR_LIFETIME_EXP 2008-11-10 00:25:35.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_LIFETIME_EXP 2008-12-05 16:11:57.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_NO_RELAY squid-3.1.0.3/errors/en/ERR_NO_RELAY --- squid-3.1.0.2/errors/en/ERR_NO_RELAY 2008-11-10 00:25:35.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_NO_RELAY 2008-12-05 16:11:57.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/en/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/en/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:35.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:11:57.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_READ_ERROR squid-3.1.0.3/errors/en/ERR_READ_ERROR --- squid-3.1.0.2/errors/en/ERR_READ_ERROR 2008-11-10 00:25:36.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_READ_ERROR 2008-12-05 16:11:57.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_READ_TIMEOUT squid-3.1.0.3/errors/en/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/en/ERR_READ_TIMEOUT 2008-11-10 00:25:36.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_READ_TIMEOUT 2008-12-05 16:11:57.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/en/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/en/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:36.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:11:57.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/en/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/en/ERR_SHUTTING_DOWN 2008-11-10 00:25:36.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_SHUTTING_DOWN 2008-12-05 16:11:58.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/en/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/en/ERR_SOCKET_FAILURE 2008-11-10 00:25:36.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_SOCKET_FAILURE 2008-12-05 16:11:58.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_TOO_BIG squid-3.1.0.3/errors/en/ERR_TOO_BIG --- squid-3.1.0.2/errors/en/ERR_TOO_BIG 2008-11-10 00:25:36.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_TOO_BIG 2008-12-05 16:11:58.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_UNSUP_REQ squid-3.1.0.3/errors/en/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/en/ERR_UNSUP_REQ 2008-11-10 00:25:36.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_UNSUP_REQ 2008-12-05 16:11:58.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_URN_RESOLVE squid-3.1.0.3/errors/en/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/en/ERR_URN_RESOLVE 2008-11-10 00:25:37.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_URN_RESOLVE 2008-12-05 16:11:58.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_WRITE_ERROR squid-3.1.0.3/errors/en/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/en/ERR_WRITE_ERROR 2008-11-10 00:25:37.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_WRITE_ERROR 2008-12-05 16:11:58.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/en/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/en/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:37.000000000 +1300 +++ squid-3.1.0.3/errors/en/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:11:59.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_ACCESS_DENIED squid-3.1.0.3/errors/en-au/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/en-au/ERR_ACCESS_DENIED 2008-11-10 00:25:37.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_ACCESS_DENIED 2008-12-05 16:11:59.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/en-au/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/en-au/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:37.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:11:59.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file + ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/en-au/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/en-au/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:38.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:11:59.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/en-au/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/en-au/ERR_CANNOT_FORWARD 2008-11-10 00:25:38.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_CANNOT_FORWARD 2008-12-05 16:11:59.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_CONNECT_FAIL squid-3.1.0.3/errors/en-au/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/en-au/ERR_CONNECT_FAIL 2008-11-10 00:25:38.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_CONNECT_FAIL 2008-12-05 16:11:59.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_DNS_FAIL squid-3.1.0.3/errors/en-au/ERR_DNS_FAIL --- squid-3.1.0.2/errors/en-au/ERR_DNS_FAIL 2008-11-10 00:25:38.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_DNS_FAIL 2008-12-05 16:12:00.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_ESI squid-3.1.0.3/errors/en-au/ERR_ESI --- squid-3.1.0.2/errors/en-au/ERR_ESI 2008-11-10 00:25:38.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_ESI 2008-12-05 16:12:00.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/en-au/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/en-au/ERR_FORWARDING_DENIED 2008-11-10 00:25:38.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FORWARDING_DENIED 2008-12-05 16:12:00.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FTP_DISABLED squid-3.1.0.3/errors/en-au/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/en-au/ERR_FTP_DISABLED 2008-11-10 00:25:39.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FTP_DISABLED 2008-12-05 16:12:00.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FTP_FAILURE squid-3.1.0.3/errors/en-au/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/en-au/ERR_FTP_FAILURE 2008-11-10 00:25:39.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FTP_FAILURE 2008-12-05 16:12:00.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/en-au/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/en-au/ERR_FTP_FORBIDDEN 2008-11-10 00:25:39.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FTP_FORBIDDEN 2008-12-05 16:12:00.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FTP_LISTING squid-3.1.0.3/errors/en-au/ERR_FTP_LISTING --- squid-3.1.0.2/errors/en-au/ERR_FTP_LISTING 2008-11-10 00:25:39.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FTP_LISTING 2008-12-05 16:12:00.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/en-au/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/en-au/ERR_FTP_NOT_FOUND 2008-11-10 00:25:39.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FTP_NOT_FOUND 2008-12-05 16:12:00.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/en-au/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/en-au/ERR_FTP_PUT_CREATED 2008-11-10 00:25:39.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FTP_PUT_CREATED 2008-12-05 16:12:01.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file + FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/en-au/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/en-au/ERR_FTP_PUT_ERROR 2008-11-10 00:25:39.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FTP_PUT_ERROR 2008-12-05 16:12:01.000000000 +1300 @@ -1 +1 @@ - ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/en-au/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/en-au/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:40.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:01.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Updated

Operation successful

File updated




\ No newline at end of file + FTP PUT Successful: File Updated

Operation successful

File updated




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/en-au/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/en-au/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:40.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:01.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_ICAP_FAILURE squid-3.1.0.3/errors/en-au/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/en-au/ERR_ICAP_FAILURE 2008-11-10 00:25:40.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_ICAP_FAILURE 2008-12-05 16:12:01.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_INVALID_REQ squid-3.1.0.3/errors/en-au/ERR_INVALID_REQ --- squid-3.1.0.2/errors/en-au/ERR_INVALID_REQ 2008-11-10 00:25:40.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_INVALID_REQ 2008-12-05 16:12:01.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_INVALID_RESP squid-3.1.0.3/errors/en-au/ERR_INVALID_RESP --- squid-3.1.0.2/errors/en-au/ERR_INVALID_RESP 2008-11-10 00:25:40.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_INVALID_RESP 2008-12-05 16:12:01.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_INVALID_URL squid-3.1.0.3/errors/en-au/ERR_INVALID_URL --- squid-3.1.0.2/errors/en-au/ERR_INVALID_URL 2008-11-10 00:25:40.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_INVALID_URL 2008-12-05 16:12:02.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_LIFETIME_EXP squid-3.1.0.3/errors/en-au/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/en-au/ERR_LIFETIME_EXP 2008-11-10 00:25:41.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_LIFETIME_EXP 2008-12-05 16:12:02.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_NO_RELAY squid-3.1.0.3/errors/en-au/ERR_NO_RELAY --- squid-3.1.0.2/errors/en-au/ERR_NO_RELAY 2008-11-10 00:25:41.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_NO_RELAY 2008-12-05 16:12:02.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/en-au/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/en-au/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:41.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:02.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_READ_ERROR squid-3.1.0.3/errors/en-au/ERR_READ_ERROR --- squid-3.1.0.2/errors/en-au/ERR_READ_ERROR 2008-11-10 00:25:41.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_READ_ERROR 2008-12-05 16:12:02.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_READ_TIMEOUT squid-3.1.0.3/errors/en-au/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/en-au/ERR_READ_TIMEOUT 2008-11-10 00:25:41.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_READ_TIMEOUT 2008-12-05 16:12:02.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/en-au/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/en-au/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:41.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:02.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/en-au/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/en-au/ERR_SHUTTING_DOWN 2008-11-10 00:25:41.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_SHUTTING_DOWN 2008-12-05 16:12:02.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/en-au/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/en-au/ERR_SOCKET_FAILURE 2008-11-10 00:25:42.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_SOCKET_FAILURE 2008-12-05 16:12:03.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_TOO_BIG squid-3.1.0.3/errors/en-au/ERR_TOO_BIG --- squid-3.1.0.2/errors/en-au/ERR_TOO_BIG 2008-11-10 00:25:42.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_TOO_BIG 2008-12-05 16:12:03.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_UNSUP_REQ squid-3.1.0.3/errors/en-au/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/en-au/ERR_UNSUP_REQ 2008-11-10 00:25:42.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_UNSUP_REQ 2008-12-05 16:12:03.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_URN_RESOLVE squid-3.1.0.3/errors/en-au/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/en-au/ERR_URN_RESOLVE 2008-11-10 00:25:42.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_URN_RESOLVE 2008-12-05 16:12:03.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_WRITE_ERROR squid-3.1.0.3/errors/en-au/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/en-au/ERR_WRITE_ERROR 2008-11-10 00:25:42.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_WRITE_ERROR 2008-12-05 16:12:03.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-au/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/en-au/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/en-au/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:42.000000000 +1300 +++ squid-3.1.0.3/errors/en-au/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:03.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_ACCESS_DENIED squid-3.1.0.3/errors/en-gb/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/en-gb/ERR_ACCESS_DENIED 2008-11-10 00:25:43.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_ACCESS_DENIED 2008-12-05 16:12:04.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/en-gb/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/en-gb/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:43.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:04.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file + ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/en-gb/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/en-gb/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:43.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:04.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/en-gb/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/en-gb/ERR_CANNOT_FORWARD 2008-11-10 00:25:43.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_CANNOT_FORWARD 2008-12-05 16:12:04.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_CONNECT_FAIL squid-3.1.0.3/errors/en-gb/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/en-gb/ERR_CONNECT_FAIL 2008-11-10 00:25:43.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_CONNECT_FAIL 2008-12-05 16:12:04.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_DNS_FAIL squid-3.1.0.3/errors/en-gb/ERR_DNS_FAIL --- squid-3.1.0.2/errors/en-gb/ERR_DNS_FAIL 2008-11-10 00:25:43.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_DNS_FAIL 2008-12-05 16:12:04.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_ESI squid-3.1.0.3/errors/en-gb/ERR_ESI --- squid-3.1.0.2/errors/en-gb/ERR_ESI 2008-11-10 00:25:44.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_ESI 2008-12-05 16:12:04.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/en-gb/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/en-gb/ERR_FORWARDING_DENIED 2008-11-10 00:25:44.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FORWARDING_DENIED 2008-12-05 16:12:04.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FTP_DISABLED squid-3.1.0.3/errors/en-gb/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/en-gb/ERR_FTP_DISABLED 2008-11-10 00:25:44.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FTP_DISABLED 2008-12-05 16:12:05.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FTP_FAILURE squid-3.1.0.3/errors/en-gb/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/en-gb/ERR_FTP_FAILURE 2008-11-10 00:25:44.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FTP_FAILURE 2008-12-05 16:12:05.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/en-gb/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/en-gb/ERR_FTP_FORBIDDEN 2008-11-10 00:25:44.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FTP_FORBIDDEN 2008-12-05 16:12:05.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FTP_LISTING squid-3.1.0.3/errors/en-gb/ERR_FTP_LISTING --- squid-3.1.0.2/errors/en-gb/ERR_FTP_LISTING 2008-11-10 00:25:44.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FTP_LISTING 2008-12-05 16:12:05.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/en-gb/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/en-gb/ERR_FTP_NOT_FOUND 2008-11-10 00:25:44.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FTP_NOT_FOUND 2008-12-05 16:12:05.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/en-gb/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/en-gb/ERR_FTP_PUT_CREATED 2008-11-10 00:25:45.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FTP_PUT_CREATED 2008-12-05 16:12:05.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file + FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/en-gb/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/en-gb/ERR_FTP_PUT_ERROR 2008-11-10 00:25:45.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FTP_PUT_ERROR 2008-12-05 16:12:05.000000000 +1300 @@ -1 +1 @@ - ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/en-gb/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/en-gb/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:45.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:05.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Updated

Operation successful

File updated




\ No newline at end of file + FTP PUT Successful: File Updated

Operation successful

File updated




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/en-gb/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/en-gb/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:45.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:06.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_ICAP_FAILURE squid-3.1.0.3/errors/en-gb/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/en-gb/ERR_ICAP_FAILURE 2008-11-10 00:25:45.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_ICAP_FAILURE 2008-12-05 16:12:06.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_INVALID_REQ squid-3.1.0.3/errors/en-gb/ERR_INVALID_REQ --- squid-3.1.0.2/errors/en-gb/ERR_INVALID_REQ 2008-11-10 00:25:45.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_INVALID_REQ 2008-12-05 16:12:06.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_INVALID_RESP squid-3.1.0.3/errors/en-gb/ERR_INVALID_RESP --- squid-3.1.0.2/errors/en-gb/ERR_INVALID_RESP 2008-11-10 00:25:45.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_INVALID_RESP 2008-12-05 16:12:06.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_INVALID_URL squid-3.1.0.3/errors/en-gb/ERR_INVALID_URL --- squid-3.1.0.2/errors/en-gb/ERR_INVALID_URL 2008-11-10 00:25:46.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_INVALID_URL 2008-12-05 16:12:06.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_LIFETIME_EXP squid-3.1.0.3/errors/en-gb/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/en-gb/ERR_LIFETIME_EXP 2008-11-10 00:25:46.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_LIFETIME_EXP 2008-12-05 16:12:06.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_NO_RELAY squid-3.1.0.3/errors/en-gb/ERR_NO_RELAY --- squid-3.1.0.2/errors/en-gb/ERR_NO_RELAY 2008-11-10 00:25:46.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_NO_RELAY 2008-12-05 16:12:06.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/en-gb/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/en-gb/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:46.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:07.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_READ_ERROR squid-3.1.0.3/errors/en-gb/ERR_READ_ERROR --- squid-3.1.0.2/errors/en-gb/ERR_READ_ERROR 2008-11-10 00:25:46.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_READ_ERROR 2008-12-05 16:12:07.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_READ_TIMEOUT squid-3.1.0.3/errors/en-gb/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/en-gb/ERR_READ_TIMEOUT 2008-11-10 00:25:46.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_READ_TIMEOUT 2008-12-05 16:12:07.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/en-gb/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/en-gb/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:47.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:07.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/en-gb/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/en-gb/ERR_SHUTTING_DOWN 2008-11-10 00:25:47.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_SHUTTING_DOWN 2008-12-05 16:12:07.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/en-gb/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/en-gb/ERR_SOCKET_FAILURE 2008-11-10 00:25:47.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_SOCKET_FAILURE 2008-12-05 16:12:07.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_TOO_BIG squid-3.1.0.3/errors/en-gb/ERR_TOO_BIG --- squid-3.1.0.2/errors/en-gb/ERR_TOO_BIG 2008-11-10 00:25:47.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_TOO_BIG 2008-12-05 16:12:07.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_UNSUP_REQ squid-3.1.0.3/errors/en-gb/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/en-gb/ERR_UNSUP_REQ 2008-11-10 00:25:47.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_UNSUP_REQ 2008-12-05 16:12:07.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_URN_RESOLVE squid-3.1.0.3/errors/en-gb/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/en-gb/ERR_URN_RESOLVE 2008-11-10 00:25:47.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_URN_RESOLVE 2008-12-05 16:12:08.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_WRITE_ERROR squid-3.1.0.3/errors/en-gb/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/en-gb/ERR_WRITE_ERROR 2008-11-10 00:25:47.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_WRITE_ERROR 2008-12-05 16:12:08.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-gb/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/en-gb/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/en-gb/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:48.000000000 +1300 +++ squid-3.1.0.3/errors/en-gb/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:08.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_ACCESS_DENIED squid-3.1.0.3/errors/en-nz/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/en-nz/ERR_ACCESS_DENIED 2008-11-10 00:25:48.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_ACCESS_DENIED 2008-12-05 16:12:08.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/en-nz/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/en-nz/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:48.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:08.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file + ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/en-nz/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/en-nz/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:48.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:08.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/en-nz/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/en-nz/ERR_CANNOT_FORWARD 2008-11-10 00:25:48.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_CANNOT_FORWARD 2008-12-05 16:12:09.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_CONNECT_FAIL squid-3.1.0.3/errors/en-nz/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/en-nz/ERR_CONNECT_FAIL 2008-11-10 00:25:48.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_CONNECT_FAIL 2008-12-05 16:12:09.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_DNS_FAIL squid-3.1.0.3/errors/en-nz/ERR_DNS_FAIL --- squid-3.1.0.2/errors/en-nz/ERR_DNS_FAIL 2008-11-10 00:25:49.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_DNS_FAIL 2008-12-05 16:12:09.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_ESI squid-3.1.0.3/errors/en-nz/ERR_ESI --- squid-3.1.0.2/errors/en-nz/ERR_ESI 2008-11-10 00:25:49.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_ESI 2008-12-05 16:12:09.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/en-nz/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/en-nz/ERR_FORWARDING_DENIED 2008-11-10 00:25:49.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FORWARDING_DENIED 2008-12-05 16:12:09.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FTP_DISABLED squid-3.1.0.3/errors/en-nz/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/en-nz/ERR_FTP_DISABLED 2008-11-10 00:25:49.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FTP_DISABLED 2008-12-05 16:12:09.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FTP_FAILURE squid-3.1.0.3/errors/en-nz/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/en-nz/ERR_FTP_FAILURE 2008-11-10 00:25:49.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FTP_FAILURE 2008-12-05 16:12:09.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/en-nz/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/en-nz/ERR_FTP_FORBIDDEN 2008-11-10 00:25:49.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FTP_FORBIDDEN 2008-12-05 16:12:09.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FTP_LISTING squid-3.1.0.3/errors/en-nz/ERR_FTP_LISTING --- squid-3.1.0.2/errors/en-nz/ERR_FTP_LISTING 2008-11-10 00:25:50.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FTP_LISTING 2008-12-05 16:12:10.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/en-nz/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/en-nz/ERR_FTP_NOT_FOUND 2008-11-10 00:25:50.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FTP_NOT_FOUND 2008-12-05 16:12:10.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/en-nz/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/en-nz/ERR_FTP_PUT_CREATED 2008-11-10 00:25:50.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FTP_PUT_CREATED 2008-12-05 16:12:10.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file + FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/en-nz/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/en-nz/ERR_FTP_PUT_ERROR 2008-11-10 00:25:50.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FTP_PUT_ERROR 2008-12-05 16:12:10.000000000 +1300 @@ -1 +1 @@ - ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/en-nz/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/en-nz/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:50.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:10.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File updated

Operation successful

File updated




\ No newline at end of file + FTP PUT Successful: File Updated

Operation successful

File updated




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/en-nz/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/en-nz/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:50.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:10.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_ICAP_FAILURE squid-3.1.0.3/errors/en-nz/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/en-nz/ERR_ICAP_FAILURE 2008-11-10 00:25:50.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_ICAP_FAILURE 2008-12-05 16:12:10.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_INVALID_REQ squid-3.1.0.3/errors/en-nz/ERR_INVALID_REQ --- squid-3.1.0.2/errors/en-nz/ERR_INVALID_REQ 2008-11-10 00:25:51.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_INVALID_REQ 2008-12-05 16:12:11.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_INVALID_RESP squid-3.1.0.3/errors/en-nz/ERR_INVALID_RESP --- squid-3.1.0.2/errors/en-nz/ERR_INVALID_RESP 2008-11-10 00:25:51.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_INVALID_RESP 2008-12-05 16:12:11.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_INVALID_URL squid-3.1.0.3/errors/en-nz/ERR_INVALID_URL --- squid-3.1.0.2/errors/en-nz/ERR_INVALID_URL 2008-11-10 00:25:51.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_INVALID_URL 2008-12-05 16:12:11.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_LIFETIME_EXP squid-3.1.0.3/errors/en-nz/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/en-nz/ERR_LIFETIME_EXP 2008-11-10 00:25:51.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_LIFETIME_EXP 2008-12-05 16:12:11.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_NO_RELAY squid-3.1.0.3/errors/en-nz/ERR_NO_RELAY --- squid-3.1.0.2/errors/en-nz/ERR_NO_RELAY 2008-11-10 00:25:51.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_NO_RELAY 2008-12-05 16:12:11.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/en-nz/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/en-nz/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:51.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:11.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_READ_ERROR squid-3.1.0.3/errors/en-nz/ERR_READ_ERROR --- squid-3.1.0.2/errors/en-nz/ERR_READ_ERROR 2008-11-10 00:25:51.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_READ_ERROR 2008-12-05 16:12:11.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_READ_TIMEOUT squid-3.1.0.3/errors/en-nz/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/en-nz/ERR_READ_TIMEOUT 2008-11-10 00:25:52.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_READ_TIMEOUT 2008-12-05 16:12:11.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/en-nz/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/en-nz/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:52.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:12.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/en-nz/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/en-nz/ERR_SHUTTING_DOWN 2008-11-10 00:25:52.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_SHUTTING_DOWN 2008-12-05 16:12:12.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/en-nz/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/en-nz/ERR_SOCKET_FAILURE 2008-11-10 00:25:52.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_SOCKET_FAILURE 2008-12-05 16:12:12.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_TOO_BIG squid-3.1.0.3/errors/en-nz/ERR_TOO_BIG --- squid-3.1.0.2/errors/en-nz/ERR_TOO_BIG 2008-11-10 00:25:52.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_TOO_BIG 2008-12-05 16:12:12.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_UNSUP_REQ squid-3.1.0.3/errors/en-nz/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/en-nz/ERR_UNSUP_REQ 2008-11-10 00:25:52.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_UNSUP_REQ 2008-12-05 16:12:12.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_URN_RESOLVE squid-3.1.0.3/errors/en-nz/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/en-nz/ERR_URN_RESOLVE 2008-11-10 00:25:53.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_URN_RESOLVE 2008-12-05 16:12:12.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_WRITE_ERROR squid-3.1.0.3/errors/en-nz/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/en-nz/ERR_WRITE_ERROR 2008-11-10 00:25:53.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_WRITE_ERROR 2008-12-05 16:12:12.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-nz/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/en-nz/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/en-nz/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:53.000000000 +1300 +++ squid-3.1.0.3/errors/en-nz/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:12.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_ACCESS_DENIED squid-3.1.0.3/errors/en-us/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/en-us/ERR_ACCESS_DENIED 2008-11-10 00:25:53.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_ACCESS_DENIED 2008-12-05 16:12:13.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Access Denied.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/en-us/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/en-us/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:54.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:13.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file + ERROR: Cache Access Denied

ERROR

Cache Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Access Denied.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/en-us/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/en-us/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:54.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:13.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + ERROR: Cache Manager Access Denied

ERROR

Cache Manager Access Denied.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager Access Denied.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/en-us/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/en-us/ERR_CANNOT_FORWARD 2008-11-10 00:25:54.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_CANNOT_FORWARD 2008-12-05 16:12:13.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_CONNECT_FAIL squid-3.1.0.3/errors/en-us/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/en-us/ERR_CONNECT_FAIL 2008-11-10 00:25:54.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_CONNECT_FAIL 2008-12-05 16:12:13.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_DNS_FAIL squid-3.1.0.3/errors/en-us/ERR_DNS_FAIL --- squid-3.1.0.2/errors/en-us/ERR_DNS_FAIL 2008-11-10 00:25:54.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_DNS_FAIL 2008-12-05 16:12:13.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_ESI squid-3.1.0.3/errors/en-us/ERR_ESI --- squid-3.1.0.2/errors/en-us/ERR_ESI 2008-11-10 00:25:54.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_ESI 2008-12-05 16:12:14.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/en-us/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/en-us/ERR_FORWARDING_DENIED 2008-11-10 00:25:54.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FORWARDING_DENIED 2008-12-05 16:12:14.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FTP_DISABLED squid-3.1.0.3/errors/en-us/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/en-us/ERR_FTP_DISABLED 2008-11-10 00:25:55.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FTP_DISABLED 2008-12-05 16:12:14.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is Disabled

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FTP_FAILURE squid-3.1.0.3/errors/en-us/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/en-us/ERR_FTP_FAILURE 2008-11-10 00:25:55.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FTP_FAILURE 2008-12-05 16:12:14.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/en-us/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/en-us/ERR_FTP_FORBIDDEN 2008-11-10 00:25:55.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FTP_FORBIDDEN 2008-12-05 16:12:14.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


An FTP authentication failure occurred while trying to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FTP_LISTING squid-3.1.0.3/errors/en-us/ERR_FTP_LISTING --- squid-3.1.0.2/errors/en-us/ERR_FTP_LISTING 2008-11-10 00:25:55.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FTP_LISTING 2008-12-05 16:12:14.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/en-us/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/en-us/ERR_FTP_NOT_FOUND 2008-11-10 00:25:55.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FTP_NOT_FOUND 2008-12-05 16:12:14.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/en-us/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/en-us/ERR_FTP_PUT_CREATED 2008-11-10 00:25:55.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FTP_PUT_CREATED 2008-12-05 16:12:14.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file + FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/en-us/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/en-us/ERR_FTP_PUT_ERROR 2008-11-10 00:25:55.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FTP_PUT_ERROR 2008-12-05 16:12:15.000000000 +1300 @@ -1 +1 @@ - ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/en-us/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/en-us/ERR_FTP_PUT_MODIFIED 2008-11-10 00:25:56.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:15.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File updated

Operation successful

File updated




\ No newline at end of file + FTP PUT Successful: File Updated

Operation successful

File updated




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/en-us/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/en-us/ERR_FTP_UNAVAILABLE 2008-11-10 00:25:56.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:15.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_ICAP_FAILURE squid-3.1.0.3/errors/en-us/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/en-us/ERR_ICAP_FAILURE 2008-11-10 00:25:56.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_ICAP_FAILURE 2008-12-05 16:12:15.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_INVALID_REQ squid-3.1.0.3/errors/en-us/ERR_INVALID_REQ --- squid-3.1.0.2/errors/en-us/ERR_INVALID_REQ 2008-11-10 00:25:56.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_INVALID_REQ 2008-12-05 16:12:15.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_INVALID_RESP squid-3.1.0.3/errors/en-us/ERR_INVALID_RESP --- squid-3.1.0.2/errors/en-us/ERR_INVALID_RESP 2008-11-10 00:25:56.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_INVALID_RESP 2008-12-05 16:12:15.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_INVALID_URL squid-3.1.0.3/errors/en-us/ERR_INVALID_URL --- squid-3.1.0.2/errors/en-us/ERR_INVALID_URL 2008-11-10 00:25:56.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_INVALID_URL 2008-12-05 16:12:15.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_LIFETIME_EXP squid-3.1.0.3/errors/en-us/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/en-us/ERR_LIFETIME_EXP 2008-11-10 00:25:56.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_LIFETIME_EXP 2008-12-05 16:12:16.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_NO_RELAY squid-3.1.0.3/errors/en-us/ERR_NO_RELAY --- squid-3.1.0.2/errors/en-us/ERR_NO_RELAY 2008-11-10 00:25:57.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_NO_RELAY 2008-12-05 16:12:16.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/en-us/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/en-us/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:25:57.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:16.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_READ_ERROR squid-3.1.0.3/errors/en-us/ERR_READ_ERROR --- squid-3.1.0.2/errors/en-us/ERR_READ_ERROR 2008-11-10 00:25:57.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_READ_ERROR 2008-12-05 16:12:16.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_READ_TIMEOUT squid-3.1.0.3/errors/en-us/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/en-us/ERR_READ_TIMEOUT 2008-11-10 00:25:57.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_READ_TIMEOUT 2008-12-05 16:12:16.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/en-us/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/en-us/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:25:57.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:16.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/en-us/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/en-us/ERR_SHUTTING_DOWN 2008-11-10 00:25:57.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_SHUTTING_DOWN 2008-12-05 16:12:16.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/en-us/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/en-us/ERR_SOCKET_FAILURE 2008-11-10 00:25:58.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_SOCKET_FAILURE 2008-12-05 16:12:16.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_TOO_BIG squid-3.1.0.3/errors/en-us/ERR_TOO_BIG --- squid-3.1.0.2/errors/en-us/ERR_TOO_BIG 2008-11-10 00:25:58.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_TOO_BIG 2008-12-05 16:12:17.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_UNSUP_REQ squid-3.1.0.3/errors/en-us/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/en-us/ERR_UNSUP_REQ 2008-11-10 00:25:58.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_UNSUP_REQ 2008-12-05 16:12:17.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_URN_RESOLVE squid-3.1.0.3/errors/en-us/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/en-us/ERR_URN_RESOLVE 2008-11-10 00:25:58.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_URN_RESOLVE 2008-12-05 16:12:17.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

Cannot Resolve URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_WRITE_ERROR squid-3.1.0.3/errors/en-us/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/en-us/ERR_WRITE_ERROR 2008-11-10 00:25:58.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_WRITE_ERROR 2008-12-05 16:12:17.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/en-us/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/en-us/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/en-us/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:25:58.000000000 +1300 +++ squid-3.1.0.3/errors/en-us/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:17.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_ACCESS_DENIED squid-3.1.0.3/errors/es/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/es/ERR_ACCESS_DENIED 2008-11-10 00:25:59.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_ACCESS_DENIED 2008-12-05 16:12:17.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Acceso Denegado

Las reglas de control de acceso impiden que su petición sea permitida en este momento. Contacte con su proveedor de servicios si cree que esto es incorrecto.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Acceso Denegado

Las reglas de control de acceso impiden que su petición sea permitida en este momento. Contacte con su proveedor de servicios si cree que esto es incorrecto.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/es/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/es/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:25:59.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:18.000000000 +1300 @@ -1 +1 @@ - ERROR: Acceso Denegado a la Caché

ERROR

Cache Acceso Denegado


The following error was encountered while trying to retrieve the URL: %U

Acceso Denegado a la Caché

Lo lamento, tu no estás autorizado a solicitar %U de este caché hasta que te hayas autenticado.

Por favor contacte al administrador del caché si tiene dificultad para autenticarse o cambie su password.



\ No newline at end of file + ERROR: Acceso Denegado a la Caché

ERROR

Cache Acceso Denegado


The following error was encountered while trying to retrieve the URL: %U

Acceso Denegado a la Caché

Lo lamento, tu no estás autorizado a solicitar %U de este caché hasta que te hayas autenticado.

Por favor contacte al administrador del caché si tiene dificultad para autenticarse o cambie su password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/es/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/es/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:25:59.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:18.000000000 +1300 @@ -1 +1 @@ - ERROR: Acceso Denegado al Caché Manager

ERROR

Cache Manager Acceso Denegado


The following error was encountered while trying to retrieve the URL: %U

Acceso Denegado al Cache Manager.

Lo lamento, tu no estás autorizado a solicitar %U de este gestor de caché hasta que te hayas autenticado.

Por favor contacte al administrador del caché si tiene dificultad para autenticarse, o si Ud. es el administrador, lea la documentación de Squid sobre interfaz del cache manager y chequee en el log de caché mensajes de error más detallados.



\ No newline at end of file + ERROR: Acceso Denegado al Caché Manager

ERROR

Cache Manager Acceso Denegado


The following error was encountered while trying to retrieve the URL: %U

Acceso Denegado al Cache Manager.

Lo lamento, tu no estás autorizado a solicitar %U de este gestor de caché hasta que te hayas autenticado.

Por favor contacte al administrador del caché si tiene dificultad para autenticarse, o si Ud. es el administrador, lea la documentación de Squid sobre interfaz del cache manager y chequee en el log de caché mensajes de error más detallados.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/es/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/es/ERR_CANNOT_FORWARD 2008-11-10 00:25:59.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_CANNOT_FORWARD 2008-12-05 16:12:18.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Imposibilidad de enviar la petición en este momento.

La petición no ha podido ser enviada al servidor origen o a alguno de los cachés padres. Las razones más probables de que haya ocurrido este error son el administrador de lo caché no permite que este caché realice conexiones directas a los servidores origen, y todos los cachés configurados como padres son inalcanzables en este momento.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Imposibilidad de enviar la petición en este momento.

La petición no ha podido ser enviada al servidor origen o a alguno de los cachés padres. Las razones más probables de que haya ocurrido este error son el administrador de lo caché no permite que este caché realice conexiones directas a los servidores origen, y todos los cachés configurados como padres son inalcanzables en este momento.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_CONNECT_FAIL squid-3.1.0.3/errors/es/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/es/ERR_CONNECT_FAIL 2008-11-10 00:25:59.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_CONNECT_FAIL 2008-12-05 16:12:18.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Conexión a %I fallida.

El sistema ha devuelto: %E

El equipo remoto o la red deben estar caídas. Por favor intenta la petición de nuevo.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Conexión a %I fallida.

El sistema ha devuelto: %E

El equipo remoto o la red deben estar caídas. Por favor intenta la petición de nuevo.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_DNS_FAIL squid-3.1.0.3/errors/es/ERR_DNS_FAIL --- squid-3.1.0.2/errors/es/ERR_DNS_FAIL 2008-11-10 00:26:00.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_DNS_FAIL 2008-12-05 16:12:18.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Incapaz de determinar la dirección IP a partir del nombre de la máquina %H

El servidor DNS devolvió:

%z

Esto significa que el caché no ha sido capaz de resolver el nombre de máquina presente en la URL. Compruebe que la dirección sea correcta.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Incapaz de determinar la dirección IP a partir del nombre de la máquina %H

The DNS server returned:

%z

Esto significa que el caché no ha sido capaz de resolver el nombre de máquina presente en la URL. Compruebe que la dirección sea correcta.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_ESI squid-3.1.0.3/errors/es/ERR_ESI --- squid-3.1.0.2/errors/es/ERR_ESI 2008-11-10 00:26:00.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_ESI 2008-12-05 16:12:18.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/es/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/es/ERR_FORWARDING_DENIED 2008-11-10 00:26:00.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FORWARDING_DENIED 2008-12-05 16:12:18.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Reenvío denegado.

Este caché no permite reenviar su petición porque trata de obligar a mantener una relación de hermandad. Quizás el cliente en %i es un caché que ha sido mal configurado.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Reenvío denegado.

Este caché no permite reenviar su petición porque trata de obligar a mantener una relación de hermandad. Quizás el cliente en %i es un caché que ha sido mal configurado.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FTP_DISABLED squid-3.1.0.3/errors/es/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/es/ERR_FTP_DISABLED 2008-11-10 00:26:00.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FTP_DISABLED 2008-12-05 16:12:18.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Servicio FTP deshabilitado

Esta caché no soporta FTP.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Servicio FTP deshabilitado

Esta caché no soporta FTP.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FTP_FAILURE squid-3.1.0.3/errors/es/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/es/ERR_FTP_FAILURE 2008-11-10 00:26:00.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FTP_FAILURE 2008-12-05 16:12:19.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Se ha producido un error del protocolo FTP mientras se intentaba acceder a la URL: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F
%g

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Se ha producido un error del protocolo FTP mientras se intentaba acceder a la URL: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F
%g

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/es/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/es/ERR_FTP_FORBIDDEN 2008-11-10 00:26:00.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FTP_FORBIDDEN 2008-12-05 16:12:19.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Ha ocurrido una falla de autenticación cuando se trataba de conseguir el URL: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F
%g

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Ha ocurrido una falla de autenticación cuando se trataba de conseguir el URL: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F
%g

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FTP_LISTING squid-3.1.0.3/errors/es/ERR_FTP_LISTING --- squid-3.1.0.2/errors/es/ERR_FTP_LISTING 2008-11-10 00:26:00.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FTP_LISTING 2008-12-05 16:12:19.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/es/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/es/ERR_FTP_NOT_FOUND 2008-11-10 00:26:01.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FTP_NOT_FOUND 2008-12-05 16:12:19.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


El siguiente URL no pudo ser obtenido: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F
%g

Esto puede ser causado por un URL FTP con un camino absoluto (y por lo tanto no cumple con RFC 1738). Si esta es la causa, entonces el archivo puede ser obtenido en %B.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


El siguiente URL no pudo ser obtenido: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F
%g

Esto puede ser causado por un URL FTP con un camino absoluto (y por lo tanto no cumple con RFC 1738). Si esta es la causa, entonces el archivo puede ser obtenido en %B.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/es/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/es/ERR_FTP_PUT_CREATED 2008-11-10 00:26:01.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FTP_PUT_CREATED 2008-12-05 16:12:19.000000000 +1300 @@ -1 +1 @@ - FTP PUT Exitoso: Archivo Creado

Operación éxitoso

Archivo creado




\ No newline at end of file + FTP PUT Exitoso: Archivo Creado

Operación éxitoso

Archivo creado




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/es/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/es/ERR_FTP_PUT_ERROR 2008-11-10 00:26:01.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FTP_PUT_ERROR 2008-12-05 16:12:19.000000000 +1300 @@ -1 +1 @@ - ERROR: falla en envio FTP

ERROR

FTP PUT/envio fallido


Mientras se intentaba hacer un PUT del siguiente URL: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

FTP PUT/envio fallido


Mientras se intentaba hacer un PUT del siguiente URL: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/es/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/es/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:01.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:19.000000000 +1300 @@ -1 +1 @@ - FTP PUT Exitoso: Archivo actualizado

Operación éxitoso

Archivo actualizado




\ No newline at end of file + FTP PUT Successful: File Updated

Operación éxitoso

Archivo actualizado




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/es/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/es/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:01.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:20.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The FTP server was too busy to retrieve the URL: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F
%g

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The FTP server was too busy to retrieve the URL: %U

Squid ha enviado el siguiente comando FTP:

%f

El servidor ha respondido con:

%F
%g

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_ICAP_FAILURE squid-3.1.0.3/errors/es/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/es/ERR_ICAP_FAILURE 2008-11-10 00:26:01.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_ICAP_FAILURE 2008-12-05 16:12:20.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Error de protocolo ICAP

El sistema ha devuelto: %E

This means that some aspect of the ICAP communication failed.

Algunos posibles problemas son:

  • El servidor ICAP no es alcanzable.

  • Se ha recibido una respuesta ilegal desde el servidor ICAP.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

El sistema ha devuelto: %E

This means that some aspect of the ICAP communication failed.

Algunos posibles problemas son:

  • El servidor ICAP no es alcanzable.

  • Se ha recibido una respuesta ilegal desde el servidor ICAP.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_INVALID_REQ squid-3.1.0.3/errors/es/ERR_INVALID_REQ --- squid-3.1.0.2/errors/es/ERR_INVALID_REQ 2008-11-10 00:26:01.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_INVALID_REQ 2008-12-05 16:12:20.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Petición Incorrecta se ha encontrado un error mientras se intentaba procesar la petición:

%R

Algunos posibles problemas son:

  • Falta o es desconocido el método de la petición (no es GET ni POST)

  • URL Perdido.

  • Falta el identificador HTTP (HTTP/1.0)

  • La petición es demasiado grande.

  • Falta Content-Length en las peticiones POST o PUT

  • Hay caracteres ilegales en el nombre de máquina; el carácter subrayado (_) no está permitido.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Petición Incorrecta se ha encontrado un error mientras se intentaba procesar la petición:

%R

Algunos posibles problemas son:

  • Falta o es desconocido el método de la petición (no es GET ni POST)

  • URL Perdido.

  • Falta el identificador HTTP (HTTP/1.0)

  • La petición es demasiado grande.

  • Falta Content-Length en las peticiones POST o PUT

  • Hay caracteres ilegales en el nombre de máquina; el carácter subrayado (_) no está permitido.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_INVALID_RESP squid-3.1.0.3/errors/es/ERR_INVALID_RESP --- squid-3.1.0.2/errors/es/ERR_INVALID_RESP 2008-11-10 00:26:02.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_INVALID_RESP 2008-12-05 16:12:20.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Respuesta Incorrecta se ha encontrado un error mientras se intentaba procesar la petición:

%R

El mensaje de Respuesta HTTP recibido del servidor contactado no pudo ser entendido o tenía alguna malformación. Por favor contacte al operador del sitio.

Quizas su administrador del caché pueda darle a Ud. más detalles acerca de la naturaleza exacta del problema en caso de ser necesario.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


Respuesta Incorrecta se ha encontrado un error mientras se intentaba procesar la petición:

%R

El mensaje de Respuesta HTTP recibido del servidor contactado no pudo ser entendido o tenía alguna malformación. Por favor contacte al operador del sitio.

Quizas su administrador del caché pueda darle a Ud. más detalles acerca de la naturaleza exacta del problema en caso de ser necesario.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_INVALID_URL squid-3.1.0.3/errors/es/ERR_INVALID_URL --- squid-3.1.0.2/errors/es/ERR_INVALID_URL 2008-11-10 00:26:02.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_INVALID_URL 2008-12-05 16:12:20.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

URL Inválida

Algún aspecto del URL solicitado es incorrecto.

Algunos posibles problemas son:

  • Falta o es incorrecto el protocolo de acceso (debe ser http:// o similar)

  • Falta el nombre de la máquina

  • Hay un doble-escape ilegal en la ruta de la URL

  • Hay caracteres ilegales en el nombre de máquina; el carácter subrayado (_) no está permitido.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

URL Inválida

Algún aspecto del URL solicitado es incorrecto.

Algunos posibles problemas son:

  • Falta o es incorrecto el protocolo de acceso (debe ser http:// o similar)

  • Falta el nombre de la máquina

  • Hay un doble-escape ilegal en la ruta de la URL

  • Hay caracteres ilegales en el nombre de máquina; el carácter subrayado (_) no está permitido.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_LIFETIME_EXP squid-3.1.0.3/errors/es/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/es/ERR_LIFETIME_EXP 2008-11-10 00:26:02.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_LIFETIME_EXP 2008-12-05 16:12:20.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Ha expirado el tiempo de vida de la conexión

Squid ha dado por terminada la petición porque se ha excedido el tiempo de vida máximo para una conexión.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Ha expirado el tiempo de vida de la conexión

Squid ha dado por terminada la petición porque se ha excedido el tiempo de vida máximo para una conexión.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_NO_RELAY squid-3.1.0.3/errors/es/ERR_NO_RELAY --- squid-3.1.0.2/errors/es/ERR_NO_RELAY 2008-11-10 00:26:02.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_NO_RELAY 2008-12-05 16:12:20.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

No hay una pasarela para protocolo Wais.

Este caché no tiene definido ninguna pasarela para el protocolo WAIS !! ¡Grítele al administrador del caché !

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

No hay una pasarela para protocolo Wais.

Este caché no tiene definido ninguna pasarela para el protocolo WAIS !! ¡Grítele al administrador del caché !

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/es/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/es/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:02.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:20.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

No se encontró un documento válido en el caché y se especificó la directiva only-if-cached.

Ud. ha enviado una solicitud con la directiva de control del caché only-if-cached. El documento no fue encontrado en el caché, o requiere revalidación prohibida por la directiva only-if-cached

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

No se encontró un documento válido en el caché y se especificó la directiva only-if-cached.

Ud. ha enviado una solicitud con la directiva de control del caché only-if-cached. El documento no fue encontrado en el caché, o requiere revalidación prohibida por la directiva only-if-cached

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_READ_ERROR squid-3.1.0.3/errors/es/ERR_READ_ERROR --- squid-3.1.0.2/errors/es/ERR_READ_ERROR 2008-11-10 00:26:02.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_READ_ERROR 2008-12-05 16:12:21.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Error de Lectura

El sistema ha devuelto: %E

Ha ocurrido algún problema mientras se leían datos de la red. Por favor, inténtelo de nuevo.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Error de Lectura

El sistema ha devuelto: %E

Ha ocurrido algún problema mientras se leían datos de la red. Por favor, inténtelo de nuevo.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_READ_TIMEOUT squid-3.1.0.3/errors/es/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/es/ERR_READ_TIMEOUT 2008-11-10 00:26:02.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_READ_TIMEOUT 2008-12-05 16:12:21.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Se acabó el tiempo máximo para lectura de datos de la red.

El sistema ha devuelto: %E

Se acabó el tiempo máximo de lectura mientras se leían datos de la red. La red o el servidor pueden estar congestionados. Por favor, inténtelo de nuevo

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Se acabó el tiempo máximo para lectura de datos de la red.

El sistema ha devuelto: %E

Se acabó el tiempo máximo de lectura mientras se leían datos de la red. La red o el servidor pueden estar congestionados. Por favor, inténtelo de nuevo

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/es/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/es/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:03.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:21.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

El sistema ha devuelto: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

El sistema ha devuelto: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/es/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/es/ERR_SHUTTING_DOWN 2008-11-10 00:26:03.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_SHUTTING_DOWN 2008-12-05 16:12:21.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Esta caché está en proceso de apagarse y no puede servir tu petición en este momento. Por favor vuelve a intentar tu petición de nuevo pronto.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Esta caché está en proceso de apagarse y no puede servir tu petición en este momento. Por favor vuelve a intentar tu petición de nuevo pronto.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/es/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/es/ERR_SOCKET_FAILURE 2008-11-10 00:26:03.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_SOCKET_FAILURE 2008-12-05 16:12:21.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Fallo en el puerto (socket)

El sistema ha devuelto: %E

Squid no ha sido capaz de crear un socket TCP, probablemente debido a una carga excesiva. Por favor reintenta tu petición.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Fallo en el puerto (socket)

El sistema ha devuelto: %E

Squid no ha sido capaz de crear un socket TCP, probablemente debido a una carga excesiva. Por favor reintenta tu petición.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_TOO_BIG squid-3.1.0.3/errors/es/ERR_TOO_BIG --- squid-3.1.0.2/errors/es/ERR_TOO_BIG 2008-11-10 00:26:03.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_TOO_BIG 2008-12-05 16:12:21.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

La petición o la respuesta es demasiado larga.

Si está haciendo una petición POST o PUT, lo que está intentando subir es demasiado grande.

Si está haciendo una petición GET, entonces que está tratando de bajar es demasiado grande.

Estos límites fueron establecidos por el Proveedor de Servicios de Internet que opera este caché. Por favor, contacte con él directamente si cree que esto es un error.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

La petición o la respuesta es demasiado larga.

Si está haciendo una petición POST o PUT, lo que está intentando subir es demasiado grande.

Si está haciendo una petición GET, entonces que está tratando de bajar es demasiado grande.

Estos límites fueron establecidos por el Proveedor de Servicios de Internet que opera este caché. Por favor, contacte con él directamente si cree que esto es un error.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_UNSUP_REQ squid-3.1.0.3/errors/es/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/es/ERR_UNSUP_REQ 2008-11-10 00:26:03.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_UNSUP_REQ 2008-12-05 16:12:21.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Método de la petición y protocolo no soportados.

Squid no admite todos los métodos para todos los protocolos de acceso. Por ejemplo, no se puede hacer un POST a un servidor Gopher.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Método de la petición y protocolo no soportados.

Squid no admite todos los métodos para todos los protocolos de acceso. Por ejemplo, no se puede hacer un POST a un servidor Gopher.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_URN_RESOLVE squid-3.1.0.3/errors/es/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/es/ERR_URN_RESOLVE 2008-11-10 00:26:03.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_URN_RESOLVE 2008-12-05 16:12:22.000000000 +1300 @@ -1 +1 @@ - ERROR: El URN solicitado no se ha podido conseguir

ERROR

No se ha podido obtener una URL para el URN solicitado


The following error was encountered while trying to retrieve the URN: %U

No se puede resolver el URN

Hey, no espere mucho de URNs en %T :)

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URN solicitado no se ha podido conseguir

ERROR

No se ha podido obtener una URL para el URN solicitado


The following error was encountered while trying to retrieve the URN: %U

No se puede resolver el URN

Hey, no espere mucho de URNs en %T :)

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_WRITE_ERROR squid-3.1.0.3/errors/es/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/es/ERR_WRITE_ERROR 2008-11-10 00:26:04.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_WRITE_ERROR 2008-12-05 16:12:22.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Error de Escritura

El sistema ha devuelto: %E

Se ha producido un error mientras se escribían datos en la red. Por favor, inténtelo de nuevo.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Error de Escritura

El sistema ha devuelto: %E

Se ha producido un error mientras se escribían datos en la red. Por favor, inténtelo de nuevo.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/es/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/es/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/es/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:04.000000000 +1300 +++ squid-3.1.0.3/errors/es/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:22.000000000 +1300 @@ -1 +1 @@ - ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Respuesta vacía (tamaño cero)

Squid no ha recibido ninguna información en respuesta a esta petición.

Su administrador del caché es %w.



\ No newline at end of file + ERROR: El URL solicitado no se ha podido conseguir

ERROR

El URL solicitado no se ha podido conseguir


The following error was encountered while trying to retrieve the URL: %U

Respuesta vacía (tamaño cero)

Squid no ha recibido ninguna información en respuesta a esta petición.

Su administrador del caché es %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_ACCESS_DENIED squid-3.1.0.3/errors/fr/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/fr/ERR_ACCESS_DENIED 2008-11-10 00:26:04.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_ACCESS_DENIED 2008-12-05 16:12:22.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Accès interdit.

La configuration du contrôle d'accès interdit à votre requête d'êtreacceptée à cette heure-ci. Veuillez contacter votreprestataire de service si vous pensez que ceci n'a pas lieu d'être.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Accès interdit.

La configuration du contrôle d'accès interdit à votre requête d'êtreacceptée à cette heure-ci. Veuillez contacter votreprestataire de service si vous pensez que ceci n'a pas lieu d'être.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/fr/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/fr/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:04.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:22.000000000 +1300 @@ -1 +1 @@ - ERREUR: Cache Access Denied

ERROR

Cache Accès interdit.


The following error was encountered while trying to retrieve the URL: %U

Accès au cache interdit.

Désolé, vous n'êtes actuellement pas autoriséà demander %U à ce cache tant que vous ne vous êtes pas identifié.

Veuillez contacter l'administrateur du cachesi vous avez des difficultés à vous authentifier, ouchangez votre mot de passe.



\ No newline at end of file + ERREUR: Cache Access Denied

ERROR

Cache Accès interdit.


The following error was encountered while trying to retrieve the URL: %U

Accès au cache interdit.

Désolé, vous n'êtes actuellement pas autoriséà demander %U à ce cache tant que vous ne vous êtes pas identifié.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:04.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:22.000000000 +1300 @@ -1 +1 @@ - ERREUR: Cache Manager Access Denied

ERROR

Cache Manager Accès interdit.


The following error was encountered while trying to retrieve the URL: %U

Accès au gestionnaire de cache interdit

Désolé, vous n'êtes pas autorisé à accéder à %U au travers de ce gestionnaire de cache sans vous être identifié.

Veuillez contacter l'administrateur du cachesi vous avez des difficultés à vous authentifier ou, si vousêtes l'administrateur, lisez la documentation de Squid surl'interface du gestionnaire de cache, et vérifiez l'historique ducache pour des messages d'erreur plus détaillés.



\ No newline at end of file + ERREUR: Cache Manager Access Denied

ERROR

Cache Manager Accès interdit.


The following error was encountered while trying to retrieve the URL: %U

Accès au gestionnaire de cache interdit

Désolé, vous n'êtes pas autorisé à accéder à %U au travers de ce gestionnaire de cache sans vous être identifié.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/fr/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/fr/ERR_CANNOT_FORWARD 2008-11-10 00:26:04.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_CANNOT_FORWARD 2008-12-05 16:12:22.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Impossible de relayer cette requête en ce moment.

Cette requête n'a pu être transmise au serveur d'origine ou à l'undes caches parents. La cause la plus probable de cette erreur est L'administrateur du cache a interdit à ce cache de faire des connexions directes aux serveurs d'origine, et tous les parents configurés sont actuellement injoignables.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Impossible de relayer cette requête en ce moment.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_CONNECT_FAIL squid-3.1.0.3/errors/fr/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/fr/ERR_CONNECT_FAIL 2008-11-10 00:26:05.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_CONNECT_FAIL 2008-12-05 16:12:23.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Le système a retourné: %E

La machine distante ou le réseau sont peut-être hors service. Veuillezréitérer votre requête.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Le système a retourné: %E

La machine distante ou le réseau sont peut-être hors service. Veuillezréitérer votre requête.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_DNS_FAIL squid-3.1.0.3/errors/fr/ERR_DNS_FAIL --- squid-3.1.0.2/errors/fr/ERR_DNS_FAIL 2008-11-10 00:26:05.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_DNS_FAIL 2008-12-05 16:12:23.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Impossible d'associer une adresse IP à la machine %H

Le serveur de noms a retourné:

%z

En d'autres termes le cache n'a pas été en mesure de résoudre le nom de machine présenté dans l'URL. Vérifiez si l'adresse est correcte.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Impossible d'associer une adresse IP à la machine %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_ESI squid-3.1.0.3/errors/fr/ERR_ESI --- squid-3.1.0.2/errors/fr/ERR_ESI 2008-11-10 00:26:05.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_ESI 2008-12-05 16:12:23.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/fr/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/fr/ERR_FORWARDING_DENIED 2008-11-10 00:26:05.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FORWARDING_DENIED 2008-12-05 16:12:23.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Relais interdit.

Ce cache ne fera pas suivre votre requête car il tente de respecter une relation de voisinage. Le client %i est peut-être un cache mal configuré.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Relais interdit.

Ce cache ne fera pas suivre votre requête car il tente de respecter une relation de voisinage. Le client %i est peut-être un cache mal configuré.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FTP_DISABLED squid-3.1.0.3/errors/fr/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/fr/ERR_FTP_DISABLED 2008-11-10 00:26:05.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FTP_DISABLED 2008-12-05 16:12:23.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Le FTP est désactivé

Ce cache ne prend pas en compte le protocole FTP.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Le FTP est désactivé

Ce cache ne prend pas en compte le protocole FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FTP_FAILURE squid-3.1.0.3/errors/fr/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/fr/ERR_FTP_FAILURE 2008-11-10 00:26:05.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FTP_FAILURE 2008-12-05 16:12:23.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Une erreur du protocole FTP est survenueen essayant de charger l'URL suivante:%U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Une erreur du protocole FTP est survenueen essayant de charger l'URL suivante:%U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/fr/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/fr/ERR_FTP_FORBIDDEN 2008-11-10 00:26:05.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FTP_FORBIDDEN 2008-12-05 16:12:23.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Une erreur d'authentification sur un FTP a eu lieu.En tentant de charger l'URL:%U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Une erreur d'authentification sur un FTP a eu lieu.En tentant de charger l'URL:%U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FTP_LISTING squid-3.1.0.3/errors/fr/ERR_FTP_LISTING --- squid-3.1.0.2/errors/fr/ERR_FTP_LISTING 2008-11-10 00:26:06.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FTP_LISTING 2008-12-05 16:12:23.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/fr/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/fr/ERR_FTP_NOT_FOUND 2008-11-10 00:26:06.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FTP_NOT_FOUND 2008-12-05 16:12:24.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


L'URL suivante n'a pu être chargée: %U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F
%g

Ceci pourrait etre causé par une URL de FTP avec un chemin absolu (ce qui n'est pas conforme au RFC 1738) . Si c'est effectivement le cas, alors le fichier se trouve à l'adresse %B.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


L'URL suivante n'a pu être chargée: %U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F
%g

Ceci pourrait etre causé par une URL de FTP avec un chemin absolu (ce qui n'est pas conforme au RFC 1738) . Si c'est effectivement le cas, alors le fichier se trouve à l'adresse %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/fr/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/fr/ERR_FTP_PUT_CREATED 2008-11-10 00:26:06.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FTP_PUT_CREATED 2008-12-05 16:12:24.000000000 +1300 @@ -1 +1 @@ - FTP PUT réussi: Fichier créé

Opération réussie

Fichier créé




\ No newline at end of file + FTP PUT réussi: Fichier créé

Opération réussie

Fichier créé




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/fr/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/fr/ERR_FTP_PUT_ERROR 2008-11-10 00:26:06.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FTP_PUT_ERROR 2008-12-05 16:12:24.000000000 +1300 @@ -1 +1 @@ - ERREUR: FTP upload failed

ERROR

FTP PUT/envoi défectueux


En essayant d'envoyer (PUT) l'URL suivante: %U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: FTP upload failed

ERROR

FTP PUT/envoi défectueux


En essayant d'envoyer (PUT) l'URL suivante: %U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/fr/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/fr/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:06.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:24.000000000 +1300 @@ -1 +1 @@ - FTP PUT réussi: Fichier mis à jour

Opération réussie

Fichier mis à jour




\ No newline at end of file + FTP PUT Successful: File Updated

Opération réussie

Fichier mis à jour




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/fr/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/fr/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:06.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:24.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Le serveur FTP était trop encombré pour charger l'URL: %U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Le serveur FTP était trop encombré pour charger l'URL: %U

Squid a envoyé la commande FTP suivante:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_ICAP_FAILURE squid-3.1.0.3/errors/fr/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/fr/ERR_ICAP_FAILURE 2008-11-10 00:26:07.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_ICAP_FAILURE 2008-12-05 16:12:24.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Le système a retourné: %E

This means that some aspect of the ICAP communication failed.

Problèmes envisageables:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Le système a retourné: %E

This means that some aspect of the ICAP communication failed.

Problèmes envisageables:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_INVALID_REQ squid-3.1.0.3/errors/fr/ERR_INVALID_REQ --- squid-3.1.0.2/errors/fr/ERR_INVALID_REQ 2008-11-10 00:26:07.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_INVALID_REQ 2008-12-05 16:12:24.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Problèmes envisageables:

  • Méthode de requête absente ou inconnue

  • Absence d'URL

  • Absence d'identifiant HTTP (HTTP/1.0)

  • La requête est peut-être trop volumineuse

  • Champ Content-Length absent pour les requêtes POST ou PUT

  • Caractère illégal dans le nom de la machine, les soulignés (underscores) ne sont pas autorisés.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Problèmes envisageables:

  • Missing or unknown request method.

  • Absence d'URL

  • Absence d'identifiant HTTP (HTTP/1.0)

  • La requête est peut-être trop volumineuse

  • Champ Content-Length absent pour les requêtes POST ou PUT

  • Caractère illégal dans le nom de la machine, les soulignés (underscores) ne sont pas autorisés.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_INVALID_RESP squid-3.1.0.3/errors/fr/ERR_INVALID_RESP --- squid-3.1.0.2/errors/fr/ERR_INVALID_RESP 2008-11-10 00:26:07.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_INVALID_RESP 2008-12-05 16:12:25.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_INVALID_URL squid-3.1.0.3/errors/fr/ERR_INVALID_URL --- squid-3.1.0.2/errors/fr/ERR_INVALID_URL 2008-11-10 00:26:07.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_INVALID_URL 2008-12-05 16:12:25.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

URL invalide

Quelque chose dans l'URL est incorrect.

Problèmes envisageables:

  • Protocole d'accès absent ou incorrect (il devrait être de la forme `http://')

  • Nom de machine absent

  • Double échappement illégal dans le chemin de l'URL

  • Caractère illégal dans le nom de la machine, les soulignés (underscores) ne sont pas autorisés.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

URL invalide

Quelque chose dans l'URL est incorrect.

Problèmes envisageables:

  • Protocole d'accès absent ou incorrect (il devrait être de la forme `http://')

  • Nom de machine absent

  • Double échappement illégal dans le chemin de l'URL

  • Caractère illégal dans le nom de la machine, les soulignés (underscores) ne sont pas autorisés.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_LIFETIME_EXP squid-3.1.0.3/errors/fr/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/fr/ERR_LIFETIME_EXP 2008-11-10 00:26:07.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_LIFETIME_EXP 2008-12-05 16:12:25.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Durée de vie de la connexion dépassée

Squid a mis fin à cette requête car elle a excédé ladurée de vie maximale.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Durée de vie de la connexion dépassée

Squid a mis fin à cette requête car elle a excédé ladurée de vie maximale.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_NO_RELAY squid-3.1.0.3/errors/fr/ERR_NO_RELAY --- squid-3.1.0.2/errors/fr/ERR_NO_RELAY 2008-11-10 00:26:07.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_NO_RELAY 2008-12-05 16:12:25.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Pas de relais WAIS

Il n'y a pas de machine définie comme relais WAIS sur ce cache !Adressez-vous à votre administrateur.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Pas de relais WAIS

Il n'y a pas de machine définie comme relais WAIS sur ce cache !Adressez-vous à votre administrateur.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/fr/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/fr/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:08.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:25.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Aucun document valide n'a été trouvé dans le cache et la directiveonly-if-cached a été spécifiée.

Vous avez formulé une requête avec la directive de contrôleonly-if-cached. Le document n'a pas été trouvé dans le cache, ou il nécessite une revalidation, interdite par la directiveonly-if-cached.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Aucun document valide n'a été trouvé dans le cache et la directiveonly-if-cached a été spécifiée.

Vous avez formulé une requête avec la directive de contrôleonly-if-cached. Le document n'a pas été trouvé dans le cache, ou il nécessite une revalidation, interdite par la directiveonly-if-cached.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_READ_ERROR squid-3.1.0.3/errors/fr/ERR_READ_ERROR --- squid-3.1.0.2/errors/fr/ERR_READ_ERROR 2008-11-10 00:26:08.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_READ_ERROR 2008-12-05 16:12:25.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Erreur de lecture

Le système a retourné: %E

Une erreur est survenue en essayant d'accéder au réseau.Veuillez réitérer votre requête.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Erreur de lecture

Le système a retourné: %E

Une erreur est survenue en essayant d'accéder au réseau.Veuillez réitérer votre requête.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_READ_TIMEOUT squid-3.1.0.3/errors/fr/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/fr/ERR_READ_TIMEOUT 2008-11-10 00:26:08.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_READ_TIMEOUT 2008-12-05 16:12:25.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Délai de lecture dépassé

Le système a retourné: %E

Un délai critique s'est écoulé en attendant desdonnées du réseau. Le réseau ou le serveur sontpeut-être hors service ou défaillants. Veuillez réitérer votre requête.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Délai de lecture dépassé

Le système a retourné: %E

Un délai critique s'est écoulé en attendant desdonnées du réseau. Le réseau ou le serveur sontpeut-être hors service ou défaillants. Veuillez réitérer votre requête.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/fr/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/fr/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:08.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:25.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Le système a retourné: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Le système a retourné: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/fr/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/fr/ERR_SHUTTING_DOWN 2008-11-10 00:26:08.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_SHUTTING_DOWN 2008-12-05 16:12:26.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ce cache est en cours de mise hors-service temporaire et il lui est impossible de satisfaire votre requete actuellement. Veuillez réiterer votre requete ultérieurement.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ce cache est en cours de mise hors-service temporaire et il lui est impossible de satisfaire votre requete actuellement. Veuillez réiterer votre requete ultérieurement.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/fr/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/fr/ERR_SOCKET_FAILURE 2008-11-10 00:26:08.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_SOCKET_FAILURE 2008-12-05 16:12:26.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Erreur de socket

Le système a retourné: %E

Squid n'est pas en mesure de créer une socket TCP, probablementà cause d'une charge excessive. Veuillez réitérer votrerequête.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Erreur de socket

Le système a retourné: %E

Squid n'est pas en mesure de créer une socket TCP, probablementà cause d'une charge excessive. Veuillez réitérer votrerequête.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_TOO_BIG squid-3.1.0.3/errors/fr/ERR_TOO_BIG --- squid-3.1.0.2/errors/fr/ERR_TOO_BIG 2008-11-10 00:26:08.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_TOO_BIG 2008-12-05 16:12:26.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_UNSUP_REQ squid-3.1.0.3/errors/fr/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/fr/ERR_UNSUP_REQ 2008-11-10 00:26:09.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_UNSUP_REQ 2008-12-05 16:12:26.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Combinaison de méthode et de protocole non gérée

Squid ne permet pas toutes les méthodes de requêtes pour tous lesprotocoles. Vous ne pouvez par exemple pas utiliser le protocole POST dans une requête Gopher.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Combinaison de méthode et de protocole non gérée

Squid ne permet pas toutes les méthodes de requêtes pour tous lesprotocoles. Vous ne pouvez par exemple pas utiliser le protocole POST dans une requête Gopher.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_URN_RESOLVE squid-3.1.0.3/errors/fr/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/fr/ERR_URN_RESOLVE 2008-11-10 00:26:09.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_URN_RESOLVE 2008-12-05 16:12:26.000000000 +1300 @@ -1 +1 @@ - ERREUR: The requested URN not be retrieved

ERROR

Une URL de l'URN n'a pu être chargée


The following error was encountered while trying to retrieve the URN: %U

Impossible de résoudre l'URN

Hé ! N'espérez pas trop des URNs de %T :)

Your cache administrator is %w.



\ No newline at end of file + ERREUR: The requested URN not be retrieved

ERROR

Une URL de l'URN n'a pu être chargée


The following error was encountered while trying to retrieve the URN: %U

Impossible de résoudre l'URN

Hé ! N'espérez pas trop des URNs de %T :)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_WRITE_ERROR squid-3.1.0.3/errors/fr/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/fr/ERR_WRITE_ERROR 2008-11-10 00:26:09.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_WRITE_ERROR 2008-12-05 16:12:26.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Erreur d'écriture

Le système a retourné: %E

Une erreur s'est produite lors de l'accès au réseau. Veuillez réitérer votre requête.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Erreur d'écriture

Le système a retourné: %E

Une erreur s'est produite lors de l'accès au réseau. Veuillez réitérer votre requête.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/fr/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/fr/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/fr/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:09.000000000 +1300 +++ squid-3.1.0.3/errors/fr/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:26.000000000 +1300 @@ -1 +1 @@ - ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Réponse de taille nulle

Squid n'a reçu aucune donnée pour cette requête.

Your cache administrator is %w.



\ No newline at end of file + ERREUR: L'URL demandée n'a pu être chargée

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Réponse de taille nulle

Squid n'a reçu aucune donnée pour cette requête.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_ACCESS_DENIED squid-3.1.0.3/errors/id/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/id/ERR_ACCESS_DENIED 2008-11-10 00:26:09.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_ACCESS_DENIED 2008-12-05 16:12:27.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Akses Ditolak

Konfigurasi kontrol akses mencegah permintaan anda dibolehkan pada waktu ini. Coba hubungi pamong servis anda jika anda merasa ini salah.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Akses Ditolak

Konfigurasi kontrol akses mencegah permintaan anda dibolehkan pada waktu ini. Coba hubungi pamong servis anda jika anda merasa ini salah.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/id/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/id/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:10.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:27.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Access Denied

ERROR

Cache Akses Ditolak


The following error was encountered while trying to retrieve the URL: %U

Akses Cache Ditolak

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file + ERROR: Cache Access Denied

ERROR

Cache Akses Ditolak


The following error was encountered while trying to retrieve the URL: %U

Akses Cache Ditolak

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/id/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/id/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:10.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:27.000000000 +1300 @@ -1 +1 @@ - ERROR: Cache Manager Access Denied

ERROR

Cache Manager Akses Ditolak


The following error was encountered while trying to retrieve the URL: %U

Cache manager Akses ditolak.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + ERROR: Cache Manager Access Denied

ERROR

Cache Manager Akses Ditolak


The following error was encountered while trying to retrieve the URL: %U

Cache manager Akses ditolak.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/id/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/id/ERR_CANNOT_FORWARD 2008-11-10 00:26:10.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_CANNOT_FORWARD 2008-12-05 16:12:27.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_CONNECT_FAIL squid-3.1.0.3/errors/id/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/id/ERR_CONNECT_FAIL 2008-11-10 00:26:10.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_CONNECT_FAIL 2008-12-05 16:12:27.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_DNS_FAIL squid-3.1.0.3/errors/id/ERR_DNS_FAIL --- squid-3.1.0.2/errors/id/ERR_DNS_FAIL 2008-11-10 00:26:10.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_DNS_FAIL 2008-12-05 16:12:27.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_ESI squid-3.1.0.3/errors/id/ERR_ESI --- squid-3.1.0.2/errors/id/ERR_ESI 2008-11-10 00:26:10.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_ESI 2008-12-05 16:12:27.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/id/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/id/ERR_FORWARDING_DENIED 2008-11-10 00:26:10.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FORWARDING_DENIED 2008-12-05 16:12:27.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FTP_DISABLED squid-3.1.0.3/errors/id/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/id/ERR_FTP_DISABLED 2008-11-10 00:26:11.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FTP_DISABLED 2008-12-05 16:12:28.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP tidak aktif

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP tidak aktif

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FTP_FAILURE squid-3.1.0.3/errors/id/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/id/ERR_FTP_FAILURE 2008-11-10 00:26:11.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FTP_FAILURE 2008-12-05 16:12:28.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


terjadi kesalahan Protokol FTP ketika mencoba untuk mengambil URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


terjadi kesalahan Protokol FTP ketika mencoba untuk mengambil URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/id/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/id/ERR_FTP_FORBIDDEN 2008-11-10 00:26:11.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FTP_FORBIDDEN 2008-12-05 16:12:28.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


terjadi kegagalan otentikasi FTP ketika mencoba untuk mengambil URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


terjadi kegagalan otentikasi FTP ketika mencoba untuk mengambil URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FTP_LISTING squid-3.1.0.3/errors/id/ERR_FTP_LISTING --- squid-3.1.0.2/errors/id/ERR_FTP_LISTING 2008-11-10 00:26:11.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FTP_LISTING 2008-12-05 16:12:28.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/id/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/id/ERR_FTP_NOT_FOUND 2008-11-10 00:26:11.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FTP_NOT_FOUND 2008-12-05 16:12:28.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/id/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/id/ERR_FTP_PUT_CREATED 2008-11-10 00:26:11.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FTP_PUT_CREATED 2008-12-05 16:12:28.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file + FTP PUT Successful: File Created

Operation successful

File created




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/id/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/id/ERR_FTP_PUT_ERROR 2008-11-10 00:26:12.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FTP_PUT_ERROR 2008-12-05 16:12:28.000000000 +1300 @@ -1 +1 @@ - ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + ERROR: FTP upload failed

ERROR

FTP PUT/upload failed


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/id/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/id/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:12.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:28.000000000 +1300 @@ -1 +1 @@ - FTP PUT Successful: File Updated

Operation successful

File sudah diperbaharui




\ No newline at end of file + FTP PUT Successful: File Updated

Operation successful

File sudah diperbaharui




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/id/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/id/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:12.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:29.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_ICAP_FAILURE squid-3.1.0.3/errors/id/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/id/ERR_ICAP_FAILURE 2008-11-10 00:26:12.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_ICAP_FAILURE 2008-12-05 16:12:29.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • Sebuah tanggapan Illegal diterima dari ICAP server.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • Sebuah tanggapan Illegal diterima dari ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_INVALID_REQ squid-3.1.0.3/errors/id/ERR_INVALID_REQ --- squid-3.1.0.2/errors/id/ERR_INVALID_REQ 2008-11-10 00:26:12.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_INVALID_REQ 2008-12-05 16:12:29.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Cacat Meminta kesalahan ditemukan sedangkan mencoba mengolah permintaan:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Cacat Meminta kesalahan ditemukan sedangkan mencoba mengolah permintaan:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • Content-Length missing for POST or PUT requests.

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_INVALID_RESP squid-3.1.0.3/errors/id/ERR_INVALID_RESP --- squid-3.1.0.2/errors/id/ERR_INVALID_RESP 2008-11-10 00:26:12.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_INVALID_RESP 2008-12-05 16:12:29.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Cacat Jawaban kesalahan ditemukan sedangkan mencoba mengolah permintaan:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


Cacat Jawaban kesalahan ditemukan sedangkan mencoba mengolah permintaan:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_INVALID_URL squid-3.1.0.3/errors/id/ERR_INVALID_URL --- squid-3.1.0.2/errors/id/ERR_INVALID_URL 2008-11-10 00:26:12.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_INVALID_URL 2008-12-05 16:12:29.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_LIFETIME_EXP squid-3.1.0.3/errors/id/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/id/ERR_LIFETIME_EXP 2008-11-10 00:26:13.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_LIFETIME_EXP 2008-12-05 16:12:29.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection Lifetime Expired

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_NO_RELAY squid-3.1.0.3/errors/id/ERR_NO_RELAY --- squid-3.1.0.2/errors/id/ERR_NO_RELAY 2008-11-10 00:26:13.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_NO_RELAY 2008-12-05 16:12:29.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/id/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/id/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:13.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:29.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_READ_ERROR squid-3.1.0.3/errors/id/ERR_READ_ERROR --- squid-3.1.0.2/errors/id/ERR_READ_ERROR 2008-11-10 00:26:13.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_READ_ERROR 2008-12-05 16:12:30.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

Kondisi kesalahan terjadi sedangkan membaca data dari jaringan. Silahkan coba lagi permintaan anda.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

Kondisi kesalahan terjadi sedangkan membaca data dari jaringan. Silahkan coba lagi permintaan anda.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_READ_TIMEOUT squid-3.1.0.3/errors/id/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/id/ERR_READ_TIMEOUT 2008-11-10 00:26:13.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_READ_TIMEOUT 2008-12-05 16:12:30.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

Timeout terjadi ketika menunggu untuk membaca data dari jaringan. Jaringan atau server mungkin mati atau tersumbat. Coba coba lagi permintaan anda.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

Timeout terjadi ketika menunggu untuk membaca data dari jaringan. Jaringan atau server mungkin mati atau tersumbat. Coba coba lagi permintaan anda.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/id/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/id/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:13.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:30.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/id/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/id/ERR_SHUTTING_DOWN 2008-11-10 00:26:13.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_SHUTTING_DOWN 2008-12-05 16:12:30.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/id/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/id/ERR_SOCKET_FAILURE 2008-11-10 00:26:14.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_SOCKET_FAILURE 2008-12-05 16:12:30.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_TOO_BIG squid-3.1.0.3/errors/id/ERR_TOO_BIG --- squid-3.1.0.2/errors/id/ERR_TOO_BIG 2008-11-10 00:26:14.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_TOO_BIG 2008-12-05 16:12:30.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_UNSUP_REQ squid-3.1.0.3/errors/id/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/id/ERR_UNSUP_REQ 2008-11-10 00:26:14.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_UNSUP_REQ 2008-12-05 16:12:30.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_URN_RESOLVE squid-3.1.0.3/errors/id/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/id/ERR_URN_RESOLVE 2008-11-10 00:26:14.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_URN_RESOLVE 2008-12-05 16:12:30.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URN not be retrieved

ERROR

URL untuk URN yang diminta tidak bisa didapatkan kembali


The following error was encountered while trying to retrieve the URN: %U

Tidak dapat menyelesaikan URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URN not be retrieved

ERROR

URL untuk URN yang diminta tidak bisa didapatkan kembali


The following error was encountered while trying to retrieve the URN: %U

Tidak dapat menyelesaikan URN

Hey, don't expect too much from URNs on %T :)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_WRITE_ERROR squid-3.1.0.3/errors/id/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/id/ERR_WRITE_ERROR 2008-11-10 00:26:14.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_WRITE_ERROR 2008-12-05 16:12:31.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

Kondisi kesalahan terjadi ketika sedang menulis kepada jaringan. Silahkan coba lagi permintaan anda.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

Kondisi kesalahan terjadi ketika sedang menulis kepada jaringan. Silahkan coba lagi permintaan anda.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/id/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/id/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/id/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:14.000000000 +1300 +++ squid-3.1.0.3/errors/id/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:31.000000000 +1300 @@ -1 +1 @@ - ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + ERROR: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_ACCESS_DENIED squid-3.1.0.3/errors/it/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/it/ERR_ACCESS_DENIED 2008-11-10 00:26:15.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_ACCESS_DENIED 2008-12-05 16:12:31.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Accesso negato.

Le configurazioni di controllo dell'accesso impediscono di soddisfare la richiesta. Si prega di contattare il fornitore del servizio nel caso questo comportamento sia scorretto.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Accesso negato.

Le configurazioni di controllo dell'accesso impediscono di soddisfare la richiesta. Si prega di contattare il fornitore del servizio nel caso questo comportamento sia scorretto.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/it/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/it/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:15.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:31.000000000 +1300 @@ -1 +1 @@ - ERRORE: Cache Access Denied

ERROR

Cache Accesso negato.


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Accesso alla cache negato.

Non siete autorizzati a richiedere %U da questa cache finchè non vi sarete identificati con successo.

Si prega di contattare il gestore del vostro proxy se avete diffcoltà nell'identificarvi per l'accesso al servizio, o di cambiare la vostra password iniziale.



\ No newline at end of file + ERRORE: Cache Access Denied

ERROR

Cache Accesso negato.


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Accesso alla cache negato.

Non siete autorizzati a richiedere %U da questa cache finchè non vi sarete identificati con successo.

Si prega di contattare il gestore del vostro proxy se avete diffcoltà nell'identificarvi per l'accesso al servizio, o di cambiare la vostra password iniziale.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/it/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/it/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:15.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:31.000000000 +1300 @@ -1 +1 @@ - ERRORE: Cache Manager Access Denied

ERROR

Cache Manager Accesso negato.


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

L'accesso al cache manager è negato.

Non siete autorizzati a richiedere %U da questo cache manager finchè non vi sarete identificati con successo.

Si prega di contattare il gestore del vostro proxy se avete diffcoltà nell'identificarvi per l'accesso al servizio o, se siete l'amministratore, di consultare la documentazione di Squid riguardante l'interfaccia del cache manager e di verificare il log del servizio alla ricerca informazioni più dettagliate sull'errore.



\ No newline at end of file + ERRORE: Cache Manager Access Denied

ERROR

Cache Manager Accesso negato.


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

L'accesso al cache manager è negato.

Non siete autorizzati a richiedere %U da questo cache manager finchè non vi sarete identificati con successo.

Si prega di contattare il gestore del vostro proxy se avete diffcoltà nell'identificarvi per l'accesso al servizio o, se siete l'amministratore, di consultare la documentazione di Squid riguardante l'interfaccia del cache manager e di verificare il log del servizio alla ricerca informazioni più dettagliate sull'errore.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/it/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/it/ERR_CANNOT_FORWARD 2008-11-10 00:26:15.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_CANNOT_FORWARD 2008-12-05 16:12:31.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Non è possibile inoltrare la richiesta in questo momento.

Non è stato possibile inoltrare la richiesta al server di origine nè ad alcun proxy di tipo parent noto. La causa più probabile è che questo proxy sia configurato per non contattare mai direttamente il server di origine, e che tutti i proxy parent non siano disponibili in questo momento.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Non è possibile inoltrare la richiesta in questo momento.

Non è stato possibile inoltrare la richiesta al server di origine nè ad alcun proxy di tipo parent noto. La causa più probabile è che questo proxy sia configurato per non contattare mai direttamente il server di origine, e che tutti i proxy parent non siano disponibili in questo momento.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_CONNECT_FAIL squid-3.1.0.3/errors/it/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/it/ERR_CONNECT_FAIL 2008-11-10 00:26:15.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_CONNECT_FAIL 2008-12-05 16:12:32.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

La connessione a %I è fallita.

Il sistema ha risposto: %E

Il server remoto o un tratto di rete necessario a raggiungerlo potrebbero essere guasti. Si prega di ritentare la richiesta tra qualche minuto.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

La connessione a %I è fallita.

Il sistema ha risposto: %E

Il server remoto o un tratto di rete necessario a raggiungerlo potrebbero essere guasti. Si prega di ritentare la richiesta tra qualche minuto.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_DNS_FAIL squid-3.1.0.3/errors/it/ERR_DNS_FAIL --- squid-3.1.0.2/errors/it/ERR_DNS_FAIL 2008-11-10 00:26:16.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_DNS_FAIL 2008-12-05 16:12:32.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Non è stato possibile risalire all'indirizzo IP corrispondente al nome host %H

Il processo dnsserver ha risposto:

%z

Questo significa che il Proxy non è riuscito a tradurre il nome host nella URL nel relativo indirizzo. Verificate la correttezza dell'indirizzo e riprovate.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Non è stato possibile risalire all'indirizzo IP corrispondente al nome host %H

Il processo dnsserver ha risposto:

%z

Questo significa che il Proxy non è riuscito a tradurre il nome host nella URL nel relativo indirizzo. Verificate la correttezza dell'indirizzo e riprovate.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_ESI squid-3.1.0.3/errors/it/ERR_ESI --- squid-3.1.0.2/errors/it/ERR_ESI 2008-11-10 00:26:16.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_ESI 2008-12-05 16:12:32.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

L'elaborazione ESI è fallita.

Il sistema di gestione delle funzioni ESI ha risposto:

%Z

Questo significa che il surrogate non è stato in grado di processare il template ESI. Si prega di segnalare l'errore al webmaster.

Il webmaster è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

L'elaborazione ESI è fallita.

Il sistema di gestione delle funzioni ESI ha risposto:

%Z

Questo significa che il surrogate non è stato in grado di processare il template ESI. Si prega di segnalare l'errore al webmaster.

Il webmaster è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/it/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/it/ERR_FORWARDING_DENIED 2008-11-10 00:26:16.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FORWARDING_DENIED 2008-12-05 16:12:32.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Inoltro negato.

Questo Proxy non può inoltrare la richiesta: il client di indirizzo %i è noto al Proxy come sibling ma si comporta come client. Potrebbe essere configurato in maniera sbagliata?

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Inoltro negato.

Questo Proxy non può inoltrare la richiesta: il client di indirizzo %i è noto al Proxy come sibling ma si comporta come client. Potrebbe essere configurato in maniera sbagliata?

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FTP_DISABLED squid-3.1.0.3/errors/it/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/it/ERR_FTP_DISABLED 2008-11-10 00:26:16.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FTP_DISABLED 2008-12-05 16:12:32.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Il protocollo FTP non è disponibile (disabilitato).

Questo Proxy non supporta il protocollo FTP.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Il protocollo FTP non è disponibile (disabilitato).

Questo Proxy non supporta il protocollo FTP.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FTP_FAILURE squid-3.1.0.3/errors/it/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/it/ERR_FTP_FAILURE 2008-11-10 00:26:16.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FTP_FAILURE 2008-12-05 16:12:32.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Si è verificato un errore di protocollo FTP durante il dialogo con il server mentre si accedeva alla URL %U.

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F
%g

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Si è verificato un errore di protocollo FTP durante il dialogo con il server mentre si accedeva alla URL %U.

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F
%g

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/it/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/it/ERR_FTP_FORBIDDEN 2008-11-10 00:26:16.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FTP_FORBIDDEN 2008-12-05 16:12:32.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Le credenziali fornite per l'accesso al server FTP relativo alla URL %U sono invalide.

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F
%g

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Le credenziali fornite per l'accesso al server FTP relativo alla URL %U sono invalide.

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F
%g

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FTP_LISTING squid-3.1.0.3/errors/it/ERR_FTP_LISTING --- squid-3.1.0.2/errors/it/ERR_FTP_LISTING 2008-11-10 00:26:17.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FTP_LISTING 2008-12-05 16:12:32.000000000 +1300 @@ -1 +1 @@ - Directory FTP: %U

Directory FTP: %U/


Contenuto della Directory:

%z
%g
Directory di Livello Superiore Directory di Livello Superiore (Directory Radice)

\ No newline at end of file + Directory FTP: %U

Directory FTP: %U/


Contenuto della Directory:

%z
%g
Directory di Livello Superiore Directory di Livello Superiore (Directory Radice)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/it/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/it/ERR_FTP_NOT_FOUND 2008-11-10 00:26:17.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FTP_NOT_FOUND 2008-12-05 16:12:33.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Non è stato possibile accedere alla URL: %U.

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F
%g

Questo potrebbe essere causato da una URL FTP con un percorso completo, comportamento questo non conforme allo standard imposto dalla RFC 1738. Se questo è il caso, il file è disponibile alla URL %B.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Non è stato possibile accedere alla URL: %U.

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F
%g

Questo potrebbe essere causato da una URL FTP con un percorso completo, comportamento questo non conforme allo standard imposto dalla RFC 1738. Se questo è il caso, il file è disponibile alla URL %B.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/it/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/it/ERR_FTP_PUT_CREATED 2008-11-10 00:26:17.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FTP_PUT_CREATED 2008-12-05 16:12:33.000000000 +1300 @@ -1 +1 @@ - L'invio dati (PUT) FTP ha avuto successo: il file è stato creato.

L'operazione richiesta è stata portata a termine con successo.

Il file è stato creato.




\ No newline at end of file + L'invio dati (PUT) FTP ha avuto successo: il file è stato creato.

L'operazione richiesta è stata portata a termine con successo.

Il file è stato creato.




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/it/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/it/ERR_FTP_PUT_ERROR 2008-11-10 00:26:17.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FTP_PUT_ERROR 2008-12-05 16:12:33.000000000 +1300 @@ -1 +1 @@ - ERRORE: FTP upload failed

ERROR

L'invio dati (PUT) FTP è fallito.


Mentre si cercava di effettuare un'operazione di FTP PUT verso la URL %U

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F

Questo significa che il server FTP potrebbe non avere i permessi o lo spazio per ricevere il file. Si prega di controllare il percorso, i permessi e lo spazio su disco e riprovare.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: FTP upload failed

ERROR

L'invio dati (PUT) FTP è fallito.


Mentre si cercava di effettuare un'operazione di FTP PUT verso la URL %U

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F

Questo significa che il server FTP potrebbe non avere i permessi o lo spazio per ricevere il file. Si prega di controllare il percorso, i permessi e lo spazio su disco e riprovare.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/it/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/it/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:17.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:33.000000000 +1300 @@ -1 +1 @@ - L'invio dati (PUT) FTP ha avuto successo: il file è stato aggiornato.

L'operazione richiesta è stata portata a termine con successo.

Il file è stato aggiornato.




\ No newline at end of file + L'invio dati (PUT) FTP ha avuto successo: il file è stato aggiornato.

L'operazione richiesta è stata portata a termine con successo.

Il file è stato aggiornato.




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/it/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/it/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:17.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:33.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Il FTP server era sovraccarico e non ha consentito di accedere alla URL: %U.

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F
%g

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Il FTP server era sovraccarico e non ha consentito di accedere alla URL: %U.

Il comando FTP inviato da Squid era:

%f

Il server ha risposto:

%F
%g

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_ICAP_FAILURE squid-3.1.0.3/errors/it/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/it/ERR_ICAP_FAILURE 2008-11-10 00:26:17.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_ICAP_FAILURE 2008-12-05 16:12:33.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Si è verificato un errore nel dialogo ICAP.

Il sistema ha risposto: %E

Questo significa che qualche aspetto della comunicazione ICAP non è stato completato regolarmente.

Alcuni dei possibili problemi sono:

  • Il server ICAP non è raggiungibile.

  • Il server ICAP ha dato una risposta irregolare (illegal response).



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Si è verificato un errore nel dialogo ICAP.

Il sistema ha risposto: %E

Questo significa che qualche aspetto della comunicazione ICAP non è stato completato regolarmente.

Alcuni dei possibili problemi sono:

  • Il server ICAP non è raggiungibile.

  • Il server ICAP ha dato una risposta irregolare (illegal response).



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_INVALID_REQ squid-3.1.0.3/errors/it/ERR_INVALID_REQ --- squid-3.1.0.2/errors/it/ERR_INVALID_REQ 2008-11-10 00:26:18.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_INVALID_REQ 2008-12-05 16:12:33.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Richiesta invalida. C'è stato un errore mentre si cercava di elaborare la richiesta:

%R

Alcuni dei possibili problemi sono:

  • Metodo non specificato nella richiesta, o sconoscito.

  • URL non specificata.

  • L'identificativo del protocollo HTTP è mancante (HTTP/1.0).

  • La richiesta è di dimensioni troppo grandi.

  • Richiesta non valida: una richiesta di tipo POST oppure PUT non contiene il campo Content-Length.

  • C'è un carattere irregolare nel nome host: gli underscore "_" non sono consentiti.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Richiesta invalida. C'è stato un errore mentre si cercava di elaborare la richiesta:

%R

Alcuni dei possibili problemi sono:

  • Metodo non specificato nella richiesta, o sconoscito.

  • URL non specificata.

  • L'identificativo del protocollo HTTP è mancante (HTTP/1.0).

  • La richiesta è di dimensioni troppo grandi.

  • Richiesta non valida: una richiesta di tipo POST oppure PUT non contiene il campo Content-Length.

  • C'è un carattere irregolare nel nome host: gli underscore "_" non sono consentiti.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_INVALID_RESP squid-3.1.0.3/errors/it/ERR_INVALID_RESP --- squid-3.1.0.2/errors/it/ERR_INVALID_RESP 2008-11-10 00:26:18.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_INVALID_RESP 2008-12-05 16:12:34.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Risposta non valida. Si è verificato un errore mentre veniva elaborata la richiesta:

%R

Il messaggio di risposta HTTP ricevuto dal server non era comprensibile o era irregolare. Si prega di contattare il gestore del sito per segnalargli l'errore.

L'amministratore del proxy potrebbe essere in grado di fornire ulteriori dettagli sul tipo di problema.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Risposta non valida. Si è verificato un errore mentre veniva elaborata la richiesta:

%R

Il messaggio di risposta HTTP ricevuto dal server non era comprensibile o era irregolare. Si prega di contattare il gestore del sito per segnalargli l'errore.

L'amministratore del proxy potrebbe essere in grado di fornire ulteriori dettagli sul tipo di problema.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_INVALID_URL squid-3.1.0.3/errors/it/ERR_INVALID_URL --- squid-3.1.0.2/errors/it/ERR_INVALID_URL 2008-11-10 00:26:18.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_INVALID_URL 2008-12-05 16:12:34.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

URL non valida

Qualche aspetto della URL richiesta non è irregolare.

Alcuni dei possibili problemi sono:

  • Protocollo di accesso mancante o scorretto nella richiesta (dovrebbe essere http:// o simile).

  • Nome host non specificato.

  • Doppia codifica ("double-escape") irregolare nella porzione Path della URL.

  • C'è un carattere irregolare nel nome host: gli underscore "_" non sono consentiti.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

URL non valida

Qualche aspetto della URL richiesta non è irregolare.

Alcuni dei possibili problemi sono:

  • Protocollo di accesso mancante o scorretto nella richiesta (dovrebbe essere http:// o simile).

  • Nome host non specificato.

  • Doppia codifica ("double-escape") irregolare nella porzione Path della URL.

  • C'è un carattere irregolare nel nome host: gli underscore "_" non sono consentiti.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_LIFETIME_EXP squid-3.1.0.3/errors/it/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/it/ERR_LIFETIME_EXP 2008-11-10 00:26:18.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_LIFETIME_EXP 2008-12-05 16:12:34.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Il timeout di mantenimento della connessione è scaduto.

La richiesta è stata interrotta perchè è stato superato il limite di durata massimo della connessione.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Il timeout di mantenimento della connessione è scaduto.

La richiesta è stata interrotta perchè è stato superato il limite di durata massimo della connessione.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_NO_RELAY squid-3.1.0.3/errors/it/ERR_NO_RELAY --- squid-3.1.0.2/errors/it/ERR_NO_RELAY 2008-11-10 00:26:18.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_NO_RELAY 2008-12-05 16:12:34.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Le funzioni di inoltro Wais non sono implementate.

Non è stato configurato alcun server di relay per il protocollo WAIS su questa Cache.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Le funzioni di inoltro Wais non sono implementate.

Non è stato configurato alcun server di relay per il protocollo WAIS su questa Cache.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/it/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/it/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:18.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:34.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Non è stato possibile reperire un documento aggiornato nella cache e la richiesta contiene la direttiva only-if-cached.

La richiesta contiene la direttiva di controllo della cache only-if-cached. Non è stato possibile trovare il relativo documento nella cache, oppure richiedeva una operazione di verifica, non consentita dalla direttiva.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Non è stato possibile reperire un documento aggiornato nella cache e la richiesta contiene la direttiva only-if-cached.

La richiesta contiene la direttiva di controllo della cache only-if-cached. Non è stato possibile trovare il relativo documento nella cache, oppure richiedeva una operazione di verifica, non consentita dalla direttiva.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_READ_ERROR squid-3.1.0.3/errors/it/ERR_READ_ERROR --- squid-3.1.0.2/errors/it/ERR_READ_ERROR 2008-11-10 00:26:19.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_READ_ERROR 2008-12-05 16:12:34.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Errore di lettura.

Il sistema ha risposto: %E

Si è verificato un errore nella ricezione dei dati dalla rete. Si prega di ritentare la richiesta.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Errore di lettura.

Il sistema ha risposto: %E

Si è verificato un errore nella ricezione dei dati dalla rete. Si prega di ritentare la richiesta.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_READ_TIMEOUT squid-3.1.0.3/errors/it/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/it/ERR_READ_TIMEOUT 2008-11-10 00:26:19.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_READ_TIMEOUT 2008-12-05 16:12:34.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Timeout nella lettura.

Il sistema ha risposto: %E

Si è verificato un timeout mentre si attendeva di ricevere dati dalla rete. La rete o il server potrebbero essere sovraccarichi o indisponibili. Si prega di ritentare la richiesta tra qualche minuto.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Timeout nella lettura.

Il sistema ha risposto: %E

Si è verificato un timeout mentre si attendeva di ricevere dati dalla rete. La rete o il server potrebbero essere sovraccarichi o indisponibili. Si prega di ritentare la richiesta tra qualche minuto.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/it/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/it/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:19.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:34.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Non è stato possibile stabilire una connessione sicura verso %I

Il sistema ha risposto: %E

Questo Proxy e il server remoto non sono riusciti a negoziare una connessione cifrata con caratteristiche mutuamente accettabili. È possibile che il server non supporti le connessioni cifrate, o che il proxy non sia soddisfatto dalle credenziali di sicurezza proposte dal server.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Non è stato possibile stabilire una connessione sicura verso %I

Il sistema ha risposto: %E

Questo Proxy e il server remoto non sono riusciti a negoziare una connessione cifrata con caratteristiche mutuamente accettabili. È possibile che il server non supporti le connessioni cifrate, o che il proxy non sia soddisfatto dalle credenziali di sicurezza proposte dal server.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/it/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/it/ERR_SHUTTING_DOWN 2008-11-10 00:26:19.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_SHUTTING_DOWN 2008-12-05 16:12:35.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Questo Proxy non è in grado di soddisfare la richiesta perchè è in fase di spegnimento. si prega di riprovare tra qualche minuto.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Questo Proxy non è in grado di soddisfare la richiesta perchè è in fase di spegnimento. si prega di riprovare tra qualche minuto.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/it/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/it/ERR_SOCKET_FAILURE 2008-11-10 00:26:19.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_SOCKET_FAILURE 2008-12-05 16:12:35.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

L'operazione di rete (socket) è fallita.

Il sistema ha risposto: %E

Squid non è in grado di aprire un socket TCP, probabilmente a causa del sovraccarico. Si prega di ritentare la richiesta.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

L'operazione di rete (socket) è fallita.

Il sistema ha risposto: %E

Squid non è in grado di aprire un socket TCP, probabilmente a causa del sovraccarico. Si prega di ritentare la richiesta.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_TOO_BIG squid-3.1.0.3/errors/it/ERR_TOO_BIG --- squid-3.1.0.2/errors/it/ERR_TOO_BIG 2008-11-10 00:26:19.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_TOO_BIG 2008-12-05 16:12:35.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

La richesta o la risposta è di dimensioni troppo grandi.

Se la richiesta è di tipo PUT, ciò che si sta cercando di inviare è di dimensioni troppo grandi.

Se la richiesta è di tipo GET, ciò che si sta cercando di scaricare è di dimensioni troppo grandi.

Questi limiti sono stati imposti dal provider che gestisce questo Proxy. Se ritenete che questo sia scorretto si prega di rivolgersi alle strutture di supporto degli utenti corrette.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

La richesta o la risposta è di dimensioni troppo grandi.

Se la richiesta è di tipo PUT, ciò che si sta cercando di inviare è di dimensioni troppo grandi.

Se la richiesta è di tipo GET, ciò che si sta cercando di scaricare è di dimensioni troppo grandi.

Questi limiti sono stati imposti dal provider che gestisce questo Proxy. Se ritenete che questo sia scorretto si prega di rivolgersi alle strutture di supporto degli utenti corrette.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_UNSUP_REQ squid-3.1.0.3/errors/it/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/it/ERR_UNSUP_REQ 2008-11-10 00:26:20.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_UNSUP_REQ 2008-12-05 16:12:35.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Metodo e protocollo della richiesta non sono supportati.

Il metodo di accesso non è supportato per questo protocollo.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Metodo e protocollo della richiesta non sono supportati.

Il metodo di accesso non è supportato per questo protocollo.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_URN_RESOLVE squid-3.1.0.3/errors/it/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/it/ERR_URN_RESOLVE 2008-11-10 00:26:20.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_URN_RESOLVE 2008-12-05 16:12:35.000000000 +1300 @@ -1 +1 @@ - ERRORE: The requested URN not be retrieved

ERROR

Non è stato possibile ottenere una URL corrispondente alla URN richiesta.


Mentre si cercava di accedere alla URN %U si è manifestato il seguente errore:

Impossibile risolvere la URN.

Hey, non ci si deve aspettare granchè dalle URN su %T :)

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: The requested URN not be retrieved

ERROR

Non è stato possibile ottenere una URL corrispondente alla URN richiesta.


Mentre si cercava di accedere alla URN %U si è manifestato il seguente errore:

Impossibile risolvere la URN.

Hey, non ci si deve aspettare granchè dalle URN su %T :)

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_WRITE_ERROR squid-3.1.0.3/errors/it/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/it/ERR_WRITE_ERROR 2008-11-10 00:26:20.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_WRITE_ERROR 2008-12-05 16:12:35.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Errore durante l'operazione di scrittura

Il sistema ha risposto: %E

Si è verificato un errore durante la ricezione dei dati dalla rete. Si prega di ritentare la richiesta.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Errore durante l'operazione di scrittura

Il sistema ha risposto: %E

Si è verificato un errore durante la ricezione dei dati dalla rete. Si prega di ritentare la richiesta.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/it/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/it/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/it/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:20.000000000 +1300 +++ squid-3.1.0.3/errors/it/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:35.000000000 +1300 @@ -1 +1 @@ - ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Risposta di dimensione nulla.

Squid non ha ricevuto alcun dato in risposta a questa richiesta.

L'amministratore del proxy è %w.



\ No newline at end of file + ERRORE: Non è stato possibile accedere alla URL richiesta.

ERROR

The requested URL could not be retrieved


Mentre si cercava di accedere alla URL %U si è manifestato il seguente errore:

Risposta di dimensione nulla.

Squid non ha ricevuto alcun dato in risposta a questa richiesta.

L'amministratore del proxy è %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_ACCESS_DENIED squid-3.1.0.3/errors/ja/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/ja/ERR_ACCESS_DENIED 2008-11-10 00:26:21.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_ACCESS_DENIED 2008-12-05 16:12:36.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

アクセスを拒否されました。

設定されているアクセス制御の設定のため、今回はあなたからのリクエストは受けつけられません。この設定が正しくないと思われる場合には、このサービスの提供者へ連絡してください。

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

アクセスを拒否されました。

設定されているアクセス制御の設定のため、今回はあなたからのリクエストは受けつけられません。この設定が正しくないと思われる場合には、このサービスの提供者へ連絡してください。

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/ja/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/ja/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:21.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:36.000000000 +1300 @@ -1 +1 @@ - エラー: Cache Access Denied

ERROR

Cache アクセスを拒否されました。


The following error was encountered while trying to retrieve the URL: %U

キャッシュへのアクセスを拒否されました.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file + エラー: Cache Access Denied

ERROR

Cache アクセスを拒否されました。


The following error was encountered while trying to retrieve the URL: %U

キャッシュへのアクセスを拒否されました.

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:21.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:36.000000000 +1300 @@ -1 +1 @@ - エラー: Cache Manager Access Denied

ERROR

Cache Manager アクセスを拒否されました。


The following error was encountered while trying to retrieve the URL: %U

キャッシュマネジャへのアクセスを拒否されました.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + エラー: Cache Manager Access Denied

ERROR

Cache Manager アクセスを拒否されました。


The following error was encountered while trying to retrieve the URL: %U

キャッシュマネジャへのアクセスを拒否されました.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/ja/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/ja/ERR_CANNOT_FORWARD 2008-11-10 00:26:21.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_CANNOT_FORWARD 2008-12-05 16:12:36.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_CONNECT_FAIL squid-3.1.0.3/errors/ja/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/ja/ERR_CONNECT_FAIL 2008-11-10 00:26:21.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_CONNECT_FAIL 2008-12-05 16:12:36.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

%I への接続に失敗しました。

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

%I への接続に失敗しました。

The system returned: %E

The remote host or network may be down. Please try the request again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_DNS_FAIL squid-3.1.0.3/errors/ja/ERR_DNS_FAIL --- squid-3.1.0.2/errors/ja/ERR_DNS_FAIL 2008-11-10 00:26:21.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_DNS_FAIL 2008-12-05 16:12:36.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_ESI squid-3.1.0.3/errors/ja/ERR_ESI --- squid-3.1.0.2/errors/ja/ERR_ESI 2008-11-10 00:26:22.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_ESI 2008-12-05 16:12:36.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESIの処理に失敗しました。

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESIの処理に失敗しました。

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/ja/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/ja/ERR_FORWARDING_DENIED 2008-11-10 00:26:22.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FORWARDING_DENIED 2008-12-05 16:12:37.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

転送は拒否されました。

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

転送は拒否されました。

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FTP_DISABLED squid-3.1.0.3/errors/ja/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/ja/ERR_FTP_DISABLED 2008-11-10 00:26:22.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FTP_DISABLED 2008-12-05 16:12:37.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTPは無効です。

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTPは無効です。

This cache does not support FTP.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FTP_FAILURE squid-3.1.0.3/errors/ja/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/ja/ERR_FTP_FAILURE 2008-11-10 00:26:22.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FTP_FAILURE 2008-12-05 16:12:37.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


FTPのプロトコル・エラーが、以下のURLから情報を得ようとしている間に発生しました: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


FTPのプロトコル・エラーが、以下のURLから情報を得ようとしている間に発生しました: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/ja/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/ja/ERR_FTP_FORBIDDEN 2008-11-10 00:26:22.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FTP_FORBIDDEN 2008-12-05 16:12:37.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


FTP認証の失敗が、以下のURLから情報を得ようとしている間に発生しました: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


FTP認証の失敗が、以下のURLから情報を得ようとしている間に発生しました: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FTP_LISTING squid-3.1.0.3/errors/ja/ERR_FTP_LISTING --- squid-3.1.0.2/errors/ja/ERR_FTP_LISTING 2008-11-10 00:26:22.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FTP_LISTING 2008-12-05 16:12:37.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/ja/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/ja/ERR_FTP_NOT_FOUND 2008-11-10 00:26:22.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FTP_NOT_FOUND 2008-12-05 16:12:37.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/ja/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/ja/ERR_FTP_PUT_CREATED 2008-11-10 00:26:23.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FTP_PUT_CREATED 2008-12-05 16:12:37.000000000 +1300 @@ -1 +1 @@ - FTPのPUTに成功: ファイルを作成しました。

操作に成功

ファイルを作成しました。




\ No newline at end of file + FTPのPUTに成功: ファイルを作成しました。

操作に成功

ファイルを作成しました。




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/ja/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/ja/ERR_FTP_PUT_ERROR 2008-11-10 00:26:23.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FTP_PUT_ERROR 2008-12-05 16:12:37.000000000 +1300 @@ -1 +1 @@ - エラー: FTP upload failed

ERROR

ファイルのPUTやアップロードに失敗


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file + エラー: FTP upload failed

ERROR

ファイルのPUTやアップロードに失敗


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/ja/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/ja/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:23.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:38.000000000 +1300 @@ -1 +1 @@ - FTPのPUTに成功: ファイルを更新しました。

操作に成功

ファイルを更新しました。




\ No newline at end of file + FTP PUT Successful: File Updated

操作に成功

ファイルを更新しました。




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/ja/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/ja/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:23.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:38.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_ICAP_FAILURE squid-3.1.0.3/errors/ja/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/ja/ERR_ICAP_FAILURE 2008-11-10 00:26:23.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_ICAP_FAILURE 2008-12-05 16:12:38.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAPのプロトコル・エラーです。

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • ICAPサーバから不正な応答がありました。



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAPのプロトコル・エラーです。

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • ICAPサーバから不正な応答がありました。



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_INVALID_REQ squid-3.1.0.3/errors/ja/ERR_INVALID_REQ --- squid-3.1.0.2/errors/ja/ERR_INVALID_REQ 2008-11-10 00:26:23.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_INVALID_REQ 2008-12-05 16:12:38.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


不正なリクエストのエラーが以下のリクエストを処理しようとしている間に発生しました:

%R

Some possible problems are:

  • 要求の方法が抜けているか不明です。

  • URLがありません。

  • HTTPの識別子(HTTP/1.0)がありません。

  • Request is too large.

  • POSTまたはPUTのリクエストにContent-Lengthヘッダがありません。

  • ホスト名に不正な文字が使われています: アンダースコアは使えません。

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


不正なリクエストのエラーが以下のリクエストを処理しようとしている間に発生しました:

%R

Some possible problems are:

  • 要求の方法が抜けているか不明です。

  • URLがありません。

  • HTTPの識別子(HTTP/1.0)がありません。

  • Request is too large.

  • POSTまたはPUTのリクエストにContent-Lengthヘッダがありません。

  • ホスト名に不正な文字が使われています: アンダースコアは使えません。

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_INVALID_RESP squid-3.1.0.3/errors/ja/ERR_INVALID_RESP --- squid-3.1.0.2/errors/ja/ERR_INVALID_RESP 2008-11-10 00:26:24.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_INVALID_RESP 2008-12-05 16:12:38.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


不正なリクエストのエラーが以下のリクエストを処理しようとしている間に発生しました:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


不正なリクエストのエラーが以下のリクエストを処理しようとしている間に発生しました:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_INVALID_URL squid-3.1.0.3/errors/ja/ERR_INVALID_URL --- squid-3.1.0.2/errors/ja/ERR_INVALID_URL 2008-11-10 00:26:24.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_INVALID_URL 2008-12-05 16:12:38.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

不正なURL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • (http://または同類の)アクセス・プロトコルが抜けているか不正です。

  • ホスト名がありません。

  • 不正な二重のエスケープがURLパスにあります。

  • ホスト名に不正な文字が使われています: アンダースコアは使えません。

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

不正なURL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • (http://または同類の)アクセス・プロトコルが抜けているか不正です。

  • ホスト名がありません。

  • 不正な二重のエスケープがURLパスにあります。

  • ホスト名に不正な文字が使われています: アンダースコアは使えません。

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_LIFETIME_EXP squid-3.1.0.3/errors/ja/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/ja/ERR_LIFETIME_EXP 2008-11-10 00:26:24.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_LIFETIME_EXP 2008-12-05 16:12:38.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

接続の存続時間が終了しました。

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

接続の存続時間が終了しました。

Squid has terminated the request because it has exceeded the maximum connection lifetime.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_NO_RELAY squid-3.1.0.3/errors/ja/ERR_NO_RELAY --- squid-3.1.0.2/errors/ja/ERR_NO_RELAY 2008-11-10 00:26:24.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_NO_RELAY 2008-12-05 16:12:38.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Waisの中継先が指定されていません。

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Waisの中継先が指定されていません。

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/ja/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/ja/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:24.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:39.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_READ_ERROR squid-3.1.0.3/errors/ja/ERR_READ_ERROR --- squid-3.1.0.2/errors/ja/ERR_READ_ERROR 2008-11-10 00:26:24.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_READ_ERROR 2008-12-05 16:12:39.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

ネットワークからデータを受信している間にエラーが発生しました。再度、リクエストしてください。

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

ネットワークからデータを受信している間にエラーが発生しました。再度、リクエストしてください。

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_READ_TIMEOUT squid-3.1.0.3/errors/ja/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/ja/ERR_READ_TIMEOUT 2008-11-10 00:26:25.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_READ_TIMEOUT 2008-12-05 16:12:39.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

ネットワークからデータを読もうと待っている間にタイムアウトが発生しました。ネットワークもしくはサーバが稼働していないか、あるいは混雑しています。再度リクエストしてください。

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

ネットワークからデータを読もうと待っている間にタイムアウトが発生しました。ネットワークもしくはサーバが稼働していないか、あるいは混雑しています。再度リクエストしてください。

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/ja/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/ja/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:25.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:39.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

%Iへの安全な接続を確立に失敗しました。

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

%Iへの安全な接続を確立に失敗しました。

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/ja/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/ja/ERR_SHUTTING_DOWN 2008-11-10 00:26:25.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_SHUTTING_DOWN 2008-12-05 16:12:39.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/ja/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/ja/ERR_SOCKET_FAILURE 2008-11-10 00:26:25.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_SOCKET_FAILURE 2008-12-05 16:12:39.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_TOO_BIG squid-3.1.0.3/errors/ja/ERR_TOO_BIG --- squid-3.1.0.2/errors/ja/ERR_TOO_BIG 2008-11-10 00:26:25.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_TOO_BIG 2008-12-05 16:12:39.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

POSTまたはPUTの要求をしていたなら、アップロードしていた対象が大きすぎます。

GETの要求をしていたなら、ダウンロードしようとしていた対象が大きすぎます。

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

POSTまたはPUTの要求をしていたなら、アップロードしていた対象が大きすぎます。

GETの要求をしていたなら、ダウンロードしようとしていた対象が大きすぎます。

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_UNSUP_REQ squid-3.1.0.3/errors/ja/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/ja/ERR_UNSUP_REQ 2008-11-10 00:26:25.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_UNSUP_REQ 2008-12-05 16:12:39.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_URN_RESOLVE squid-3.1.0.3/errors/ja/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/ja/ERR_URN_RESOLVE 2008-11-10 00:26:26.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_URN_RESOLVE 2008-12-05 16:12:40.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URN not be retrieved

ERROR

リクエストされたURNのURLを調べられませんでした。


The following error was encountered while trying to retrieve the URN: %U

URN の解決ができませんでした。

やあ、%Tの時点でURNには多くを期待しないでください。:)

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URN not be retrieved

ERROR

リクエストされたURNのURLを調べられませんでした。


The following error was encountered while trying to retrieve the URN: %U

URN の解決ができませんでした。

やあ、%Tの時点でURNには多くを期待しないでください。:)

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_WRITE_ERROR squid-3.1.0.3/errors/ja/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/ja/ERR_WRITE_ERROR 2008-11-10 00:26:26.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_WRITE_ERROR 2008-12-05 16:12:40.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

ネットワークにデータを送信している間にエラーが発生しました。再度リクエストしてください。

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

ネットワークにデータを送信している間にエラーが発生しました。再度リクエストしてください。

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ja/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/ja/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/ja/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:26.000000000 +1300 +++ squid-3.1.0.3/errors/ja/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:40.000000000 +1300 @@ -1 +1 @@ - エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file + エラー: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

Your cache administrator is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/Makefile.am squid-3.1.0.3/errors/Makefile.am --- squid-3.1.0.2/errors/Makefile.am 2008-11-10 00:22:16.000000000 +1300 +++ squid-3.1.0.3/errors/Makefile.am 2008-12-05 16:09:28.000000000 +1300 @@ -144,7 +144,7 @@ cp $(srcdir)/errorpage.css $(distdir)/errorpage.css translate: - @ if test "$(PO2HTML)" != "" ; then \ + @ if test "$(PO2HTML)" != "" && test "$(PO2HTML)" != "no"; then \ for lang in $(TRANSLATIONS); do \ test -d $$lang && rm -r $$lang; \ mkdir $$lang; \ diff -u -r -N squid-3.1.0.2/errors/Makefile.in squid-3.1.0.3/errors/Makefile.in --- squid-3.1.0.2/errors/Makefile.in 2008-11-10 00:22:51.000000000 +1300 +++ squid-3.1.0.3/errors/Makefile.in 2008-12-05 16:09:47.000000000 +1300 @@ -91,6 +91,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ @@ -582,7 +583,7 @@ cp $(srcdir)/errorpage.css $(distdir)/errorpage.css translate: - @ if test "$(PO2HTML)" != "" ; then \ + @ if test "$(PO2HTML)" != "" && test "$(PO2HTML)" != "no"; then \ for lang in $(TRANSLATIONS); do \ test -d $$lang && rm -r $$lang; \ mkdir $$lang; \ diff -u -r -N squid-3.1.0.2/errors/nl/ERR_ACCESS_DENIED squid-3.1.0.3/errors/nl/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/nl/ERR_ACCESS_DENIED 2008-11-10 00:26:26.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_ACCESS_DENIED 2008-12-05 16:12:40.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Toegang niet toegestaan.

U heeft geen toegang tot de URL die u probeerde op te vragen van deze server. Neem contact op met uw service provider als u denkt dat dit niet klopt.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Toegang niet toegestaan.

U heeft geen toegang tot de URL die u probeerde op te vragen van deze server. Neem contact op met uw service provider als u denkt dat dit niet klopt.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/nl/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/nl/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:26.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:40.000000000 +1300 @@ -1 +1 @@ - FOUT: Cache Access Denied

ERROR

Cache Toegang niet toegestaan.


The following error was encountered while trying to retrieve the URL: %U

Cache toegang niet toegestaan.

Sorry, het is u niet toegestaan om %U van deze cache op te vragen totdat u zich geidentificeerd hebt.

Neem contact op met de cache beheerder als u problemen heeft om uzelf te identificeren of verander hier uw standaard wachtwoord.



\ No newline at end of file + FOUT: Cache Access Denied

ERROR

Cache Toegang niet toegestaan.


The following error was encountered while trying to retrieve the URL: %U

Cache toegang niet toegestaan.

Sorry, het is u niet toegestaan om %U van deze cache op te vragen totdat u zich geidentificeerd hebt.

Neem contact op met de cache beheerder als u problemen heeft om uzelf te identificeren of verander hier uw standaard wachtwoord.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:26.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:40.000000000 +1300 @@ -1 +1 @@ - FOUT: Cache Manager Access Denied

ERROR

Cache Manager Toegang niet toegestaan.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager toegang niet toegestaan.

Sorry, het is u momenteel niet toegestaan om %U op te vragen van deze cache manager totdat u zichzelf hebt geidentificeerd.

Neem contact op met de cache beheerder als u problemen heeft om uzelf te identificeren. Als U de beheerder bent, lees dan de Squid documentatie over de cache manager interface en lees de cache log voor meer gedetailleerde foutmeldingen.



\ No newline at end of file + FOUT: Cache Manager Access Denied

ERROR

Cache Manager Toegang niet toegestaan.


The following error was encountered while trying to retrieve the URL: %U

Cache Manager toegang niet toegestaan.

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Neem contact op met de cache beheerder als u problemen heeft om uzelf te identificeren. Als U de beheerder bent, lees dan de Squid documentatie over de cache manager interface en lees de cache log voor meer gedetailleerde foutmeldingen.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/nl/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/nl/ERR_CANNOT_FORWARD 2008-11-10 00:26:27.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_CANNOT_FORWARD 2008-12-05 16:12:40.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Momenteel niet in staat dit verzoek door te sturen.

Dit verzoek kon niet worden doorgestuurd naar de oorspronkelijke server of een van de parent caches. De meest waarschijnlijke reden voor deze fout is dat de cache beheerder het deze cache niet toestaat met de oorspronkelijke server te praten, en alle ingestelde parent caches op dit moment onbereikbaar zijn.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Momenteel niet in staat dit verzoek door te sturen.

Dit verzoek kon niet worden doorgestuurd naar de oorspronkelijke server of een van de parent caches. De meest waarschijnlijke reden voor deze fout is dat de cache beheerder het deze cache niet toestaat met de oorspronkelijke server te praten, en alle ingestelde parent caches op dit moment onbereikbaar zijn.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_CONNECT_FAIL squid-3.1.0.3/errors/nl/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/nl/ERR_CONNECT_FAIL 2008-11-10 00:26:27.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_CONNECT_FAIL 2008-12-05 16:12:41.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Het systeem gaf terug: %E

De door u gezochte server of het netwerk is onbereikbaar. Probeer het verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Connection to %I failed.

Het systeem gaf terug: %E

De door u gezochte server of het netwerk is onbereikbaar. Probeer het verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_DNS_FAIL squid-3.1.0.3/errors/nl/ERR_DNS_FAIL --- squid-3.1.0.2/errors/nl/ERR_DNS_FAIL 2008-11-10 00:26:27.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_DNS_FAIL 2008-12-05 16:12:41.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Niet in staat om het IP adres te bepalen van de hostnaam %H

De DNS server gaf als antwoord:

%z

Dit betekent dat de cache niet in staat was om de hostnaam uit de URL te herleiden. Controleer of de naam klopt.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Niet in staat om het IP adres te bepalen van de hostnaam %H

De DNS server gaf als antwoord:

%z

Dit betekent dat de cache niet in staat was om de hostnaam uit de URL te herleiden. Controleer of de naam klopt.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_ESI squid-3.1.0.3/errors/nl/ERR_ESI --- squid-3.1.0.2/errors/nl/ERR_ESI 2008-11-10 00:26:27.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_ESI 2008-12-05 16:12:41.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/nl/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/nl/ERR_FORWARDING_DENIED 2008-11-10 00:26:27.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FORWARDING_DENIED 2008-12-05 16:12:41.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Doorsturen niet toegestaan.

Deze cache zal uw verzoek niet doorsturen, omdat het een sibling relatie tracht te bewerkstelligen. Wellicht dat de client op %i een fout ingestelde cache is.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Doorsturen niet toegestaan.

Deze cache zal uw verzoek niet doorsturen, omdat het een sibling relatie tracht te bewerkstelligen. Wellicht dat de client op %i een fout ingestelde cache is.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FTP_DISABLED squid-3.1.0.3/errors/nl/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/nl/ERR_FTP_DISABLED 2008-11-10 00:26:27.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FTP_DISABLED 2008-12-05 16:12:41.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is uitgeschakeld

Deze cache ondersteunt geen FTP.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP is uitgeschakeld

Deze cache ondersteunt geen FTP.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FTP_FAILURE squid-3.1.0.3/errors/nl/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/nl/ERR_FTP_FAILURE 2008-11-10 00:26:28.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FTP_FAILURE 2008-12-05 16:12:41.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


Er is een FTP protocolfout voorgekomen tijdens het ophalen van de URL: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F
%g

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


Er is een FTP protocolfout voorgekomen tijdens het ophalen van de URL: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F
%g

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/nl/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/nl/ERR_FTP_FORBIDDEN 2008-11-10 00:26:28.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FTP_FORBIDDEN 2008-12-05 16:12:41.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


De FTP authenticatie is mislukt tijdens het opvragen van de URL: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F
%g

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


De FTP authenticatie is mislukt tijdens het opvragen van de URL: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F
%g

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FTP_LISTING squid-3.1.0.3/errors/nl/ERR_FTP_LISTING --- squid-3.1.0.2/errors/nl/ERR_FTP_LISTING 2008-11-10 00:26:28.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FTP_LISTING 2008-12-05 16:12:41.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/nl/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/nl/ERR_FTP_NOT_FOUND 2008-11-10 00:26:28.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FTP_NOT_FOUND 2008-12-05 16:12:42.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F
%g

Dit kan veroorzaakt worden door een FTP URL met een absoluut pad (hetgeen niet in overeenstemming is met RFC 1738). Als dit de oorzaak is, dan kan het bestand gevonden worden op %B.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F
%g

Dit kan veroorzaakt worden door een FTP URL met een absoluut pad (hetgeen niet in overeenstemming is met RFC 1738). Als dit de oorzaak is, dan kan het bestand gevonden worden op %B.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/nl/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/nl/ERR_FTP_PUT_CREATED 2008-11-10 00:26:29.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FTP_PUT_CREATED 2008-12-05 16:12:42.000000000 +1300 @@ -1 +1 @@ - FTP PUT Succesvol: Bestand aangemaakt

Bewerking succesvol

Bestand aangemaakt




\ No newline at end of file + FTP PUT Succesvol: Bestand aangemaakt

Bewerking succesvol

Bestand aangemaakt




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/nl/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/nl/ERR_FTP_PUT_ERROR 2008-11-10 00:26:29.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FTP_PUT_ERROR 2008-12-05 16:12:42.000000000 +1300 @@ -1 +1 @@ - FOUT: FTP upload failed

ERROR

FTP PUT/upload mislukt


Bij een poging om naar de volgende URL te schrijven: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: FTP upload failed

ERROR

FTP PUT/upload mislukt


While trying to PUT the following URL: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/nl/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/nl/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:29.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:42.000000000 +1300 @@ -1 +1 @@ - FTP PUT Succesvol: Bestand Vernieuwd

Bewerking succesvol

Bestand vernieuwd




\ No newline at end of file + FTP PUT Succesvol: Bestand Vernieuwd

Bewerking succesvol

Bestand vernieuwd




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/nl/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/nl/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:29.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:42.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


De FTP server was te druk bezet tijdens het opvragen van de URL: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F
%g

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


De FTP server was te druk bezet tijdens het opvragen van de URL: %U

Squid stuurde de volgende FTP opdracht:

%f

The server responded with:

%F
%g

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_ICAP_FAILURE squid-3.1.0.3/errors/nl/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/nl/ERR_ICAP_FAILURE 2008-11-10 00:26:29.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_ICAP_FAILURE 2008-12-05 16:12:42.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Het systeem gaf terug: %E

This means that some aspect of the ICAP communication failed.

Mogelijke problemen zijn:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

Het systeem gaf terug: %E

This means that some aspect of the ICAP communication failed.

Mogelijke problemen zijn:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_INVALID_REQ squid-3.1.0.3/errors/nl/ERR_INVALID_REQ --- squid-3.1.0.2/errors/nl/ERR_INVALID_REQ 2008-11-10 00:26:29.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_INVALID_REQ 2008-12-05 16:12:42.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Mogelijke problemen zijn:

  • Ontbrekende of onbekende verzoekmethode.

  • Ontbrekende URL.

  • Ontbrekende HTTP identificatie (HTTP/1.0).

  • Het verzoek is mogelijk te lang.

  • De Content-Length ontbreekt voor het POST of PUT verzoek.

  • Er staat een ongeldig teken in de hostnaam; Het teken _ is niet toegestaan.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


Invalid Request error was encountered while trying to process the request:

%R

Mogelijke problemen zijn:

  • Ontbrekende of onbekende verzoekmethode.

  • Ontbrekende URL.

  • Ontbrekende HTTP identificatie (HTTP/1.0).

  • Het verzoek is mogelijk te lang.

  • De Content-Length ontbreekt voor het POST of PUT verzoek.

  • Er staat een ongeldig teken in de hostnaam; Het teken _ is niet toegestaan.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_INVALID_RESP squid-3.1.0.3/errors/nl/ERR_INVALID_RESP --- squid-3.1.0.2/errors/nl/ERR_INVALID_RESP 2008-11-10 00:26:29.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_INVALID_RESP 2008-12-05 16:12:43.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


Invalid Response error was encountered while trying to process the request:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_INVALID_URL squid-3.1.0.3/errors/nl/ERR_INVALID_URL --- squid-3.1.0.2/errors/nl/ERR_INVALID_URL 2008-11-10 00:26:30.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_INVALID_URL 2008-12-05 16:12:43.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ongeldige URL

Een gedeelte van de gevraagde URL is ongeldig.

Mogelijke problemen zijn:

  • Ontbrekend of onjuist toegangsprotocol (moet zijn http:// of vergelijkbaar)

  • Ontbrekende hostnaam

  • Ongeldige double-escape in het URL pad

  • Er staat een ongeldig teken in de hostnaam; Het teken _ is niet toegestaan.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Ongeldige URL

Een gedeelte van de gevraagde URL is ongeldig.

Mogelijke problemen zijn:

  • Ontbrekend of onjuist toegangsprotocol (moet zijn http:// of vergelijkbaar)

  • Ontbrekende hostnaam

  • Ongeldige double-escape in het URL pad

  • Er staat een ongeldig teken in de hostnaam; Het teken _ is niet toegestaan.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_LIFETIME_EXP squid-3.1.0.3/errors/nl/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/nl/ERR_LIFETIME_EXP 2008-11-10 00:26:30.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_LIFETIME_EXP 2008-12-05 16:12:43.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

De levensduur van de verbindings is verstreken

Squid heeft het verzoek afgebroken omdat het de maximale verbindingslevensduur heeft overschreden.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

De levensduur van de verbindings is verstreken

Squid heeft het verzoek afgebroken omdat het de maximale verbindingslevensduur heeft overschreden.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_NO_RELAY squid-3.1.0.3/errors/nl/ERR_NO_RELAY --- squid-3.1.0.2/errors/nl/ERR_NO_RELAY 2008-11-10 00:26:30.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_NO_RELAY 2008-12-05 16:12:43.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Geen WAIS Relay

Er is geen WAIS Relay host gedefinieerd voor deze Cache! Neem contact op met de cachebeheerder.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Geen WAIS Relay

Er is geen WAIS Relay host gedefinieerd voor deze Cache! Neem contact op met de cachebeheerder.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/nl/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/nl/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:30.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:43.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Een geldig document werd niet gevonden in de cache, en de only-if-cached richtlijn was ingesteld.

U heeft een verzoek gedaan met een only-if-cached cachebeheer richtlijn. Het document werd niet gevonden in de cache of er was een herbevestiging nodig die niet werd toegestaan door de only-if-cached richtlijn.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Een geldig document werd niet gevonden in de cache, en de only-if-cached richtlijn was ingesteld.

U heeft een verzoek gedaan met een only-if-cached cachebeheer richtlijn. Het document werd niet gevonden in de cache of er was een herbevestiging nodig die niet werd toegestaan door de only-if-cached richtlijn.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_READ_ERROR squid-3.1.0.3/errors/nl/ERR_READ_ERROR --- squid-3.1.0.2/errors/nl/ERR_READ_ERROR 2008-11-10 00:26:30.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_READ_ERROR 2008-12-05 16:12:43.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Leesfout

Het systeem gaf terug: %E

Een foutwaarde kwam voor tijdens het lezen van data van het netwerk. Probeer uw verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Leesfout

Het systeem gaf terug: %E

Een foutwaarde kwam voor tijdens het lezen van data van het netwerk. Probeer uw verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_READ_TIMEOUT squid-3.1.0.3/errors/nl/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/nl/ERR_READ_TIMEOUT 2008-11-10 00:26:30.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_READ_TIMEOUT 2008-12-05 16:12:43.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Lees Timeout

Het systeem gaf terug: %E

Een timeout kwam voor bij het lezen van data van het netwerk. Het netwerk of de server kan niet beschikbaar of overbelast zijn. Probeer uw verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Lees Timeout

Het systeem gaf terug: %E

Een timeout kwam voor bij het lezen van data van het netwerk. Het netwerk of de server kan niet beschikbaar of overbelast zijn. Probeer uw verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/nl/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/nl/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:30.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:43.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Het systeem gaf terug: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

Het systeem gaf terug: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/nl/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/nl/ERR_SHUTTING_DOWN 2008-11-10 00:26:31.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_SHUTTING_DOWN 2008-12-05 16:12:44.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Deze cache is bezig met herstarten en kan daarom momenteel niet aan uw verzoek voldoen. Probeer uw verzoek zo nog eens.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Deze cache is bezig met herstarten en kan daarom momenteel niet aan uw verzoek voldoen. Probeer uw verzoek zo nog eens.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/nl/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/nl/ERR_SOCKET_FAILURE 2008-11-10 00:26:31.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_SOCKET_FAILURE 2008-12-05 16:12:44.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Fout

Het systeem gaf terug: %E

Squid is niet in staat een TCP socket aan te maken, waarschijnlijk als gevolg van een te hoge bezettingsgraad. Probeer uw verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Fout

Het systeem gaf terug: %E

Squid is niet in staat een TCP socket aan te maken, waarschijnlijk als gevolg van een te hoge bezettingsgraad. Probeer uw verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_TOO_BIG squid-3.1.0.3/errors/nl/ERR_TOO_BIG --- squid-3.1.0.2/errors/nl/ERR_TOO_BIG 2008-11-10 00:26:31.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_TOO_BIG 2008-12-05 16:12:44.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

De aanvraag of het antwoord is te groot.

Indien U een POST of PUT aanvraag stuurde, dan hetgeen U probeert te verzenden te groot.

Indien u een GET aanvraag stuurde, dan was het antwoord hetgeen U probeert te ontvangen te groot.

Deze grootte-beperkingen zijn ingesteld door de beheerder van deze cache. Neem contact op met de beheerder van deze cache, wanneer U van mening bent dat deze beperking onjuist is.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

De aanvraag of het antwoord is te groot.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

Deze grootte-beperkingen zijn ingesteld door de beheerder van deze cache. Neem contact op met de beheerder van deze cache, wanneer U van mening bent dat deze beperking onjuist is.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_UNSUP_REQ squid-3.1.0.3/errors/nl/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/nl/ERR_UNSUP_REQ 2008-11-10 00:26:31.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_UNSUP_REQ 2008-12-05 16:12:44.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Niet ondersteunde verzoekmethode of protocol

Squid ondersteunt niet alle verzoekmethoden voor alle toegangsprotocollen. U kunt bijvoorbeeld geen Gopher verzoek POSTen.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Niet ondersteunde verzoekmethode of protocol

Squid ondersteunt niet alle verzoekmethoden voor alle toegangsprotocollen. U kunt bijvoorbeeld geen Gopher verzoek POSTen.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_URN_RESOLVE squid-3.1.0.3/errors/nl/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/nl/ERR_URN_RESOLVE 2008-11-10 00:26:31.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_URN_RESOLVE 2008-12-05 16:12:44.000000000 +1300 @@ -1 +1 @@ - FOUT: The requested URN not be retrieved

ERROR

De gevraagde URN kon niet worden opgehaald


The following error was encountered while trying to retrieve the URN: %U

Kan de URN niet herleiden

Hmmm, verwacht niet teveel van URNs op %T :)

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: The requested URN not be retrieved

ERROR

De gevraagde URN kon niet worden opgehaald


The following error was encountered while trying to retrieve the URN: %U

Kan de URN niet herleiden

Hmmm, verwacht niet teveel van URNs op %T :)

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_WRITE_ERROR squid-3.1.0.3/errors/nl/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/nl/ERR_WRITE_ERROR 2008-11-10 00:26:31.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_WRITE_ERROR 2008-12-05 16:12:44.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Schrijffout

Het systeem gaf terug: %E

Een foutwaarde kwam voor tijdens het schrijven naar het netwerk. Probeer uw verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Schrijffout

Het systeem gaf terug: %E

Een foutwaarde kwam voor tijdens het schrijven naar het netwerk. Probeer uw verzoek opnieuw.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/nl/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/nl/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/nl/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:31.000000000 +1300 +++ squid-3.1.0.3/errors/nl/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:44.000000000 +1300 @@ -1 +1 @@ - FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Leeg object antwoord

Squid ontving in het geheel geen data op dit verzoek.

De beheerder van deze cache is %w.



\ No newline at end of file + FOUT: De gevraagde URL kon niet worden opgehaald

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Leeg object antwoord

Squid ontving in het geheel geen data op dit verzoek.

De beheerder van deze cache is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_ACCESS_DENIED squid-3.1.0.3/errors/pt-br/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/pt-br/ERR_ACCESS_DENIED 2008-11-10 00:26:32.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_ACCESS_DENIED 2008-12-05 16:12:45.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Acesso Negado.

A configuração do controle de acesso impede que sua requisição seja permitida neste momento. Por favor, contate seu provedor de serviço se você acha que isso está incorreto.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Acesso Negado.

A configuração do controle de acesso impede que sua requisição seja permitida neste momento. Por favor, contate seu provedor de serviço se você acha que isso está incorreto.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/pt-br/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/pt-br/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:32.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:45.000000000 +1300 @@ -1 +1 @@ - ERRO: Cache Access Denied

ERROR

Cache Acesso Negado.


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Acesso negado ao cache.

Desculpe. Atualmente, você não está permitido a requisitar %U desse cache até que você tenha se autenticado.

Por favor, contate o administrador do cache se você está tendo dificuldades em se autenticar ou mude sua senha.



\ No newline at end of file + ERRO: Cache Access Denied

ERROR

Cache Acesso Negado.


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Acesso negado ao cache.

Desculpe. Atualmente, você não está permitido a requisitar %U desse cache até que você tenha se autenticado.

Por favor, contate o administrador do cache se você está tendo dificuldades em se autenticar ou mude sua senha.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:32.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:45.000000000 +1300 @@ -1 +1 @@ - ERRO: Cache Manager Access Denied

ERROR

Cache Manager Acesso Negado.


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Acesso negado ao gerenciador de cache.

Desculpe. Atualmente, você não tem permissão para requisitar %U deste gerenciador de cache até que você tenha se autenticado.

Por favor, contate o administrador do cache se você está tendo dificuldades em se autenticar ou, se você é o administrador, leia a documentação do Squid na interface de gerenciamento de cache e cheque o log para maiores detalhes sobre mensagens de erro.



\ No newline at end of file + ERRO: Cache Manager Access Denied

ERROR

Cache Manager Acesso Negado.


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Acesso negado ao gerenciador de cache.

Desculpe. Atualmente, você não tem permissão para requisitar %U deste gerenciador de cache até que você tenha se autenticado.

Por favor, contate o administrador do cache se você está tendo dificuldades em se autenticar ou, se você é o administrador, leia a documentação do Squid na interface de gerenciamento de cache e cheque o log para maiores detalhes sobre mensagens de erro.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/pt-br/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/pt-br/ERR_CANNOT_FORWARD 2008-11-10 00:26:32.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_CANNOT_FORWARD 2008-12-05 16:12:45.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Impossível encaminhar esta requisição nesse momento.

Esta requisição não pode ser encaminhada ao servidor de origem ou para nenhum cache pai. A causa mais provável para este erro é que o administrador do cache não permite que este cache faça conexões diretas aos servidores de origem e que todos caches superiores estão inalcançáveis no momento.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Impossível encaminhar esta requisição nesse momento.

Esta requisição não pode ser encaminhada ao servidor de origem ou para nenhum cache pai. A causa mais provável para este erro é que o administrador do cache não permite que este cache faça conexões diretas aos servidores de origem e que todos caches superiores estão inalcançáveis no momento.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_CONNECT_FAIL squid-3.1.0.3/errors/pt-br/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/pt-br/ERR_CONNECT_FAIL 2008-11-10 00:26:33.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_CONNECT_FAIL 2008-12-05 16:12:45.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Conexão para %I falhou.

O sistema retornou: %E

O host remoto ou a rede pode estar fora do ar. Por favor, faça a requisição novamente.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Conexão para %I falhou.

O sistema retornou: %E

O host remoto ou a rede pode estar fora do ar. Por favor, faça a requisição novamente.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_DNS_FAIL squid-3.1.0.3/errors/pt-br/ERR_DNS_FAIL --- squid-3.1.0.2/errors/pt-br/ERR_DNS_FAIL 2008-11-10 00:26:33.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_DNS_FAIL 2008-12-05 16:12:45.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Impossível determinar o endereço IP do nome de host %H

O servidor DNS retornou:

%z

Isto significa que o cache não pode resolver o nome de host contido na URL. Verifique se o endereço está correto.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Impossível determinar o endereço IP do nome de host %H

O servidor DNS retornou:

%z

Isto significa que o cache não pode resolver o nome de host contido na URL. Verifique se o endereço está correto.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_ESI squid-3.1.0.3/errors/pt-br/ERR_ESI --- squid-3.1.0.2/errors/pt-br/ERR_ESI 2008-11-10 00:26:33.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_ESI 2008-12-05 16:12:45.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

O processamento de ESI falhou.

O processador ESI retornou:

%Z

Isto significa que o surrogate não pode processar o modelo do ESI. Por favor, informe este erro ao webmaster.

Seu webmaster é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

O processamento de ESI falhou.

O processador ESI retornou:

%Z

Isto significa que o surrogate não pode processar o modelo do ESI. Por favor, informe este erro ao webmaster.

Seu webmaster é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/pt-br/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/pt-br/ERR_FORWARDING_DENIED 2008-11-10 00:26:33.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FORWARDING_DENIED 2008-12-05 16:12:46.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Encaminhamento Negado.

Este cache não encaminhará sua requisição porque está tentando forçar um relacionamento. Talvez o cliente em %i é um cache que está mal configurado.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Encaminhamento Negado.

Este cache não encaminhará sua requisição porque está tentando forçar um relacionamento. Talvez o cliente em %i é um cache que está mal configurado.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FTP_DISABLED squid-3.1.0.3/errors/pt-br/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/pt-br/ERR_FTP_DISABLED 2008-11-10 00:26:33.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FTP_DISABLED 2008-12-05 16:12:46.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

FTP está Desabilitado

Esse cache não suporta FTP.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

FTP está Desabilitado

Esse cache não suporta FTP.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FTP_FAILURE squid-3.1.0.3/errors/pt-br/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/pt-br/ERR_FTP_FAILURE 2008-11-10 00:26:33.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FTP_FAILURE 2008-12-05 16:12:46.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


Um erro no protocolo FTP ocorreu ao tentar recuperar a URL: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F
%g

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


Um erro no protocolo FTP ocorreu ao tentar recuperar a URL: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F
%g

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/pt-br/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/pt-br/ERR_FTP_FORBIDDEN 2008-11-10 00:26:33.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FTP_FORBIDDEN 2008-12-05 16:12:46.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


Ocorreu uma falha na autenticação do FTP ao tentar recuperar a URL: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F
%g

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


Ocorreu uma falha na autenticação do FTP ao tentar recuperar a URL: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F
%g

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FTP_LISTING squid-3.1.0.3/errors/pt-br/ERR_FTP_LISTING --- squid-3.1.0.2/errors/pt-br/ERR_FTP_LISTING 2008-11-10 00:26:34.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FTP_LISTING 2008-12-05 16:12:46.000000000 +1300 @@ -1 +1 @@ - Diretório FTP: %U

Diretório FTP: %U/


Conteúdo do diretório:

%z
%g
Diretório pai Diretório pai (Diretório raiz)

\ No newline at end of file + Diretório FTP: %U

Diretório FTP: %U/


Conteúdo do diretório:

%z
%g
Diretório pai Diretório pai (Diretório raiz)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/pt-br/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/pt-br/ERR_FTP_NOT_FOUND 2008-11-10 00:26:34.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FTP_NOT_FOUND 2008-12-05 16:12:46.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


A seguinte URL não pôde ser recuperada: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F
%g

Isto pode ter sido causado por uma URL de FTP com um caminho absoluto (que não é conforme com a RFC 1738). Se esta for a causa, então o arquivo pode ser encontrado em %B.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


A seguinte URL não pôde ser recuperada: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F
%g

Isto pode ter sido causado por uma URL de FTP com um caminho absoluto (que não é conforme com a RFC 1738). Se esta for a causa, então o arquivo pode ser encontrado em %B.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/pt-br/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/pt-br/ERR_FTP_PUT_CREATED 2008-11-10 00:26:34.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FTP_PUT_CREATED 2008-12-05 16:12:46.000000000 +1300 @@ -1 +1 @@ - FTP - PUT bem sucedido: Arquivo Criado

Operação bem sucedida

Arquivo criado




\ No newline at end of file + FTP - PUT bem sucedido: Arquivo Criado

Operação bem sucedida

Arquivo criado




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/pt-br/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/pt-br/ERR_FTP_PUT_ERROR 2008-11-10 00:26:34.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FTP_PUT_ERROR 2008-12-05 16:12:46.000000000 +1300 @@ -1 +1 @@ - ERRO: FTP upload failed

ERROR

FTP - PUT/envio falhou


Ao tentar executar o PUT na seguinte URL: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F

Isto significa que o servidor FTP não tem permissão ou espaço suficiente para armazenar o arquivo. Verifique o caminho, permissão, espaço em disco e tente novamente.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: FTP upload failed

ERROR

FTP - PUT/envio falhou


Ao tentar executar o PUT na seguinte URL: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F

Isto significa que o servidor FTP não tem permissão ou espaço suficiente para armazenar o arquivo. Verifique o caminho, permissão, espaço em disco e tente novamente.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/pt-br/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/pt-br/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:34.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:47.000000000 +1300 @@ -1 +1 @@ - FTP - PUT bem sucedido: Arquivo Atualizado

Operação bem sucedida

Arquivo atualizado




\ No newline at end of file + FTP - PUT bem sucedido: Arquivo Atualizado

Operação bem sucedida

Arquivo atualizado




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/pt-br/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/pt-br/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:34.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:47.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O servidor FTP estava muito ocupado para recuperar a URL: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F
%g

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O servidor FTP estava muito ocupado para recuperar a URL: %U

Squid enviou o seguinte comando FTP:

%f

O servidor respondeu com:

%F
%g

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_ICAP_FAILURE squid-3.1.0.3/errors/pt-br/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/pt-br/ERR_ICAP_FAILURE 2008-11-10 00:26:34.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_ICAP_FAILURE 2008-12-05 16:12:47.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Erro de protocolo ICAP.

O sistema retornou: %E

Isto significa que alguma característica da comunicação ICAP falhou.

Alguns dos possíveis problemas são:

  • O servidor ICAP não é alcançável.

  • Uma resposta ilegal foi recebida do servidor ICAP.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Erro de protocolo ICAP.

O sistema retornou: %E

Isto significa que alguma característica da comunicação ICAP falhou.

Alguns dos possíveis problemas são:

  • O servidor ICAP não é alcançável.

  • Uma resposta ilegal foi recebida do servidor ICAP.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_INVALID_REQ squid-3.1.0.3/errors/pt-br/ERR_INVALID_REQ --- squid-3.1.0.2/errors/pt-br/ERR_INVALID_REQ 2008-11-10 00:26:35.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_INVALID_REQ 2008-12-05 16:12:47.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


Requisição Inválida erro encontrado ao tentar processar a requisição:

%R

Alguns dos possíveis problemas são:

  • Método de requisição faltando ou desconhecido.

  • URL faltando.

  • Identificador HTTP faltando (HTTP/1.0).

  • Requisição é muito grande.

  • Content-Length faltando para requisições POST ou PUT.

  • Caracter ilegal no nome de host; underscores não são permitidos.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


Requisição Inválida erro encontrado ao tentar processar a requisição:

%R

Alguns dos possíveis problemas são:

  • Método de requisição faltando ou desconhecido.

  • URL faltando.

  • Identificador HTTP faltando (HTTP/1.0).

  • Requisição é muito grande.

  • Content-Length faltando para requisições POST ou PUT.

  • Caracter ilegal no nome de host; underscores não são permitidos.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_INVALID_RESP squid-3.1.0.3/errors/pt-br/ERR_INVALID_RESP --- squid-3.1.0.2/errors/pt-br/ERR_INVALID_RESP 2008-11-10 00:26:35.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_INVALID_RESP 2008-12-05 16:12:47.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


Resposta Inválida erro encontrado ao tentar processar a requisição:

%R

A mensagem da resposta HTTP recebida do servidor contatado não pode ser entendida ou estava mal-formada. Por favor, contate o administrador do site.

Seu administrador do cache pode providenciar com maiores detalhes a exata natureza do problema, caso seja necessário.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


Resposta Inválida erro encontrado ao tentar processar a requisição:

%R

A mensagem da resposta HTTP recebida do servidor contatado não pode ser entendida ou estava mal-formada. Por favor, contate o administrador do site.

Seu administrador do cache pode providenciar com maiores detalhes a exata natureza do problema, caso seja necessário.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_INVALID_URL squid-3.1.0.3/errors/pt-br/ERR_INVALID_URL --- squid-3.1.0.2/errors/pt-br/ERR_INVALID_URL 2008-11-10 00:26:35.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_INVALID_URL 2008-12-05 16:12:47.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

URL inválida

Alguma característica da URL requisitada é incorreta.

Alguns dos possíveis problemas são:

  • Protocolo de acesso faltando ou incorreto (deveria ser http:// ou semelhante)

  • Nome do host faltando

  • Escape duplo ilegal na URL-Path

  • Caracter ilegal no nome de host; underscores não são permitidos.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

URL inválida

Alguma característica da URL requisitada é incorreta.

Alguns dos possíveis problemas são:

  • Protocolo de acesso faltando ou incorreto (deveria ser http:// ou semelhante)

  • Nome do host faltando

  • Escape duplo ilegal na URL-Path

  • Caracter ilegal no nome de host; underscores não são permitidos.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_LIFETIME_EXP squid-3.1.0.3/errors/pt-br/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/pt-br/ERR_LIFETIME_EXP 2008-11-10 00:26:35.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_LIFETIME_EXP 2008-12-05 16:12:47.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Tempo de vida da conexão expirou

Squid terminou a requisição porque foi excedido o tempo de vida máximo da conexão.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Tempo de vida da conexão expirou

Squid terminou a requisição porque foi excedido o tempo de vida máximo da conexão.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_NO_RELAY squid-3.1.0.3/errors/pt-br/ERR_NO_RELAY --- squid-3.1.0.2/errors/pt-br/ERR_NO_RELAY 2008-11-10 00:26:35.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_NO_RELAY 2008-12-05 16:12:48.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Sem Wais Relay

Não há nenhum host de WAIS Relay definido para esse Cache! Contate o administrador.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Sem Wais Relay

Não há nenhum host de WAIS Relay definido para esse Cache! Contate o administrador.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/pt-br/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/pt-br/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:35.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:48.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Um documento válido não foi encontrado no cache e a diretiva only-if-cached foi especificada.

Você enviou uma requisição com a diretiva de controle de cache only-if-cached. O documento não foi encontrado no cache ou o cache requer uma revalidação, que é proibida por esta diretiva.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Um documento válido não foi encontrado no cache e a diretiva only-if-cached foi especificada.

Você enviou uma requisição com a diretiva de controle de cache only-if-cached. O documento não foi encontrado no cache ou o cache requer uma revalidação, que é proibida por esta diretiva.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_READ_ERROR squid-3.1.0.3/errors/pt-br/ERR_READ_ERROR --- squid-3.1.0.2/errors/pt-br/ERR_READ_ERROR 2008-11-10 00:26:35.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_READ_ERROR 2008-12-05 16:12:48.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Erro de Leitura

O sistema retornou: %E

Uma condição de erro ocorreu ao ler dados da rede. Por favor, repita sua requisição.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Erro de Leitura

O sistema retornou: %E

Uma condição de erro ocorreu ao ler dados da rede. Por favor, repita sua requisição.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_READ_TIMEOUT squid-3.1.0.3/errors/pt-br/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/pt-br/ERR_READ_TIMEOUT 2008-11-10 00:26:36.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_READ_TIMEOUT 2008-12-05 16:12:48.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Tempo de leitura esgotado

O sistema retornou: %E

Tempo esgotado esperando a leitura de dados pela rede. A rede ou o servidor pode estar desconectado ou congestionado. Por favor, tente novamente sua requisição.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Tempo de leitura esgotado

O sistema retornou: %E

Tempo esgotado esperando a leitura de dados pela rede. A rede ou o servidor pode estar desconectado ou congestionado. Por favor, tente novamente sua requisição.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/pt-br/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/pt-br/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:36.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:48.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Falha ao estabelecer uma conexão segura com %I

O sistema retornou: %E

Este proxy e o host remoto falharam em negociar uma configuração de segurança aceitável entre si para atender sua requisição. É possível que o host remoto não suporte conexões seguras ou que o proxy não está satisfeito com as credenciais de segurança do host.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Falha ao estabelecer uma conexão segura com %I

O sistema retornou: %E

Este proxy e o host remoto falharam em negociar uma configuração de segurança aceitável entre si para atender sua requisição. É possível que o host remoto não suporte conexões seguras ou que o proxy não está satisfeito com as credenciais de segurança do host.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/pt-br/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/pt-br/ERR_SHUTTING_DOWN 2008-11-10 00:26:36.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_SHUTTING_DOWN 2008-12-05 16:12:48.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Este cache está sendo desligado e não pode atender sua requisição neste momento. Por favor, tente novamente em breve.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Este cache está sendo desligado e não pode atender sua requisição neste momento. Por favor, tente novamente em breve.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/pt-br/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/pt-br/ERR_SOCKET_FAILURE 2008-11-10 00:26:36.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_SOCKET_FAILURE 2008-12-05 16:12:48.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Falha de socket

O sistema retornou: %E

Squid não pode criar um socket TCP, presumivelmente devido a uma carga excessiva. Por favor, repita sua requisição.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Falha de socket

O sistema retornou: %E

Squid não pode criar um socket TCP, presumivelmente devido a uma carga excessiva. Por favor, repita sua requisição.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_TOO_BIG squid-3.1.0.3/errors/pt-br/ERR_TOO_BIG --- squid-3.1.0.2/errors/pt-br/ERR_TOO_BIG 2008-11-10 00:26:36.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_TOO_BIG 2008-12-05 16:12:48.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

A requisição ou a resposta é muito grande.

Se você está fazendo uma requisição POST ou PUT, então o item que você está tentando enviar é muito grande.

Se você está fazendo uma requisição GET, então o item que você está tentando baixar é muito grande.

Esses limites foram estabelecidos pelo Provedor de Serviço Internet em que este cache opera. Por favor, contate-os diretamente se você acha que isso é um erro.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

A requisição ou a resposta é muito grande.

Se você está fazendo uma requisição POST ou PUT, então o item que você está tentando enviar é muito grande.

Se você está fazendo uma requisição GET, então o item que você está tentando baixar é muito grande.

Esses limites foram estabelecidos pelo Provedor de Serviço Internet em que este cache opera. Por favor, contate-os diretamente se você acha que isso é um erro.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_UNSUP_REQ squid-3.1.0.3/errors/pt-br/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/pt-br/ERR_UNSUP_REQ 2008-11-10 00:26:36.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_UNSUP_REQ 2008-12-05 16:12:49.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Método e Protocolo de Requisição Não-Suportado

Squid não suporta todos os métodos de requisição para todos os protocolos de acesso. Por exemplo, você não pode emitir uma requisição POST ao protocolo Gopher.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Método e Protocolo de Requisição Não-Suportado

Squid não suporta todos os métodos de requisição para todos os protocolos de acesso. Por exemplo, você não pode emitir uma requisição POST ao protocolo Gopher.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_URN_RESOLVE squid-3.1.0.3/errors/pt-br/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/pt-br/ERR_URN_RESOLVE 2008-11-10 00:26:36.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_URN_RESOLVE 2008-12-05 16:12:49.000000000 +1300 @@ -1 +1 @@ - ERRO: The requested URN not be retrieved

ERROR

Uma URL para a URN requisitada não pode ser recuperada


O seguinte erro foi encontrado ao tentar recuperar a URN: %U

Não é possível resolver URN

Olha, não espere muito por URNs em %T :)

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: The requested URN not be retrieved

ERROR

Uma URL para a URN requisitada não pode ser recuperada


O seguinte erro foi encontrado ao tentar recuperar a URN: %U

Não é possível resolver URN

Olha, não espere muito por URNs em %T :)

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_WRITE_ERROR squid-3.1.0.3/errors/pt-br/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/pt-br/ERR_WRITE_ERROR 2008-11-10 00:26:37.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_WRITE_ERROR 2008-12-05 16:12:49.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Erro ao enviar

O sistema retornou: %E

Ocorreu um erro ao tentar escrever na rede. Por favor, repita sua requisição.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Erro ao enviar

O sistema retornou: %E

Ocorreu um erro ao tentar escrever na rede. Por favor, repita sua requisição.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/pt-br/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/pt-br/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/pt-br/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:37.000000000 +1300 +++ squid-3.1.0.3/errors/pt-br/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:49.000000000 +1300 @@ -1 +1 @@ - ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Resposta de tamanho zero

Squid não recebeu nenhum dado para essa requisição.

Seu administrador do cache é %w.



\ No newline at end of file + ERRO: A URL requisitada não pôde ser recuperada

ERROR

The requested URL could not be retrieved


O seguinte erro foi encontrado ao tentar recuperar a URL: %U

Resposta de tamanho zero

Squid não recebeu nenhum dado para essa requisição.

Seu administrador do cache é %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_ACCESS_DENIED squid-3.1.0.3/errors/ru/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/ru/ERR_ACCESS_DENIED 2008-11-10 00:26:37.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_ACCESS_DENIED 2008-12-05 16:12:49.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

В доступе отказано.

Настройка контроля доступа не даёт возможности выполнить Ваш запрос в настоящее время. Пожалуйста, свяжитесь с Вашим поставщиком услуг Интернет, если Вы считаете это неправильным.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

В доступе отказано.

Настройка контроля доступа не даёт возможности выполнить Ваш запрос в настоящее время. Пожалуйста, свяжитесь с Вашим поставщиком услуг Интернет, если Вы считаете это неправильным.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/ru/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/ru/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:37.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:49.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Cache Access Denied

ERROR

Cache В доступе отказано.


При получении URL %U произошла следующая ошибка

В доступе к кэшу отказано.

Извините, Вы не можете запросить %U из этого кэша до тех пор, пока не пройдёте идентификацию.

Пожалуйста свяжитесь с администратором кэша, если у Вас возникли проблемы с аутентификацией, либо смените Ваш пароль по умолчанию.



\ No newline at end of file + ОШИБКА: Cache Access Denied

ERROR

Cache В доступе отказано.


При получении URL %U произошла следующая ошибка

В доступе к кэшу отказано.

Извините, Вы не можете запросить %U из этого кэша до тех пор, пока не пройдёте идентификацию.

Пожалуйста свяжитесь с администратором кэша, если у Вас возникли проблемы с аутентификацией, либо смените Ваш пароль по умолчанию.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:37.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:49.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Cache Manager Access Denied

ERROR

Cache Manager В доступе отказано.


При получении URL %U произошла следующая ошибка

В доступе к администратору кэша отказано.

Извините, Вы не можете запросить %U из системы управления кэша до тех пор, пока не пройдете идентификацию.

Пожалуйста свяжитесь с администратором кэша, если у Вас возникли проблемы с аутентификацией, если же Вы администратор, прочитайте документацию по интерфейсу управления кэшем и просмотрите лог-файл на предмет более детальных сообщений об ошибках.



\ No newline at end of file + ОШИБКА: Cache Manager Access Denied

ERROR

Cache Manager В доступе отказано.


При получении URL %U произошла следующая ошибка

В доступе к администратору кэша отказано.

Извините, Вы не можете запросить %U из системы управления кэша до тех пор, пока не пройдете идентификацию.

Пожалуйста свяжитесь с администратором кэша, если у Вас возникли проблемы с аутентификацией, если же Вы администратор, прочитайте документацию по интерфейсу управления кэшем и просмотрите лог-файл на предмет более детальных сообщений об ошибках.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/ru/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/ru/ERR_CANNOT_FORWARD 2008-11-10 00:26:38.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_CANNOT_FORWARD 2008-12-05 16:12:50.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Невозможно перенаправить запрос в данное время.

Этот запрос не может быть перенаправлен ни к первичному серверу, ни к родительским кэшам. Наиболее вероятная причина этой ошибки в том, что администратор запретил прямые соединения к первычным серверам, а все указанные родительские кэши в данный момент недоступны.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Невозможно перенаправить запрос в данное время.

Этот запрос не может быть перенаправлен ни к первичному серверу, ни к родительским кэшам. Наиболее вероятная причина этой ошибки в том, что администратор запретил прямые соединения к первычным серверам, а все указанные родительские кэши в данный момент недоступны.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_CONNECT_FAIL squid-3.1.0.3/errors/ru/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/ru/ERR_CONNECT_FAIL 2008-11-10 00:26:38.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_CONNECT_FAIL 2008-12-05 16:12:50.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Соединение с %I не удалось

Система вернула: %E

Удаленный узел или сеть могут быть недоступны. Пожалуйста, повторите запрос позже.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Соединение с %I не удалось

Система вернула: %E

Удаленный узел или сеть могут быть недоступны. Пожалуйста, повторите запрос позже.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_DNS_FAIL squid-3.1.0.3/errors/ru/ERR_DNS_FAIL --- squid-3.1.0.2/errors/ru/ERR_DNS_FAIL 2008-11-10 00:26:38.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_DNS_FAIL 2008-12-05 16:12:50.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Невозможно определить IP адрес из имени узла %H

Сервер DNS ответил:

%z

Это означает, что кэш не смог преобразовать имя узла в URL. Проверьте адрес на правильность.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Невозможно определить IP адрес из имени узла %H

Сервер DNS ответил:

%z

Это означает, что кэш не смог преобразовать имя узла в URL. Проверьте адрес на правильность.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_ESI squid-3.1.0.3/errors/ru/ERR_ESI --- squid-3.1.0.2/errors/ru/ERR_ESI 2008-11-10 00:26:38.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_ESI 2008-12-05 16:12:50.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Обработка ESI не удалась.

Обработчик ESI ответил:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Ваш вебмастер: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Обработка ESI не удалась.

Обработчик ESI ответил:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Ваш вебмастер: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/ru/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/ru/ERR_FORWARDING_DENIED 2008-11-10 00:26:38.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FORWARDING_DENIED 2008-12-05 16:12:50.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

В пересылке отказано

Этот кэш не будет пересылать Ваш запрос по причине установки взаимоотношений типа sibling. Скорее всего клиент %i - неправильно сконфигурированный кэш.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

В пересылке отказано

Этот кэш не будет пересылать Ваш запрос по причине установки взаимоотношений типа sibling. Скорее всего клиент %i - неправильно сконфигурированный кэш.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FTP_DISABLED squid-3.1.0.3/errors/ru/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/ru/ERR_FTP_DISABLED 2008-11-10 00:26:38.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FTP_DISABLED 2008-12-05 16:12:50.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

FTP отключен

Этот кэш не поддерживает FTP.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

FTP отключен

Этот кэш не поддерживает FTP.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FTP_FAILURE squid-3.1.0.3/errors/ru/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/ru/ERR_FTP_FAILURE 2008-11-10 00:26:38.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FTP_FAILURE 2008-12-05 16:12:50.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Произошла ошибка FTP протокола при попытке получить следующий URL (унифицированный указатель информационного ресурса): %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F
%g

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Произошла ошибка FTP протокола при попытке получить следующий URL (унифицированный указатель информационного ресурса): %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F
%g

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/ru/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/ru/ERR_FTP_FORBIDDEN 2008-11-10 00:26:39.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FTP_FORBIDDEN 2008-12-05 16:12:51.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Произошла ошибка FTP идентификации при попытке получить URL (унифицированный указатель информационного ресурса): %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F
%g

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Произошла ошибка FTP идентификации при попытке получить URL (унифицированный указатель информационного ресурса): %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F
%g

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FTP_LISTING squid-3.1.0.3/errors/ru/ERR_FTP_LISTING --- squid-3.1.0.2/errors/ru/ERR_FTP_LISTING 2008-11-10 00:26:39.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FTP_LISTING 2008-12-05 16:12:51.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/ru/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/ru/ERR_FTP_NOT_FOUND 2008-11-10 00:26:39.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FTP_NOT_FOUND 2008-12-05 16:12:51.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Следующий URL не может быть получен: %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F
%g

Это может быть вызвано FTP URL c абсолютным путем (который не соответствует RFC 1738). Если эта причина верна, то файл можно найти на %B.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Следующий URL не может быть получен: %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F
%g

Это может быть вызвано FTP URL c абсолютным путем (который не соответствует RFC 1738). Если эта причина верна, то файл можно найти на %B.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/ru/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/ru/ERR_FTP_PUT_CREATED 2008-11-10 00:26:39.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FTP_PUT_CREATED 2008-12-05 16:12:51.000000000 +1300 @@ -1 +1 @@ - Операция FTP PUT завершилась успешно: файл создан

Операция завершилась успешно

Файл создан




\ No newline at end of file + Операция FTP PUT завершилась успешно: файл создан

Операция завершилась успешно

Файл создан




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/ru/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/ru/ERR_FTP_PUT_ERROR 2008-11-10 00:26:39.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FTP_PUT_ERROR 2008-12-05 16:12:51.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: FTP upload failed

ERROR

Операция FTP PUT (загрузка) не удалась


При попытке PUT следующего URL: %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F

Это означает, что FTP сервер может не иметь прав или свободного места для хранения файла. Проверьте путь, права, свободное место и повторите снова.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: FTP upload failed

ERROR

Операция FTP PUT (загрузка) не удалась


При попытке PUT следующего URL: %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F

Это означает, что FTP сервер может не иметь прав или свободного места для хранения файла. Проверьте путь, права, свободное место и повторите снова.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/ru/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/ru/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:39.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:51.000000000 +1300 @@ -1 +1 @@ - Операция FTP PUT завершилась успешно: файл обновлен

Операция завершилась успешно

Файл обновлен




\ No newline at end of file + Операция FTP PUT завершилась успешно: файл обновлен

Операция завершилась успешно

Файл обновлен




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/ru/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/ru/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:40.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:51.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Сервер FTP слишком нагружен, чтобы получить URL: %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F
%g

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Сервер FTP слишком нагружен, чтобы получить URL: %U

Squid послал следующую FTP комманду:

%f

Сервер ответил:

%F
%g

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_ICAP_FAILURE squid-3.1.0.3/errors/ru/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/ru/ERR_ICAP_FAILURE 2008-11-10 00:26:40.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_ICAP_FAILURE 2008-12-05 16:12:51.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Ошибка ICAP протокола.

Система вернула: %E

Это означает, что некоторые аспекты ICAP связи неудались.

Возможные проблемы:

  • Сервер ICAP недоступен

  • Получен неверный ответ от ICAP сервера.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Ошибка ICAP протокола.

Система вернула: %E

Это означает, что некоторые аспекты ICAP связи неудались.

Возможные проблемы:

  • Сервер ICAP недоступен

  • Получен неверный ответ от ICAP сервера.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_INVALID_REQ squid-3.1.0.3/errors/ru/ERR_INVALID_REQ --- squid-3.1.0.2/errors/ru/ERR_INVALID_REQ 2008-11-10 00:26:40.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_INVALID_REQ 2008-12-05 16:12:52.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Ошибка неверный запрос при обработке запроса:

%R

Возможные проблемы:

  • Отсутствует или неизвестен метод запроса.

  • Отсутствует URL.

  • Отсутствует HTTP идентификатор (HTTP/1.0).

  • Запрос слишком велик.

  • Упещенный Content-Length в POST или PUT запросе.

  • Недопустимый символ в имени (hostname), подчеркивания запрещены.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Ошибка неверный запрос при обработке запроса:

%R

Возможные проблемы:

  • Отсутствует или неизвестен метод запроса.

  • Отсутствует URL.

  • Отсутствует HTTP идентификатор (HTTP/1.0).

  • Запрос слишком велик.

  • Упещенный Content-Length в POST или PUT запросе.

  • Недопустимый символ в имени (hostname), подчеркивания запрещены.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_INVALID_RESP squid-3.1.0.3/errors/ru/ERR_INVALID_RESP --- squid-3.1.0.2/errors/ru/ERR_INVALID_RESP 2008-11-10 00:26:40.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_INVALID_RESP 2008-12-05 16:12:52.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Ошибка неверный ответ при обработке запроса:

%R

Ответ HTTP (HTTP Response message), полученный от сервера не может быть обработан или неверно сформирован. Пожалуйста, свяжитесь с оператором сервера.

Администратор вашего кэша, при необходимости, может предоставить Вам более подробную информацию о действительных причинах проблемы.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


Ошибка неверный ответ при обработке запроса:

%R

Ответ HTTP (HTTP Response message), полученный от сервера не может быть обработан или неверно сформирован. Пожалуйста, свяжитесь с оператором сервера.

Администратор вашего кэша, при необходимости, может предоставить Вам более подробную информацию о действительных причинах проблемы.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_INVALID_URL squid-3.1.0.3/errors/ru/ERR_INVALID_URL --- squid-3.1.0.2/errors/ru/ERR_INVALID_URL 2008-11-10 00:26:40.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_INVALID_URL 2008-12-05 16:12:52.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Неверный URL

Некоторые параметры URL неверны

Возможные проблемы:

  • Отсутствет или неверено указан протокол (должен быть http:// или похожий)

  • Отсутствует имя узла (hostname)

  • Недопустимое двойное экранирование в пути URL (URL-Path)

  • Недопустимый символ в имени (hostname), подчеркивания запрещены.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Неверный URL

Некоторые параметры URL неверны

Возможные проблемы:

  • Отсутствет или неверено указан протокол (должен быть http:// или похожий)

  • Отсутствует имя узла (hostname)

  • Недопустимое двойное экранирование в пути URL (URL-Path)

  • Недопустимый символ в имени (hostname), подчеркивания запрещены.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_LIFETIME_EXP squid-3.1.0.3/errors/ru/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/ru/ERR_LIFETIME_EXP 2008-11-10 00:26:40.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_LIFETIME_EXP 2008-12-05 16:12:52.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Время жизни соединения истекло

Squid прервал запрос из-за превышения максимального времени соединения.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Время жизни соединения истекло

Squid прервал запрос из-за превышения максимального времени соединения.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_NO_RELAY squid-3.1.0.3/errors/ru/ERR_NO_RELAY --- squid-3.1.0.2/errors/ru/ERR_NO_RELAY 2008-11-10 00:26:40.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_NO_RELAY 2008-12-05 16:12:52.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Wais Relay не определен

Для этого кэша не определен Wais Relay узел. Кричите на администратора.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Wais Relay не определен

Для этого кэша не определен Wais Relay узел. Кричите на администратора.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/ru/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/ru/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:41.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:52.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Действительный документ не найден в кэше и указана деректива only-if-cached.

Вы сделали запрос с директивой управления кэшем only-if-cached. Документ не был найден в кэше или он требует обновления, запрешенного директивой only-if-cached.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Действительный документ не найден в кэше и указана деректива only-if-cached.

Вы сделали запрос с директивой управления кэшем only-if-cached. Документ не был найден в кэше или он требует обновления, запрешенного директивой only-if-cached.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_READ_ERROR squid-3.1.0.3/errors/ru/ERR_READ_ERROR --- squid-3.1.0.2/errors/ru/ERR_READ_ERROR 2008-11-10 00:26:41.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_READ_ERROR 2008-12-05 16:12:52.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Ошибка при чтении

Система вернула: %E

При попытке чтения данных из сети произошла ошибка. Пожалуйста, повторите запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Ошибка при чтении

Система вернула: %E

При попытке чтения данных из сети произошла ошибка. Пожалуйста, повторите запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_READ_TIMEOUT squid-3.1.0.3/errors/ru/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/ru/ERR_READ_TIMEOUT 2008-11-10 00:26:41.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_READ_TIMEOUT 2008-12-05 16:12:52.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Время ожидания при чтении истекло

Система вернула: %E

Превышено время ожидания ответа во время чтения данных из сети. Сеть или сервер не работают либо перегружены. Пожалуйста, повторите запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Время ожидания при чтении истекло

Система вернула: %E

Превышено время ожидания ответа во время чтения данных из сети. Сеть или сервер не работают либо перегружены. Пожалуйста, повторите запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/ru/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/ru/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:41.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:53.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Не удалось установить безопасное соединение с %I

Система вернула: %E

При обработке Вашего запроса этот кэш и удаленный узел не смогли выбрать взаимно удовлетворяющие настройки безопасности. Возможно удаленный узел не поддерживает безопасные соединения, или кэш не не удовлетворен аттестатом безопасности узла.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Не удалось установить безопасное соединение с %I

Система вернула: %E

При обработке Вашего запроса этот кэш и удаленный узел не смогли выбрать взаимно удовлетворяющие настройки безопасности. Возможно удаленный узел не поддерживает безопасные соединения, или кэш не не удовлетворен аттестатом безопасности узла.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/ru/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/ru/ERR_SHUTTING_DOWN 2008-11-10 00:26:41.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_SHUTTING_DOWN 2008-12-05 16:12:53.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Этот кэш в процессе завершения работы и не может выполнить Ваш запрос в настоящее время. Пожалуйста, повторите запрос через некторое время.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Этот кэш в процессе завершения работы и не может выполнить Ваш запрос в настоящее время. Пожалуйста, повторите запрос через некторое время.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/ru/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/ru/ERR_SOCKET_FAILURE 2008-11-10 00:26:41.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_SOCKET_FAILURE 2008-12-05 16:12:53.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Ошибка сокета

Система вернула: %E

Squid не может создать TCP сокет, предположительно из-за большой нагрузки. Пожалуйста, повторите запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Ошибка сокета

Система вернула: %E

Squid не может создать TCP сокет, предположительно из-за большой нагрузки. Пожалуйста, повторите запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_TOO_BIG squid-3.1.0.3/errors/ru/ERR_TOO_BIG --- squid-3.1.0.2/errors/ru/ERR_TOO_BIG 2008-11-10 00:26:42.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_TOO_BIG 2008-12-05 16:12:53.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Запрос или ответ слишком велик.

Если Вы делаете POST или PUT запросы, то закачиваемый объект слишком велик.

Если Вы делаете GET запрос, то скачиваемый объект слишком велик.

Эти ограничения установлены вышим интернет провайдером, который управляет этим кэшем. Пожалуйста, свяжитесь с ними, если Вы считаете это неправильным.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Запрос или ответ слишком велик.

Если Вы делаете POST или PUT запросы, то закачиваемый объект слишком велик.

Если Вы делаете GET запрос, то скачиваемый объект слишком велик.

Эти ограничения установлены вышим интернет провайдером, который управляет этим кэшем. Пожалуйста, свяжитесь с ними, если Вы считаете это неправильным.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_UNSUP_REQ squid-3.1.0.3/errors/ru/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/ru/ERR_UNSUP_REQ 2008-11-10 00:26:42.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_UNSUP_REQ 2008-12-05 16:12:53.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Неподдерживаемый метод запроса или протокол

Squid не поддерживает все методы запросов для всех протоколов. К примеру, для Gopher протокола Вы не можете выполнять запрос POST.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Неподдерживаемый метод запроса или протокол

Squid не поддерживает все методы запросов для всех протоколов. К примеру, для Gopher протокола Вы не можете выполнять запрос POST.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_URN_RESOLVE squid-3.1.0.3/errors/ru/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/ru/ERR_URN_RESOLVE 2008-11-10 00:26:42.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_URN_RESOLVE 2008-12-05 16:12:53.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: The requested URN not be retrieved

ERROR

URL для запрошенного URN не может быть получен


При получении URN: %U произошла следующая ошибка

Невозможно определить URN

Не стоит ожидать чудес от URN-ов на %T :)

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: The requested URN not be retrieved

ERROR

URL для запрошенного URN не может быть получен


При получении URN: %U произошла следующая ошибка

Невозможно определить URN

Не стоит ожидать чудес от URN-ов на %T :)

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_WRITE_ERROR squid-3.1.0.3/errors/ru/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/ru/ERR_WRITE_ERROR 2008-11-10 00:26:42.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_WRITE_ERROR 2008-12-05 16:12:53.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Ошибка записи

Система вернула: %E

При попытке записи данных в сеть произошла ошибка. Пожалуйста, повторите запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Ошибка записи

Система вернула: %E

При попытке записи данных в сеть произошла ошибка. Пожалуйста, повторите запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/ru/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/ru/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/ru/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:42.000000000 +1300 +++ squid-3.1.0.3/errors/ru/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:54.000000000 +1300 @@ -1 +1 @@ - ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Пустой ответ (нулевой длины)

Squid не получил никаких данных в ответ на этот запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file + ОШИБКА: Запрошенный URL не может быть получен

ERROR

The requested URL could not be retrieved


При получении URL %U произошла следующая ошибка

Пустой ответ (нулевой длины)

Squid не получил никаких данных в ответ на этот запрос.

Администратор Вашего кэша: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_ACCESS_DENIED squid-3.1.0.3/errors/sv/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/sv/ERR_ACCESS_DENIED 2008-11-10 00:26:43.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_ACCESS_DENIED 2008-12-05 16:12:54.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Tillträde Nekas.

Tillträdeskontrollen förhindrar Er begäran från att tillåtas vid den här tidpunkten. Vänligen kontakta Er tjänsteleverantör om Ni finner detta inkorrekt.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Tillträde Nekas.

Tillträdeskontrollen förhindrar Er begäran från att tillåtas vid den här tidpunkten. Vänligen kontakta Er tjänsteleverantör om Ni finner detta inkorrekt.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/sv/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/sv/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:43.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:54.000000000 +1300 @@ -1 +1 @@ - FEL: Cache Access Denied

ERROR

Cache Tillträde Nekas.


Följande fel påträffades vid hämtning av URL: %U

Tillträde till Cache Nekas.

Ledsen, Ni är förnärvarande ej berättigad att begära %U från denna cache tills det att Ni har autentifierat Er.

Vänligen kontakta cacheadministratorn om Ni har svårigh eter med att autentifiera Er själv, eller byt Ert lösenord.



\ No newline at end of file + FEL: Cache Access Denied

ERROR

Cache Tillträde Nekas.


Följande fel påträffades vid hämtning av URL: %U

Tillträde till Cache Nekas.

Ledsen, Ni är förnärvarande ej berättigad att begära %U från denna cache tills det att Ni har autentifierat Er.

Vänligen kontakta cacheadministratorn om Ni har svårigh eter med att autentifiera Er själv, eller byt Ert lösenord.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:43.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:54.000000000 +1300 @@ -1 +1 @@ - FEL: Cache Manager Access Denied

ERROR

Cache Manager Tillträde Nekas.


Följande fel påträffades vid hämtning av URL: %U

Tillträde till Cachehanteraren Nekas.

Ledsen, Ni är förnärvarande ej berättigad att begära %U från denna cache tills det att Ni har autentifierat Er.

Vänligen kontakta cacheadministratorn om Ni har svårigheter med att autentifiera Er själv, om Ni är administratorn, läs Squid dokumentationen om cache hanterar interfacet och kontrollera cache loggen för mer detaljerade felmeddelanden.



\ No newline at end of file + FEL: Cache Manager Access Denied

ERROR

Cache Manager Tillträde Nekas.


Följande fel påträffades vid hämtning av URL: %U

Tillträde till Cachehanteraren Nekas.

Ledsen, Ni är förnärvarande ej berättigad att begära %U från denna cache tills det att Ni har autentifierat Er.

Vänligen kontakta cacheadministratorn om Ni har svårigheter med att autentifiera Er själv, om Ni är administratorn, läs Squid dokumentationen om cache hanterar interfacet och kontrollera cache loggen för mer detaljerade felmeddelanden.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/sv/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/sv/ERR_CANNOT_FORWARD 2008-11-10 00:26:43.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_CANNOT_FORWARD 2008-12-05 16:12:54.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Kunde ej vidarebefodra förfrågan vid detta tillfälle.

Denna förfrågan kunde ej vidarebefodras till ursprunglig server eller till överliggande cache-noder. Den mest sannolika anledningen till detta fel är cacheadministratorn tillåter inte denna cache att göra direkta anslutningar till ursprungliga servrar, och alla överliggande cache-noder kan ej nås för tillfället.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Kunde ej vidarebefodra förfrågan vid detta tillfälle.

Denna förfrågan kunde ej vidarebefodras till ursprunglig server eller till överliggande cache-noder. Den mest sannolika anledningen till detta fel är cacheadministratorn tillåter inte denna cache att göra direkta anslutningar till ursprungliga servrar, och alla överliggande cache-noder kan ej nås för tillfället.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_CONNECT_FAIL squid-3.1.0.3/errors/sv/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/sv/ERR_CONNECT_FAIL 2008-11-10 00:26:43.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_CONNECT_FAIL 2008-12-05 16:12:54.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Anslutnings att %I misslyckades.

Systemet returnerade: %E

Begärd värd eller nätverk kan vara nere. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Anslutnings att %I misslyckades.

Systemet returnerade: %E

Begärd värd eller nätverk kan vara nere. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_DNS_FAIL squid-3.1.0.3/errors/sv/ERR_DNS_FAIL --- squid-3.1.0.2/errors/sv/ERR_DNS_FAIL 2008-11-10 00:26:44.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_DNS_FAIL 2008-12-05 16:12:54.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Kunde inte få fram IP-adressen för värdnamnet %H

DNS namnservern svarade:

%z

Detta betyder att cachen kunde inte lösa upp värdnamnet angivet i begärd URL. Kontrollera att adressen är korrekt.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Kunde inte få fram IP-adressen för värdnamnet %H

DNS namnservern svarade:

%z

Detta betyder att cachen kunde inte lösa upp värdnamnet angivet i begärd URL. Kontrollera att adressen är korrekt.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_ESI squid-3.1.0.3/errors/sv/ERR_ESI --- squid-3.1.0.2/errors/sv/ERR_ESI 2008-11-10 00:26:44.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_ESI 2008-12-05 16:12:55.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

ESI bearbetning misslyckades.

ESI motorn returnerade:

%Z

Detta betyder att surrogat servern kunde inte bearbeta ESI mallen. Vänligen kontakta den ansvariga för webbservern ifråga.

Addressen till ansvarig administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

ESI bearbetning misslyckades.

ESI motorn returnerade:

%Z

Detta betyder att surrogat servern kunde inte bearbeta ESI mallen. Vänligen kontakta den ansvariga för webbservern ifråga.

Addressen till ansvarig administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/sv/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/sv/ERR_FORWARDING_DENIED 2008-11-10 00:26:44.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FORWARDING_DENIED 2008-12-05 16:12:55.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Vidarebefodran Nekad.

Denna cache kommer inte vidarebefodra en begäran eftersom den försöker att tvinga sig till en rättighet som den inte har. Kanske klienten vid %i är en cache som är felkonfigurerad.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Vidarebefodran Nekad.

Denna cache kommer inte vidarebefodra en begäran eftersom den försöker att tvinga sig till en rättighet som den inte har. Kanske klienten vid %i är en cache som är felkonfigurerad.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FTP_DISABLED squid-3.1.0.3/errors/sv/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/sv/ERR_FTP_DISABLED 2008-11-10 00:26:44.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FTP_DISABLED 2008-12-05 16:12:55.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

FTP är Avstängd

Denna cache stödjer inte FTP.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

FTP är Avstängd

Denna cache stödjer inte FTP.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FTP_FAILURE squid-3.1.0.3/errors/sv/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/sv/ERR_FTP_FAILURE 2008-11-10 00:26:44.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FTP_FAILURE 2008-12-05 16:12:55.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Ett FTP protokollfel inträffade vid försöket att hämta URL: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F
%g

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Ett FTP protokollfel inträffade vid försöket att hämta URL: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F
%g

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/sv/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/sv/ERR_FTP_FORBIDDEN 2008-11-10 00:26:44.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FTP_FORBIDDEN 2008-12-05 16:12:55.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Ett misslyckande vid FTP autentifiering inträffade vid försöket att hämta URL: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F
%g

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Ett misslyckande vid FTP autentifiering inträffade vid försöket att hämta URL: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F
%g

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FTP_LISTING squid-3.1.0.3/errors/sv/ERR_FTP_LISTING --- squid-3.1.0.2/errors/sv/ERR_FTP_LISTING 2008-11-10 00:26:44.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FTP_LISTING 2008-12-05 16:12:55.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/sv/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/sv/ERR_FTP_NOT_FOUND 2008-11-10 00:26:45.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FTP_NOT_FOUND 2008-12-05 16:12:55.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande URL kunde inte hämtas: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F
%g

Detta kan orsakas av en FTP URL med en absolut sökväg (vilket inte överensstämmer med RFC 1738). Om detta är orsaken, kan filen återfinnas vid %B.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande URL kunde inte hämtas: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F
%g

Detta kan orsakas av en FTP URL med en absolut sökväg (vilket inte överensstämmer med RFC 1738). Om detta är orsaken, kan filen återfinnas vid %B.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/sv/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/sv/ERR_FTP_PUT_CREATED 2008-11-10 00:26:45.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FTP_PUT_CREATED 2008-12-05 16:12:55.000000000 +1300 @@ -1 +1 @@ - FTP PUT lyckades: Filen Skapades

Operationen lyckades

Filein skapades




\ No newline at end of file + FTP PUT lyckades: Filen Skapades

Operationen lyckades

Filein skapades




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/sv/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/sv/ERR_FTP_PUT_ERROR 2008-11-10 00:26:45.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FTP_PUT_ERROR 2008-12-05 16:12:56.000000000 +1300 @@ -1 +1 @@ - FEL: FTP upload failed

ERROR

FTP PUT/uppladdning misslyckades


Vid försöket att utföra PUT till följande URL: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F

Detta betyder att rättighet eller utrymme saknas på FTP servern för att lagra filen. Kontrollera sökväg, rättigheter och diskutrymme och försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: FTP upload failed

ERROR

FTP PUT/uppladdning misslyckades


Vid försöket att utföra PUT till följande URL: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F

Detta betyder att rättighet eller utrymme saknas på FTP servern för att lagra filen. Kontrollera sökväg, rättigheter och diskutrymme och försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/sv/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/sv/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:45.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FTP_PUT_MODIFIED 2008-12-05 16:12:56.000000000 +1300 @@ -1 +1 @@ - FTP PUT lyckades: Filen uppdaterades

Operationen lyckades

Filen uppdaterades




\ No newline at end of file + FTP PUT Successful: File Updated

Operationen lyckades

Filen uppdaterades




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/sv/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/sv/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:45.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_FTP_UNAVAILABLE 2008-12-05 16:12:56.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


FTP servern var ej tillgänglig vid försöket att hämta URL: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F
%g

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


FTP servern var ej tillgänglig vid försöket att hämta URL: %U

Squid sände följande FTP kommando:

%f

Servern svarade med:

%F
%g

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_ICAP_FAILURE squid-3.1.0.3/errors/sv/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/sv/ERR_ICAP_FAILURE 2008-11-10 00:26:45.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_ICAP_FAILURE 2008-12-05 16:12:56.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

ICAP protokollfel.

Systemet returnerade: %E

Detta betyder att ICAP kommunikationen misslyckades.

Några möjliga problem är:

  • ICAP servern är ej nåbar.

  • Svaret från ICAP servern är ogiltigt och kan inte tolkas.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

ICAP protokollfel.

Systemet returnerade: %E

Detta betyder att ICAP kommunikationen misslyckades.

Några möjliga problem är:

  • ICAP servern är ej nåbar.

  • Svaret från ICAP servern är ogiltigt och kan inte tolkas.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_INVALID_REQ squid-3.1.0.3/errors/sv/ERR_INVALID_REQ --- squid-3.1.0.2/errors/sv/ERR_INVALID_REQ 2008-11-10 00:26:46.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_INVALID_REQ 2008-12-05 16:12:56.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Felaktig Förfråan fel påträffades när förfrågan skulle behandlas:

%R

Några möjliga problem är:

  • Avsaknad eller okänd method för förfrågan.

  • URL saknas.

  • Avsaknad HTTP identifierare (HTTP/1.0).

  • Förfrågan är för stor.

  • Content-Length saknas i POST eller PUT begäran.

  • Ej tillåtet tecken i värdnamnet; understryckningstecken är ej tillåtna.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Felaktig Förfråan fel påträffades när förfrågan skulle behandlas:

%R

Några möjliga problem är:

  • Avsaknad eller okänd method för förfrågan.

  • URL saknas.

  • Avsaknad HTTP identifierare (HTTP/1.0).

  • Förfrågan är för stor.

  • Content-Length saknas i POST eller PUT begäran.

  • Ej tillåtet tecken i värdnamnet; understryckningstecken är ej tillåtna.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_INVALID_RESP squid-3.1.0.3/errors/sv/ERR_INVALID_RESP --- squid-3.1.0.2/errors/sv/ERR_INVALID_RESP 2008-11-10 00:26:46.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_INVALID_RESP 2008-12-05 16:12:56.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Felaktigt Svarsmeddelande fel påträffades när förfrågan skulle behandlas:

%R

HTTP svarsmeddelandet ifrån den kontaktade servern är felaktigt och kunde inte tolkas. Vänligen kontakta den ansvariga för webbservern ifråga.

Din cacheserver administratör man eventuellt ge dig mera information om det specifika problemet med denna sida.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Felaktigt Svarsmeddelande fel påträffades när förfrågan skulle behandlas:

%R

HTTP svarsmeddelandet ifrån den kontaktade servern är felaktigt och kunde inte tolkas. Vänligen kontakta den ansvariga för webbservern ifråga.

Din cacheserver administratör man eventuellt ge dig mera information om det specifika problemet med denna sida.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_INVALID_URL squid-3.1.0.3/errors/sv/ERR_INVALID_URL --- squid-3.1.0.2/errors/sv/ERR_INVALID_URL 2008-11-10 00:26:46.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_INVALID_URL 2008-12-05 16:12:56.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Felaktig URL

Någon eller några aspekter av begärd URL är inkorrekta.

Några möjliga problem är:

  • Avsaknat eller felaktigt tillträdesprotokoll (ska vara http:// eller liknande)

  • Avsaknat värdnamn

  • Ej tillåten dubbel-escape i URL-Sökvägen

  • Ej tillåtet tecken i värdnamnet; understryckningstecken är ej tillåtna.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Felaktig URL

Någon eller några aspekter av begärd URL är inkorrekta.

Några möjliga problem är:

  • Avsaknat eller felaktigt tillträdesprotokoll (ska vara http:// eller liknande)

  • Avsaknat värdnamn

  • Ej tillåten dubbel-escape i URL-Sökvägen

  • Ej tillåtet tecken i värdnamnet; understryckningstecken är ej tillåtna.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_LIFETIME_EXP squid-3.1.0.3/errors/sv/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/sv/ERR_LIFETIME_EXP 2008-11-10 00:26:46.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_LIFETIME_EXP 2008-12-05 16:12:57.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Anslutnings levnadstid tog slut

Squid har avbrutit begäran på grund av att den har överskridikt den tillåtna livstiden för en anslutning.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Anslutnings levnadstid tog slut

Squid har avbrutit begäran på grund av att den har överskridikt den tillåtna livstiden för en anslutning.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_NO_RELAY squid-3.1.0.3/errors/sv/ERR_NO_RELAY --- squid-3.1.0.2/errors/sv/ERR_NO_RELAY 2008-11-10 00:26:46.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_NO_RELAY 2008-12-05 16:12:57.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Igen Wais Relay

Det finns ingen WAIS Relay värd definerad för denna cache! Skrik på din administratör.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Igen Wais Relay

Det finns ingen WAIS Relay värd definerad för denna cache! Skrik på din administratör.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/sv/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/sv/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:46.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:12:57.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Senaste dokumentet återfanns inte i cachen och only-if-cached direktivet är satt.

Du har begärt ett dokument med only-if-cached cache kontroll direktivet. Dokumentet återfanns inte i cache databasen, eller det krävs en uppdatering av cache databasen, men förhindras av only-if-cached direktivet.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Senaste dokumentet återfanns inte i cachen och only-if-cached direktivet är satt.

Du har begärt ett dokument med only-if-cached cache kontroll direktivet. Dokumentet återfanns inte i cache databasen, eller det krävs en uppdatering av cache databasen, men förhindras av only-if-cached direktivet.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_READ_ERROR squid-3.1.0.3/errors/sv/ERR_READ_ERROR --- squid-3.1.0.2/errors/sv/ERR_READ_ERROR 2008-11-10 00:26:47.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_READ_ERROR 2008-12-05 16:12:57.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Läsfel

Systemet returnerade: %E

Ett fel inträffade vid försök att läsa data från nätverket. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Läsfel

Systemet returnerade: %E

Ett fel inträffade vid försök att läsa data från nätverket. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_READ_TIMEOUT squid-3.1.0.3/errors/sv/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/sv/ERR_READ_TIMEOUT 2008-11-10 00:26:47.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_READ_TIMEOUT 2008-12-05 16:12:57.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Läsningen fick en timeout

Systemet returnerade: %E

En timeout inträffade i väntan på att få läsa data från nätverket. Antingen är servern nere eller också är nätverket tungt belastat. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Läsningen fick en timeout

Systemet returnerade: %E

En timeout inträffade i väntan på att få läsa data från nätverket. Antingen är servern nere eller också är nätverket tungt belastat. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/sv/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/sv/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:47.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:12:57.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Misslyckades med att öppna en säker anslutning till %I

Systemet returnerade: %E

Denna proxy server och kontaktad server misslyckades med att förhandla fram en accepterbar säkerhetsinställning för hanteringen av din begäran. Det är möjligt att kontaktad server inte stödjer säkra anslutningar, eller att proxy servern inte r nöjd med de säkerhets alternativ eller certifikat som presenterades av servern.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Misslyckades med att öppna en säker anslutning till %I

Systemet returnerade: %E

Denna proxy server och kontaktad server misslyckades med att förhandla fram en accepterbar säkerhetsinställning för hanteringen av din begäran. Det är möjligt att kontaktad server inte stödjer säkra anslutningar, eller att proxy servern inte r nöjd med de säkerhets alternativ eller certifikat som presenterades av servern.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/sv/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/sv/ERR_SHUTTING_DOWN 2008-11-10 00:26:47.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_SHUTTING_DOWN 2008-12-05 16:12:57.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Denna cache håller på att stänga av sig och kan därför inte behandla din förfrågan. Vänligen försök igen lite senare.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Denna cache håller på att stänga av sig och kan därför inte behandla din förfrågan. Vänligen försök igen lite senare.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/sv/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/sv/ERR_SOCKET_FAILURE 2008-11-10 00:26:47.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_SOCKET_FAILURE 2008-12-05 16:12:58.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Socket Fel

Systemet returnerade: %E

Squid kan inte skapa en TCP socket, gissningsvis på grund av tung last. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Socket Fel

Systemet returnerade: %E

Squid kan inte skapa en TCP socket, gissningsvis på grund av tung last. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_TOO_BIG squid-3.1.0.3/errors/sv/ERR_TOO_BIG --- squid-3.1.0.2/errors/sv/ERR_TOO_BIG 2008-11-10 00:26:47.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_TOO_BIG 2008-12-05 16:12:58.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Begäran är för stor.

Ifall du utför en POST eller PUT begäran, så är begäran du försöker ladda upp för stor.

Ifall du utförde en GET begäran, så är svaret du försöker ladda ned för stort.

Dessa gränser är inställda av den Internet Leverantör som handhar den här cacheservern. Var vänlig kontakta dem direkt ifall du anser att detta är ett fel.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Begäran är för stor.

Ifall du utför en POST eller PUT begäran, så är begäran du försöker ladda upp för stor.

Ifall du utförde en GET begäran, så är svaret du försöker ladda ned för stort.

Dessa gränser är inställda av den Internet Leverantör som handhar den här cacheservern. Var vänlig kontakta dem direkt ifall du anser att detta är ett fel.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_UNSUP_REQ squid-3.1.0.3/errors/sv/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/sv/ERR_UNSUP_REQ 2008-11-10 00:26:47.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_UNSUP_REQ 2008-12-05 16:12:58.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Ej stöd för begärd Metod och Protokoll

Squid stödjer inte alla frågemetoder för alla protokoll. Till exempel, Ni kan inte POST'a en Gopher förfrågan.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Ej stöd för begärd Metod och Protokoll

Squid stödjer inte alla frågemetoder för alla protokoll. Till exempel, Ni kan inte POST'a en Gopher förfrågan.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_URN_RESOLVE squid-3.1.0.3/errors/sv/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/sv/ERR_URN_RESOLVE 2008-11-10 00:26:48.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_URN_RESOLVE 2008-12-05 16:12:58.000000000 +1300 @@ -1 +1 @@ - FEL: The requested URN not be retrieved

ERROR

En URL för begärd URN kunde inte hämtas


Följande fel påträffades vid hämtning av URN: %U

Kan inte lösa upp URN namnet

Men hallå, förvänta dig inte för mycket från en URNs på %T :)

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: The requested URN not be retrieved

ERROR

En URL för begärd URN kunde inte hämtas


Följande fel påträffades vid hämtning av URN: %U

Kan inte lösa upp URN namnet

Men hallå, förvänta dig inte för mycket från en URNs på %T :)

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_WRITE_ERROR squid-3.1.0.3/errors/sv/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/sv/ERR_WRITE_ERROR 2008-11-10 00:26:48.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_WRITE_ERROR 2008-12-05 16:12:58.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Skriv Fel

Systemet returnerade: %E

Ett fel inträffade vid försök att skriva till nätverket. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Skriv Fel

Systemet returnerade: %E

Ett fel inträffade vid försök att skriva till nätverket. Vänligen försök igen.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/sv/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/sv/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/sv/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:48.000000000 +1300 +++ squid-3.1.0.3/errors/sv/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:12:58.000000000 +1300 @@ -1 +1 @@ - FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Storleken på svaret var lika med noll

Squid tog inte emot något data för denna förfrågan.

Din cacheserver administratör är %w.



\ No newline at end of file + FEL: Den begärda URL:en kunde inte hämtas

ERROR

The requested URL could not be retrieved


Följande fel påträffades vid hämtning av URL: %U

Storleken på svaret var lika med noll

Squid tog inte emot något data för denna förfrågan.

Din cacheserver administratör är %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/templates/ERR_ACCESS_DENIED squid-3.1.0.3/errors/templates/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/templates/ERR_ACCESS_DENIED 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_ACCESS_DENIED 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/templates/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/templates/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: Cache Access Denied diff -u -r -N squid-3.1.0.2/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: Cache Manager Access Denied diff -u -r -N squid-3.1.0.2/errors/templates/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/templates/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/templates/ERR_CANNOT_FORWARD 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_CANNOT_FORWARD 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_CONNECT_FAIL squid-3.1.0.3/errors/templates/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/templates/ERR_CONNECT_FAIL 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_CONNECT_FAIL 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_DNS_FAIL squid-3.1.0.3/errors/templates/ERR_DNS_FAIL --- squid-3.1.0.2/errors/templates/ERR_DNS_FAIL 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_DNS_FAIL 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_ESI squid-3.1.0.3/errors/templates/ERR_ESI --- squid-3.1.0.2/errors/templates/ERR_ESI 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_ESI 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/templates/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/templates/ERR_FORWARDING_DENIED 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FORWARDING_DENIED 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FTP_DISABLED squid-3.1.0.3/errors/templates/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/templates/ERR_FTP_DISABLED 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FTP_DISABLED 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FTP_FAILURE squid-3.1.0.3/errors/templates/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/templates/ERR_FTP_FAILURE 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FTP_FAILURE 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/templates/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/templates/ERR_FTP_FORBIDDEN 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FTP_FORBIDDEN 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FTP_LISTING squid-3.1.0.3/errors/templates/ERR_FTP_LISTING --- squid-3.1.0.2/errors/templates/ERR_FTP_LISTING 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FTP_LISTING 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + FTP Directory: %U diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/templates/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/templates/ERR_FTP_NOT_FOUND 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FTP_NOT_FOUND 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/templates/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/templates/ERR_FTP_PUT_CREATED 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FTP_PUT_CREATED 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + FTP PUT Successful: File Created diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/templates/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/templates/ERR_FTP_PUT_ERROR 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FTP_PUT_ERROR 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: FTP upload failed diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/templates/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/templates/ERR_FTP_PUT_MODIFIED 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FTP_PUT_MODIFIED 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + FTP PUT Successful: File Updated diff -u -r -N squid-3.1.0.2/errors/templates/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/templates/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/templates/ERR_FTP_UNAVAILABLE 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_FTP_UNAVAILABLE 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_ICAP_FAILURE squid-3.1.0.3/errors/templates/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/templates/ERR_ICAP_FAILURE 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_ICAP_FAILURE 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_INVALID_REQ squid-3.1.0.3/errors/templates/ERR_INVALID_REQ --- squid-3.1.0.2/errors/templates/ERR_INVALID_REQ 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_INVALID_REQ 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_INVALID_RESP squid-3.1.0.3/errors/templates/ERR_INVALID_RESP --- squid-3.1.0.2/errors/templates/ERR_INVALID_RESP 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_INVALID_RESP 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_INVALID_URL squid-3.1.0.3/errors/templates/ERR_INVALID_URL --- squid-3.1.0.2/errors/templates/ERR_INVALID_URL 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_INVALID_URL 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_LIFETIME_EXP squid-3.1.0.3/errors/templates/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/templates/ERR_LIFETIME_EXP 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_LIFETIME_EXP 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_NO_RELAY squid-3.1.0.3/errors/templates/ERR_NO_RELAY --- squid-3.1.0.2/errors/templates/ERR_NO_RELAY 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_NO_RELAY 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/templates/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/templates/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_READ_ERROR squid-3.1.0.3/errors/templates/ERR_READ_ERROR --- squid-3.1.0.2/errors/templates/ERR_READ_ERROR 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_READ_ERROR 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_READ_TIMEOUT squid-3.1.0.3/errors/templates/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/templates/ERR_READ_TIMEOUT 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_READ_TIMEOUT 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/templates/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/templates/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/templates/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/templates/ERR_SHUTTING_DOWN 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_SHUTTING_DOWN 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/templates/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/templates/ERR_SOCKET_FAILURE 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_SOCKET_FAILURE 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_TOO_BIG squid-3.1.0.3/errors/templates/ERR_TOO_BIG --- squid-3.1.0.2/errors/templates/ERR_TOO_BIG 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_TOO_BIG 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_UNSUP_REQ squid-3.1.0.3/errors/templates/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/templates/ERR_UNSUP_REQ 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_UNSUP_REQ 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_URN_RESOLVE squid-3.1.0.3/errors/templates/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/templates/ERR_URN_RESOLVE 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_URN_RESOLVE 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URN not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_WRITE_ERROR squid-3.1.0.3/errors/templates/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/templates/ERR_WRITE_ERROR 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_WRITE_ERROR 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/templates/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/templates/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/templates/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/errors/templates/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:09:29.000000000 +1300 @@ -1,6 +1,6 @@ - + ERROR: The requested URL could not be retrieved diff -u -r -N squid-3.1.0.2/errors/uk/ERR_ACCESS_DENIED squid-3.1.0.3/errors/uk/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/uk/ERR_ACCESS_DENIED 2008-11-10 00:26:48.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_ACCESS_DENIED 2008-12-05 16:12:58.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Доступ Заборонено.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Доступ Заборонено.

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/uk/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/uk/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:48.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:12:59.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Cache Access Denied

ERROR

Cache Доступ Заборонено.


Наступна помилка була отримана під час спроби отримання URL: %U

Доступ до Кешу Заборонено.

Вибачайте, вам зараз недозволено запитувати %U з цього кешу. Спочатку пройдіть процедуру аутентифікації.

Будь-ласка, зв'яжіться з адміністратором кеш-серверу якщо у вас виникли труднощі під час аутентифікації або змініть ваш пароль по-замовченні.



\ No newline at end of file + ПОМИЛКА: Cache Access Denied

ERROR

Cache Доступ Заборонено.


Наступна помилка була отримана під час спроби отримання URL: %U

Доступ до Кешу Заборонено.

Вибачайте, вам зараз недозволено запитувати %U з цього кешу. Спочатку пройдіть процедуру аутентифікації.

Будь-ласка, зв'яжіться з адміністратором кеш-серверу якщо у вас виникли труднощі під час аутентифікації або змініть ваш пароль по-замовченні.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:49.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:12:59.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Cache Manager Access Denied

ERROR

Cache Manager Доступ Заборонено.


Наступна помилка була отримана під час спроби отримання URL: %U

Доступ до Менеджеру Кешу Заборонено

Вибачайте, вам зараз недозволено запитувати %U з цього менеджеру кешу. Спочатку пройдіть процедуру аутентифікації.

Будь-ласка, зв'яжіться з адміністратором кеш-серверу якщо у вас виникли труднощі під час аутентифікації або, якщо ви і є цей самий адміністратор, перегляньте документацію по Squid'у і перевірте кеш-лог для більш детальних повідомлень про помилки.



\ No newline at end of file + ПОМИЛКА: Cache Manager Access Denied

ERROR

Cache Manager Доступ Заборонено.


Наступна помилка була отримана під час спроби отримання URL: %U

Доступ до Менеджеру Кешу Заборонено

Вибачайте, вам зараз недозволено запитувати %U з цього менеджеру кешу. Спочатку пройдіть процедуру аутентифікації.

Будь-ласка, зв'яжіться з адміністратором кеш-серверу якщо у вас виникли труднощі під час аутентифікації або, якщо ви і є цей самий адміністратор, перегляньте документацію по Squid'у і перевірте кеш-лог для більш детальних повідомлень про помилки.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/uk/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/uk/ERR_CANNOT_FORWARD 2008-11-10 00:26:49.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_CANNOT_FORWARD 2008-12-05 16:12:59.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_CONNECT_FAIL squid-3.1.0.3/errors/uk/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/uk/ERR_CONNECT_FAIL 2008-11-10 00:26:49.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_CONNECT_FAIL 2008-12-05 16:12:59.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

З'єднання з %I втрачене.

Сервер повернув наступне: %E

Віддалений сервер чи мережа "не дихає". Будь-ласка, спробуйте запит знову.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

З'єднання з %I втрачене.

Сервер повернув наступне: %E

Віддалений сервер чи мережа "не дихає". Будь-ласка, спробуйте запит знову.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_DNS_FAIL squid-3.1.0.3/errors/uk/ERR_DNS_FAIL --- squid-3.1.0.2/errors/uk/ERR_DNS_FAIL 2008-11-10 00:26:49.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_DNS_FAIL 2008-12-05 16:12:59.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Неможливо визначити IP адресу з ім'я сервера %H

DNS сервер повернув наступне:

%z

Це означає, що кеш не зміг з'єднатися з сервером, що вказаний в URL. Перевірте правильність адреси.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Неможливо визначити IP адресу з ім'я сервера %H

The DNS server returned:

%z

Це означає, що кеш не зміг з'єднатися з сервером, що вказаний в URL. Перевірте правильність адреси.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_ESI squid-3.1.0.3/errors/uk/ERR_ESI --- squid-3.1.0.2/errors/uk/ERR_ESI 2008-11-10 00:26:49.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_ESI 2008-12-05 16:12:59.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

ESI Processing failed.

ESI процесор повернув наступне:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Ваш вебмастер - %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

ESI Processing failed.

ESI процесор повернув наступне:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Ваш вебмастер - %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/uk/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/uk/ERR_FORWARDING_DENIED 2008-11-10 00:26:49.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FORWARDING_DENIED 2008-12-05 16:12:59.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Forwarding Заборонено.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Forwarding Заборонено.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FTP_DISABLED squid-3.1.0.3/errors/uk/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/uk/ERR_FTP_DISABLED 2008-11-10 00:26:50.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FTP_DISABLED 2008-12-05 16:13:00.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

FTP відключено

Цей кеш не підтримує FTP.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

FTP відключено

Цей кеш не підтримує FTP.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FTP_FAILURE squid-3.1.0.3/errors/uk/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/uk/ERR_FTP_FAILURE 2008-11-10 00:26:50.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FTP_FAILURE 2008-12-05 16:13:00.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F
%g

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


An FTP protocol error occurred while trying to retrieve the URL: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F
%g

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/uk/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/uk/ERR_FTP_FORBIDDEN 2008-11-10 00:26:50.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FTP_FORBIDDEN 2008-12-05 16:13:00.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


FTP аутентифікація, на етапі отримання URL, пройшла невдало: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F
%g

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


FTP аутентифікація, на етапі отримання URL, пройшла невдало: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F
%g

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FTP_LISTING squid-3.1.0.3/errors/uk/ERR_FTP_LISTING --- squid-3.1.0.2/errors/uk/ERR_FTP_LISTING 2008-11-10 00:26:50.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FTP_LISTING 2008-12-05 16:13:00.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/uk/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/uk/ERR_FTP_NOT_FOUND 2008-11-10 00:26:50.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FTP_NOT_FOUND 2008-12-05 16:13:00.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Поточний URL не може бути отриманий: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Поточний URL не може бути отриманий: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/uk/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/uk/ERR_FTP_PUT_CREATED 2008-11-10 00:26:50.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FTP_PUT_CREATED 2008-12-05 16:13:00.000000000 +1300 @@ -1 +1 @@ - FTP PUT Вдалий: Файл Створено

Операція пройшла успішно

Файл створено




\ No newline at end of file + FTP PUT Вдалий: Файл Створено

Операція пройшла успішно

Файл створено




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/uk/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/uk/ERR_FTP_PUT_ERROR 2008-11-10 00:26:50.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FTP_PUT_ERROR 2008-12-05 16:13:00.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: FTP upload failed

ERROR

FTP PUT/заванатження зазанло краху


While trying to PUT the following URL: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F

Це означає, що бісовий FTP сервер не має права чи відсутнє вільне місце, щоб зберегти файл. Перевірте шлях, права, кількість вільного місця і спробуйте щнову.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: FTP upload failed

ERROR

FTP PUT/заванатження зазанло краху


While trying to PUT the following URL: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F

Це означає, що бісовий FTP сервер не має права чи відсутнє вільне місце, щоб зберегти файл. Перевірте шлях, права, кількість вільного місця і спробуйте щнову.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/uk/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/uk/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:51.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FTP_PUT_MODIFIED 2008-12-05 16:13:00.000000000 +1300 @@ -1 +1 @@ - FTP PUT Вдалий: Файл Оновлено

Операція пройшла успішно

Файл поновлено




\ No newline at end of file + FTP PUT Successful: File Updated

Операція пройшла успішно

Файл поновлено




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/uk/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/uk/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:51.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_FTP_UNAVAILABLE 2008-12-05 16:13:01.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


FTP сервер занадто зайнятий, щоб отримати URL: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F
%g

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


FTP сервер занадто зайнятий, щоб отримати URL: %U

Squid надіслав наступну FTP команду:

%f

Відповідь сервера була наступною:

%F
%g

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_ICAP_FAILURE squid-3.1.0.3/errors/uk/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/uk/ERR_ICAP_FAILURE 2008-11-10 00:26:51.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_ICAP_FAILURE 2008-12-05 16:13:01.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Помилка протоколу ICAP.

Сервер повернув наступне: %E

Це означає, що деякі частини ICAP комунікації "впали".

Деякі можливі проблеми це:

  • ICAP сервер чомусь недоступний.

  • Всі нелегальні запити були отримані від ICAP сервера.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Помилка протоколу ICAP.

Сервер повернув наступне: %E

Це означає, що деякі частини ICAP комунікації "впали".

Деякі можливі проблеми це:

  • ICAP сервер чомусь недоступний.

  • Всі нелегальні запити були отримані від ICAP сервера.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_INVALID_REQ squid-3.1.0.3/errors/uk/ERR_INVALID_REQ --- squid-3.1.0.2/errors/uk/ERR_INVALID_REQ 2008-11-10 00:26:51.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_INVALID_REQ 2008-12-05 16:13:01.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Хибний Запит під час спроби запиту сталася помилка:

%R

Деякі можливі проблеми це:

  • Відсутній або невідомий природі метод запиту.

  • Відсутній URL.

  • Відсутній HTTP Ідентифікатор (HTTP/1.0).

  • Запит завеликий.

  • Content-Length missing for POST or PUT requests.

  • Заборонений символ в назві хосту; підчеркування недозволені.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Хибний Запит під час спроби запиту сталася помилка:

%R

Деякі можливі проблеми це:

  • Відсутній або невідомий природі метод запиту.

  • Відсутній URL.

  • Відсутній HTTP Ідентифікатор (HTTP/1.0).

  • Запит завеликий.

  • Content-Length missing for POST or PUT requests.

  • Заборонений символ в назві хосту; підчеркування недозволені.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_INVALID_RESP squid-3.1.0.3/errors/uk/ERR_INVALID_RESP --- squid-3.1.0.2/errors/uk/ERR_INVALID_RESP 2008-11-10 00:26:51.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_INVALID_RESP 2008-12-05 16:13:01.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Хибна Відповідь під час спроби запиту сталася помилка:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Хибна Відповідь під час спроби запиту сталася помилка:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_INVALID_URL squid-3.1.0.3/errors/uk/ERR_INVALID_URL --- squid-3.1.0.2/errors/uk/ERR_INVALID_URL 2008-11-10 00:26:51.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_INVALID_URL 2008-12-05 16:13:01.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Не чинна адреса URL

Деякі аспекти запитаного URL не правильні.

Деякі можливі проблеми це:

  • Відсутній або невірний протокол доступу (повинен бути http:// або якась схожа фігня)

  • Відсутнє ім'я хотсу

  • Заборонений double-escape в URL-Path

  • Заборонений символ в назві хосту; підчеркування недозволені.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Не чинна адреса URL

Деякі аспекти запитаного URL не правильні.

Деякі можливі проблеми це:

  • Відсутній або невірний протокол доступу (повинен бути http:// або якась схожа фігня)

  • Відсутнє ім'я хотсу

  • Заборонений double-escape в URL-Path

  • Заборонений символ в назві хосту; підчеркування недозволені.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_LIFETIME_EXP squid-3.1.0.3/errors/uk/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/uk/ERR_LIFETIME_EXP 2008-11-10 00:26:52.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_LIFETIME_EXP 2008-12-05 16:13:01.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Час життя з'єднання перевищено. R.I.P.

Squid знищив запит бо він вибрав максимальний ліміт часу з'єднання з мережею.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Час життя з'єднання перевищено. R.I.P.

Squid знищив запит бо він вибрав максимальний ліміт часу з'єднання з мережею.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_NO_RELAY squid-3.1.0.3/errors/uk/ERR_NO_RELAY --- squid-3.1.0.2/errors/uk/ERR_NO_RELAY 2008-11-10 00:26:52.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_NO_RELAY 2008-12-05 16:13:01.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

No Wais Relay

Не існує WAIS Relay сервера для цього Кешу! Кличте тунеядця адміністратора.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

No Wais Relay

Не існує WAIS Relay сервера для цього Кешу! Кличте тунеядця адміністратора.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/uk/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/uk/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:52.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:13:01.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_READ_ERROR squid-3.1.0.3/errors/uk/ERR_READ_ERROR --- squid-3.1.0.2/errors/uk/ERR_READ_ERROR 2008-11-10 00:26:52.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_READ_ERROR 2008-12-05 16:13:02.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Помилка Зчитування

Сервер повернув наступне: %E

Під час отримання даних з мережі сталася помилка. Будь-ласка, спробуйте знову.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Помилка Зчитування

Сервер повернув наступне: %E

Під час отримання даних з мережі сталася помилка. Будь-ласка, спробуйте знову.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_READ_TIMEOUT squid-3.1.0.3/errors/uk/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/uk/ERR_READ_TIMEOUT 2008-11-10 00:26:52.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_READ_TIMEOUT 2008-12-05 16:13:02.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Таймаут при Зчитуванні

Сервер повернув наступне: %E

Час очікування при отриманні даних з мережі перевищено. Мережа чи сервер не працюють чи перенавантажені. Будь-ласка, спробуйте знову.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Таймаут при Зчитуванні

Сервер повернув наступне: %E

Час очікування при отриманні даних з мережі перевищено. Мережа чи сервер не працюють чи перенавантажені. Будь-ласка, спробуйте знову.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/uk/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/uk/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:52.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:13:02.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Неможливо свторити безпечне з'єднання до %I

Сервер повернув наступне: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Неможливо свторити безпечне з'єднання до %I

Сервер повернув наступне: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/uk/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/uk/ERR_SHUTTING_DOWN 2008-11-10 00:26:52.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_SHUTTING_DOWN 2008-12-05 16:13:02.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/uk/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/uk/ERR_SOCKET_FAILURE 2008-11-10 00:26:53.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_SOCKET_FAILURE 2008-12-05 16:13:02.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Помилка Сокету

Сервер повернув наступне: %E

Squid не вдається створити TCP сокет, скоріш за все через надмірне навантаження. Будь-ласка, повторіть запит.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Помилка Сокету

Сервер повернув наступне: %E

Squid не вдається створити TCP сокет, скоріш за все через надмірне навантаження. Будь-ласка, повторіть запит.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_TOO_BIG squid-3.1.0.3/errors/uk/ERR_TOO_BIG --- squid-3.1.0.2/errors/uk/ERR_TOO_BIG 2008-11-10 00:26:53.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_TOO_BIG 2008-12-05 16:13:02.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Відповідь на запит завелика.

Якщо ви створюєте POST чи PUT запит, тоді інформація яку ви завантажуєте - завелика.

Якщо ви створюєте GET запит, тоді інформація яку ви завантажуєте - завелика.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Відповідь на запит завелика.

Якщо ви створюєте POST чи PUT запит, тоді інформація яку ви завантажуєте - завелика.

Якщо ви створюєте GET запит, тоді інформація яку ви завантажуєте - завелика.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_UNSUP_REQ squid-3.1.0.3/errors/uk/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/uk/ERR_UNSUP_REQ 2008-11-10 00:26:53.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_UNSUP_REQ 2008-12-05 16:13:02.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Unsupported Request Method and Protocol

Squid не підтримує всі методи запитів для всіх наявних протоколів. Як приклад, ви не можете використати метод POST в запиті протоколу Gopher.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Unsupported Request Method and Protocol

Squid не підтримує всі методи запитів для всіх наявних протоколів. Як приклад, ви не можете використати метод POST в запиті протоколу Gopher.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_URN_RESOLVE squid-3.1.0.3/errors/uk/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/uk/ERR_URN_RESOLVE 2008-11-10 00:26:53.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_URN_RESOLVE 2008-12-05 16:13:02.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: The requested URN not be retrieved

ERROR

URL для запитаного URN не може бути отримано


Наступна помилка була отримана під час спроби отримання URN: %U

Неможливо отримати URN

Ей, чувак, не очікуй забагато від URN'ів на %T :)

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: The requested URN not be retrieved

ERROR

URL для запитаного URN не може бути отримано


Наступна помилка була отримана під час спроби отримання URN: %U

Неможливо отримати URN

Ей, чувак, не очікуй забагато від URN'ів на %T :)

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_WRITE_ERROR squid-3.1.0.3/errors/uk/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/uk/ERR_WRITE_ERROR 2008-11-10 00:26:53.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_WRITE_ERROR 2008-12-05 16:13:03.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Помилка Запису

Сервер повернув наступне: %E

An error condition occurred while writing to the network. Please retry your request.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Помилка Запису

Сервер повернув наступне: %E

An error condition occurred while writing to the network. Please retry your request.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/uk/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/uk/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/uk/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:53.000000000 +1300 +++ squid-3.1.0.3/errors/uk/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:13:03.000000000 +1300 @@ -1 +1 @@ - ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Нульова по Розміру Відповідь (Zero Sized Reply)

Squid чомусь не отримав жодних даниз з цього запиту.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file + ПОМИЛКА: Запитаний URL не може бути отриманий.

ERROR

The requested URL could not be retrieved


Наступна помилка була отримана під час спроби отримання URL: %U

Нульова по Розміру Відповідь (Zero Sized Reply)

Squid чомусь не отримав жодних даниз з цього запиту.

Ваш адміністратор кешу цей чувак: %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_ACCESS_DENIED squid-3.1.0.3/errors/zh-cn/ERR_ACCESS_DENIED --- squid-3.1.0.2/errors/zh-cn/ERR_ACCESS_DENIED 2008-11-10 00:26:54.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_ACCESS_DENIED 2008-12-05 16:13:03.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

访问被拒绝。

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

访问被拒绝。

Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_CACHE_ACCESS_DENIED squid-3.1.0.3/errors/zh-cn/ERR_CACHE_ACCESS_DENIED --- squid-3.1.0.2/errors/zh-cn/ERR_CACHE_ACCESS_DENIED 2008-11-10 00:26:54.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_CACHE_ACCESS_DENIED 2008-12-05 16:13:03.000000000 +1300 @@ -1 +1 @@ - 错误: Cache Access Denied

ERROR

Cache 访问被拒绝。


The following error was encountered while trying to retrieve the URL: %U

缓存访问被拒绝。

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file + 错误: Cache Access Denied

ERROR

Cache 访问被拒绝。


The following error was encountered while trying to retrieve the URL: %U

缓存访问被拒绝。

Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.3/errors/zh-cn/ERR_CACHE_MGR_ACCESS_DENIED --- squid-3.1.0.2/errors/zh-cn/ERR_CACHE_MGR_ACCESS_DENIED 2008-11-10 00:26:54.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_CACHE_MGR_ACCESS_DENIED 2008-12-05 16:13:03.000000000 +1300 @@ -1 +1 @@ - 错误: Cache Manager Access Denied

ERROR

Cache Manager 访问被拒绝。


The following error was encountered while trying to retrieve the URL: %U

缓存管理访问被拒绝。

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file + 错误: Cache Manager Access Denied

ERROR

Cache Manager 访问被拒绝。


The following error was encountered while trying to retrieve the URL: %U

缓存管理访问被拒绝。

Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.

Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_CANNOT_FORWARD squid-3.1.0.3/errors/zh-cn/ERR_CANNOT_FORWARD --- squid-3.1.0.2/errors/zh-cn/ERR_CANNOT_FORWARD 2008-11-10 00:26:54.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_CANNOT_FORWARD 2008-12-05 16:13:03.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_CONNECT_FAIL squid-3.1.0.3/errors/zh-cn/ERR_CONNECT_FAIL --- squid-3.1.0.2/errors/zh-cn/ERR_CONNECT_FAIL 2008-11-10 00:26:54.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_CONNECT_FAIL 2008-12-05 16:13:04.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

连接到 %I 失败。

The system returned: %E

The remote host or network may be down. Please try the request again.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

连接到 %I 失败。

The system returned: %E

The remote host or network may be down. Please try the request again.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_DNS_FAIL squid-3.1.0.3/errors/zh-cn/ERR_DNS_FAIL --- squid-3.1.0.2/errors/zh-cn/ERR_DNS_FAIL 2008-11-10 00:26:54.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_DNS_FAIL 2008-12-05 16:13:04.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unable to determine IP address from host name %H

The DNS server returned:

%z

This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_ESI squid-3.1.0.3/errors/zh-cn/ERR_ESI --- squid-3.1.0.2/errors/zh-cn/ERR_ESI 2008-11-10 00:26:55.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_ESI 2008-12-05 16:13:04.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ESI Processing failed.

The ESI processor returned:

%Z

This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.

Your webmaster is %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FORWARDING_DENIED squid-3.1.0.3/errors/zh-cn/ERR_FORWARDING_DENIED --- squid-3.1.0.2/errors/zh-cn/ERR_FORWARDING_DENIED 2008-11-10 00:26:55.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FORWARDING_DENIED 2008-12-05 16:13:04.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Forwarding Denied.

This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FTP_DISABLED squid-3.1.0.3/errors/zh-cn/ERR_FTP_DISABLED --- squid-3.1.0.2/errors/zh-cn/ERR_FTP_DISABLED 2008-11-10 00:26:55.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FTP_DISABLED 2008-12-05 16:13:04.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP 被禁用

This cache does not support FTP.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

FTP 被禁用

This cache does not support FTP.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FTP_FAILURE squid-3.1.0.3/errors/zh-cn/ERR_FTP_FAILURE --- squid-3.1.0.2/errors/zh-cn/ERR_FTP_FAILURE 2008-11-10 00:26:55.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FTP_FAILURE 2008-12-05 16:13:04.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


尝试获取该URL:%U时发生一个FTP协议错误

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


尝试获取该URL:%U时发生一个FTP协议错误

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FTP_FORBIDDEN squid-3.1.0.3/errors/zh-cn/ERR_FTP_FORBIDDEN --- squid-3.1.0.2/errors/zh-cn/ERR_FTP_FORBIDDEN 2008-11-10 00:26:55.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FTP_FORBIDDEN 2008-12-05 16:13:04.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


尝试获取 URL: %U 时发生一个FTP认证错误

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


尝试获取 URL: %U 时发生一个FTP认证错误

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FTP_LISTING squid-3.1.0.3/errors/zh-cn/ERR_FTP_LISTING --- squid-3.1.0.2/errors/zh-cn/ERR_FTP_LISTING 2008-11-10 00:26:55.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FTP_LISTING 2008-12-05 16:13:04.000000000 +1300 @@ -1 +1 @@ - FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file + FTP Directory: %U

FTP Directory: %U/


Directory Content:

%z
%g
Parent Directory Parent Directory (Root Directory)

\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FTP_NOT_FOUND squid-3.1.0.3/errors/zh-cn/ERR_FTP_NOT_FOUND --- squid-3.1.0.2/errors/zh-cn/ERR_FTP_NOT_FOUND 2008-11-10 00:26:55.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FTP_NOT_FOUND 2008-12-05 16:13:05.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following URL could not be retrieved: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FTP_PUT_CREATED squid-3.1.0.3/errors/zh-cn/ERR_FTP_PUT_CREATED --- squid-3.1.0.2/errors/zh-cn/ERR_FTP_PUT_CREATED 2008-11-10 00:26:56.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FTP_PUT_CREATED 2008-12-05 16:13:05.000000000 +1300 @@ -1 +1 @@ - FTP PUT 成功: 文件已创建

Operation successful

文件已创建




\ No newline at end of file + FTP PUT 成功: 文件已创建

Operation successful

文件已创建




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FTP_PUT_ERROR squid-3.1.0.3/errors/zh-cn/ERR_FTP_PUT_ERROR --- squid-3.1.0.2/errors/zh-cn/ERR_FTP_PUT_ERROR 2008-11-10 00:26:56.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FTP_PUT_ERROR 2008-12-05 16:13:05.000000000 +1300 @@ -1 +1 @@ - 错误: FTP upload failed

ERROR

FTP PUT/上传失败


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: FTP upload failed

ERROR

FTP PUT/上传失败


While trying to PUT the following URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F

This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FTP_PUT_MODIFIED squid-3.1.0.3/errors/zh-cn/ERR_FTP_PUT_MODIFIED --- squid-3.1.0.2/errors/zh-cn/ERR_FTP_PUT_MODIFIED 2008-11-10 00:26:56.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FTP_PUT_MODIFIED 2008-12-05 16:13:05.000000000 +1300 @@ -1 +1 @@ - FTP PUT 成功: 文件已更新

Operation successful

File updated




\ No newline at end of file + FTP PUT 成功: 文件已更新

Operation successful

File updated




\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_FTP_UNAVAILABLE squid-3.1.0.3/errors/zh-cn/ERR_FTP_UNAVAILABLE --- squid-3.1.0.2/errors/zh-cn/ERR_FTP_UNAVAILABLE 2008-11-10 00:26:56.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_FTP_UNAVAILABLE 2008-12-05 16:13:05.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The FTP server was too busy to retrieve the URL: %U

Squid sent the following FTP command:

%f

The server responded with:

%F
%g

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_ICAP_FAILURE squid-3.1.0.3/errors/zh-cn/ERR_ICAP_FAILURE --- squid-3.1.0.2/errors/zh-cn/ERR_ICAP_FAILURE 2008-11-10 00:26:56.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_ICAP_FAILURE 2008-12-05 16:13:05.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

ICAP protocol error.

The system returned: %E

This means that some aspect of the ICAP communication failed.

Some possible problems are:

  • The ICAP server is not reachable.

  • An Illegal response was received from the ICAP server.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_INVALID_REQ squid-3.1.0.3/errors/zh-cn/ERR_INVALID_REQ --- squid-3.1.0.2/errors/zh-cn/ERR_INVALID_REQ 2008-11-10 00:26:56.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_INVALID_REQ 2008-12-05 16:13:05.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


非法请求 尝试处理请求是发生错误:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • POST 或 PUT 请求中丢失内容长度(Content-Length)。

  • Illegal character in hostname; underscores are not allowed.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


非法请求 尝试处理请求是发生错误:

%R

Some possible problems are:

  • Missing or unknown request method.

  • Missing URL.

  • Missing HTTP Identifier (HTTP/1.0).

  • Request is too large.

  • POST 或 PUT 请求中丢失内容长度(Content-Length)。

  • Illegal character in hostname; underscores are not allowed.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_INVALID_RESP squid-3.1.0.3/errors/zh-cn/ERR_INVALID_RESP --- squid-3.1.0.2/errors/zh-cn/ERR_INVALID_RESP 2008-11-10 00:26:56.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_INVALID_RESP 2008-12-05 16:13:05.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


非法响应 尝试处理请求时发生错误:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


非法响应 尝试处理请求时发生错误:

%R

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.

Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_INVALID_URL squid-3.1.0.3/errors/zh-cn/ERR_INVALID_URL --- squid-3.1.0.2/errors/zh-cn/ERR_INVALID_URL 2008-11-10 00:26:57.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_INVALID_URL 2008-12-05 16:13:06.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Invalid URL

Some aspect of the requested URL is incorrect.

Some possible problems are:

  • Missing or incorrect access protocol (should be http:// or similar)

  • Missing hostname

  • Illegal double-escape in the URL-Path

  • Illegal character in hostname; underscores are not allowed.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_LIFETIME_EXP squid-3.1.0.3/errors/zh-cn/ERR_LIFETIME_EXP --- squid-3.1.0.2/errors/zh-cn/ERR_LIFETIME_EXP 2008-11-10 00:26:57.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_LIFETIME_EXP 2008-12-05 16:13:06.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

连接已过期

Squid has terminated the request because it has exceeded the maximum connection lifetime.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

连接已过期

Squid has terminated the request because it has exceeded the maximum connection lifetime.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_NO_RELAY squid-3.1.0.3/errors/zh-cn/ERR_NO_RELAY --- squid-3.1.0.2/errors/zh-cn/ERR_NO_RELAY 2008-11-10 00:26:57.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_NO_RELAY 2008-12-05 16:13:06.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

No Wais Relay

There is no WAIS Relay host defined for this Cache! Yell at the administrator.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.3/errors/zh-cn/ERR_ONLY_IF_CACHED_MISS --- squid-3.1.0.2/errors/zh-cn/ERR_ONLY_IF_CACHED_MISS 2008-11-10 00:26:57.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_ONLY_IF_CACHED_MISS 2008-12-05 16:13:06.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Valid document was not found in the cache and only-if-cached directive was specified.

You have issued a request with a only-if-cached cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached directive.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_READ_ERROR squid-3.1.0.3/errors/zh-cn/ERR_READ_ERROR --- squid-3.1.0.2/errors/zh-cn/ERR_READ_ERROR 2008-11-10 00:26:57.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_READ_ERROR 2008-12-05 16:13:06.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Error

The system returned: %E

An error condition occurred while reading data from the network. Please retry your request.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_READ_TIMEOUT squid-3.1.0.3/errors/zh-cn/ERR_READ_TIMEOUT --- squid-3.1.0.2/errors/zh-cn/ERR_READ_TIMEOUT 2008-11-10 00:26:57.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_READ_TIMEOUT 2008-12-05 16:13:06.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

等待从网络读取数据时发生超时。 网络或服务器下线或拥挤。 请重新发送你的请求。

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Read Timeout

The system returned: %E

等待从网络读取数据时发生超时。 网络或服务器下线或拥挤。 请重新发送你的请求。

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_SECURE_CONNECT_FAIL squid-3.1.0.3/errors/zh-cn/ERR_SECURE_CONNECT_FAIL --- squid-3.1.0.2/errors/zh-cn/ERR_SECURE_CONNECT_FAIL 2008-11-10 00:26:58.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_SECURE_CONNECT_FAIL 2008-12-05 16:13:06.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Failed to establish a secure connection to %I

The system returned: %E

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_SHUTTING_DOWN squid-3.1.0.3/errors/zh-cn/ERR_SHUTTING_DOWN --- squid-3.1.0.2/errors/zh-cn/ERR_SHUTTING_DOWN 2008-11-10 00:26:58.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_SHUTTING_DOWN 2008-12-05 16:13:06.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_SOCKET_FAILURE squid-3.1.0.3/errors/zh-cn/ERR_SOCKET_FAILURE --- squid-3.1.0.2/errors/zh-cn/ERR_SOCKET_FAILURE 2008-11-10 00:26:58.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_SOCKET_FAILURE 2008-12-05 16:13:06.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Socket Failure

The system returned: %E

Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_TOO_BIG squid-3.1.0.3/errors/zh-cn/ERR_TOO_BIG --- squid-3.1.0.2/errors/zh-cn/ERR_TOO_BIG 2008-11-10 00:26:58.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_TOO_BIG 2008-12-05 16:13:07.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

The request or reply is too large.

If you are making a POST or PUT request, then the item you are trying to upload is too large.

If you are making a GET request, then the item you are trying to download is too large.

These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_UNSUP_REQ squid-3.1.0.3/errors/zh-cn/ERR_UNSUP_REQ --- squid-3.1.0.2/errors/zh-cn/ERR_UNSUP_REQ 2008-11-10 00:26:58.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_UNSUP_REQ 2008-12-05 16:13:07.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Unsupported Request Method and Protocol

Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_URN_RESOLVE squid-3.1.0.3/errors/zh-cn/ERR_URN_RESOLVE --- squid-3.1.0.2/errors/zh-cn/ERR_URN_RESOLVE 2008-11-10 00:26:58.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_URN_RESOLVE 2008-12-05 16:13:07.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

不能解析 URN

Hey, don't expect too much from URNs on %T :)

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URN not be retrieved

ERROR

A URL for the requested URN could not be retrieved


The following error was encountered while trying to retrieve the URN: %U

不能解析 URN

Hey, don't expect too much from URNs on %T :)

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_WRITE_ERROR squid-3.1.0.3/errors/zh-cn/ERR_WRITE_ERROR --- squid-3.1.0.2/errors/zh-cn/ERR_WRITE_ERROR 2008-11-10 00:26:58.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_WRITE_ERROR 2008-12-05 16:13:07.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Write Error

The system returned: %E

An error condition occurred while writing to the network. Please retry your request.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/errors/zh-cn/ERR_ZERO_SIZE_OBJECT squid-3.1.0.3/errors/zh-cn/ERR_ZERO_SIZE_OBJECT --- squid-3.1.0.2/errors/zh-cn/ERR_ZERO_SIZE_OBJECT 2008-11-10 00:26:59.000000000 +1300 +++ squid-3.1.0.3/errors/zh-cn/ERR_ZERO_SIZE_OBJECT 2008-12-05 16:13:07.000000000 +1300 @@ -1 +1 @@ - 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

缓存服务器的管理员 %w.



\ No newline at end of file + 错误: The requested URL could not be retrieved

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: %U

Zero Sized Reply

Squid did not receive any data for this request.

缓存服务器的管理员 %w.



\ No newline at end of file diff -u -r -N squid-3.1.0.2/helpers/basic_auth/DB/Makefile.in squid-3.1.0.3/helpers/basic_auth/DB/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/DB/Makefile.in 2008-11-10 00:22:52.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/DB/Makefile.in 2008-12-05 16:09:47.000000000 +1300 @@ -102,6 +102,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/getpwnam/Makefile.in squid-3.1.0.3/helpers/basic_auth/getpwnam/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/getpwnam/Makefile.in 2008-11-10 00:22:56.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/getpwnam/Makefile.in 2008-12-05 16:09:49.000000000 +1300 @@ -119,6 +119,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/LDAP/Makefile.in squid-3.1.0.3/helpers/basic_auth/LDAP/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/LDAP/Makefile.in 2008-11-10 00:22:52.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/LDAP/Makefile.in 2008-12-05 16:09:47.000000000 +1300 @@ -122,6 +122,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/Makefile.in squid-3.1.0.3/helpers/basic_auth/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/Makefile.in 2008-11-10 00:22:53.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/Makefile.in 2008-12-05 16:09:47.000000000 +1300 @@ -100,6 +100,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/MSNT/Makefile.in squid-3.1.0.3/helpers/basic_auth/MSNT/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/MSNT/Makefile.in 2008-11-10 00:22:53.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/MSNT/Makefile.in 2008-12-05 16:09:47.000000000 +1300 @@ -131,6 +131,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/mswin_sspi/Makefile.in squid-3.1.0.3/helpers/basic_auth/mswin_sspi/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/mswin_sspi/Makefile.in 2008-11-10 00:22:56.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/mswin_sspi/Makefile.in 2008-12-05 16:09:49.000000000 +1300 @@ -118,6 +118,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/multi-domain-NTLM/Makefile.in squid-3.1.0.3/helpers/basic_auth/multi-domain-NTLM/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/multi-domain-NTLM/Makefile.in 2008-11-10 00:22:57.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/multi-domain-NTLM/Makefile.in 2008-12-05 16:09:49.000000000 +1300 @@ -99,6 +99,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/NCSA/Makefile.in squid-3.1.0.3/helpers/basic_auth/NCSA/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/NCSA/Makefile.in 2008-11-10 00:22:54.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/NCSA/Makefile.in 2008-12-05 16:09:48.000000000 +1300 @@ -122,6 +122,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/PAM/Makefile.in squid-3.1.0.3/helpers/basic_auth/PAM/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/PAM/Makefile.in 2008-11-10 00:22:54.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/PAM/Makefile.in 2008-12-05 16:09:48.000000000 +1300 @@ -121,6 +121,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/POP3/Makefile.in squid-3.1.0.3/helpers/basic_auth/POP3/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/POP3/Makefile.in 2008-11-10 00:22:54.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/POP3/Makefile.in 2008-12-05 16:09:48.000000000 +1300 @@ -99,6 +99,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/SASL/Makefile.in squid-3.1.0.3/helpers/basic_auth/SASL/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/SASL/Makefile.in 2008-11-10 00:22:54.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/SASL/Makefile.in 2008-12-05 16:09:48.000000000 +1300 @@ -118,6 +118,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/SMB/Makefile.in squid-3.1.0.3/helpers/basic_auth/SMB/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/SMB/Makefile.in 2008-11-10 00:22:55.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/SMB/Makefile.in 2008-12-05 16:09:48.000000000 +1300 @@ -127,6 +127,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/squid_radius_auth/Makefile.in squid-3.1.0.3/helpers/basic_auth/squid_radius_auth/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/squid_radius_auth/Makefile.in 2008-11-10 00:22:57.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/squid_radius_auth/Makefile.in 2008-12-05 16:09:49.000000000 +1300 @@ -123,6 +123,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/basic_auth/YP/Makefile.in squid-3.1.0.3/helpers/basic_auth/YP/Makefile.in --- squid-3.1.0.2/helpers/basic_auth/YP/Makefile.in 2008-11-10 00:22:55.000000000 +1300 +++ squid-3.1.0.3/helpers/basic_auth/YP/Makefile.in 2008-12-05 16:09:49.000000000 +1300 @@ -117,6 +117,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/digest_auth/eDirectory/Makefile.in squid-3.1.0.3/helpers/digest_auth/eDirectory/Makefile.in --- squid-3.1.0.2/helpers/digest_auth/eDirectory/Makefile.in 2008-11-10 00:22:57.000000000 +1300 +++ squid-3.1.0.3/helpers/digest_auth/eDirectory/Makefile.in 2008-12-05 16:09:50.000000000 +1300 @@ -121,6 +121,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/digest_auth/ldap/Makefile.in squid-3.1.0.3/helpers/digest_auth/ldap/Makefile.in --- squid-3.1.0.2/helpers/digest_auth/ldap/Makefile.in 2008-11-10 00:22:57.000000000 +1300 +++ squid-3.1.0.3/helpers/digest_auth/ldap/Makefile.in 2008-12-05 16:09:50.000000000 +1300 @@ -121,6 +121,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/digest_auth/Makefile.in squid-3.1.0.3/helpers/digest_auth/Makefile.in --- squid-3.1.0.2/helpers/digest_auth/Makefile.in 2008-11-10 00:22:57.000000000 +1300 +++ squid-3.1.0.3/helpers/digest_auth/Makefile.in 2008-12-05 16:09:50.000000000 +1300 @@ -100,6 +100,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/digest_auth/password/Makefile.in squid-3.1.0.3/helpers/digest_auth/password/Makefile.in --- squid-3.1.0.2/helpers/digest_auth/password/Makefile.in 2008-11-10 00:22:58.000000000 +1300 +++ squid-3.1.0.3/helpers/digest_auth/password/Makefile.in 2008-12-05 16:09:50.000000000 +1300 @@ -120,6 +120,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/external_acl/ip_user/Makefile.in squid-3.1.0.3/helpers/external_acl/ip_user/Makefile.in --- squid-3.1.0.2/helpers/external_acl/ip_user/Makefile.in 2008-11-10 00:22:58.000000000 +1300 +++ squid-3.1.0.3/helpers/external_acl/ip_user/Makefile.in 2008-12-05 16:09:51.000000000 +1300 @@ -118,6 +118,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/external_acl/ldap_group/Makefile.in squid-3.1.0.3/helpers/external_acl/ldap_group/Makefile.in --- squid-3.1.0.2/helpers/external_acl/ldap_group/Makefile.in 2008-11-10 00:22:59.000000000 +1300 +++ squid-3.1.0.3/helpers/external_acl/ldap_group/Makefile.in 2008-12-05 16:09:51.000000000 +1300 @@ -123,6 +123,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/external_acl/Makefile.in squid-3.1.0.3/helpers/external_acl/Makefile.in --- squid-3.1.0.2/helpers/external_acl/Makefile.in 2008-11-10 00:22:58.000000000 +1300 +++ squid-3.1.0.3/helpers/external_acl/Makefile.in 2008-12-05 16:09:50.000000000 +1300 @@ -100,6 +100,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/external_acl/mswin_ad_group/Makefile.in squid-3.1.0.3/helpers/external_acl/mswin_ad_group/Makefile.in --- squid-3.1.0.2/helpers/external_acl/mswin_ad_group/Makefile.in 2008-11-10 00:22:59.000000000 +1300 +++ squid-3.1.0.3/helpers/external_acl/mswin_ad_group/Makefile.in 2008-12-05 16:09:51.000000000 +1300 @@ -118,6 +118,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/external_acl/mswin_lm_group/Makefile.in squid-3.1.0.3/helpers/external_acl/mswin_lm_group/Makefile.in --- squid-3.1.0.2/helpers/external_acl/mswin_lm_group/Makefile.in 2008-11-10 00:22:59.000000000 +1300 +++ squid-3.1.0.3/helpers/external_acl/mswin_lm_group/Makefile.in 2008-12-05 16:09:51.000000000 +1300 @@ -118,6 +118,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/external_acl/session/Makefile.in squid-3.1.0.3/helpers/external_acl/session/Makefile.in --- squid-3.1.0.2/helpers/external_acl/session/Makefile.in 2008-11-10 00:23:00.000000000 +1300 +++ squid-3.1.0.3/helpers/external_acl/session/Makefile.in 2008-12-05 16:09:52.000000000 +1300 @@ -121,6 +121,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/external_acl/unix_group/Makefile.in squid-3.1.0.3/helpers/external_acl/unix_group/Makefile.in --- squid-3.1.0.2/helpers/external_acl/unix_group/Makefile.in 2008-11-10 00:23:00.000000000 +1300 +++ squid-3.1.0.3/helpers/external_acl/unix_group/Makefile.in 2008-12-05 16:09:52.000000000 +1300 @@ -120,6 +120,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/external_acl/wbinfo_group/Makefile.in squid-3.1.0.3/helpers/external_acl/wbinfo_group/Makefile.in --- squid-3.1.0.2/helpers/external_acl/wbinfo_group/Makefile.in 2008-11-10 00:23:00.000000000 +1300 +++ squid-3.1.0.3/helpers/external_acl/wbinfo_group/Makefile.in 2008-12-05 16:09:52.000000000 +1300 @@ -99,6 +99,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/Makefile.in squid-3.1.0.3/helpers/Makefile.in --- squid-3.1.0.2/helpers/Makefile.in 2008-11-10 00:22:51.000000000 +1300 +++ squid-3.1.0.3/helpers/Makefile.in 2008-12-05 16:09:47.000000000 +1300 @@ -96,6 +96,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/Makefile.in squid-3.1.0.3/helpers/negotiate_auth/Makefile.in --- squid-3.1.0.2/helpers/negotiate_auth/Makefile.in 2008-11-10 00:23:00.000000000 +1300 +++ squid-3.1.0.3/helpers/negotiate_auth/Makefile.in 2008-12-05 16:09:52.000000000 +1300 @@ -100,6 +100,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/mswin_sspi/Makefile.in squid-3.1.0.3/helpers/negotiate_auth/mswin_sspi/Makefile.in --- squid-3.1.0.2/helpers/negotiate_auth/mswin_sspi/Makefile.in 2008-11-10 00:23:01.000000000 +1300 +++ squid-3.1.0.3/helpers/negotiate_auth/mswin_sspi/Makefile.in 2008-12-05 16:09:52.000000000 +1300 @@ -117,6 +117,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/base64.h squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/base64.h --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/base64.h 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/base64.h 2008-12-05 16:09:30.000000000 +1300 @@ -0,0 +1,9 @@ +/* + * Markus Moeller has modified the following code from Squid + */ + +void ska_base64_decode(char* result, const char *data, int result_size); +void ska_base64_encode(char* result, const char *data, int result_size, int data_size); + +int ska_base64_encode_len(int len); +int ska_base64_decode_len(const char *data); diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/config.h.in squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/config.h.in --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/config.h.in 2008-11-10 00:23:26.000000000 +1300 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/config.h.in 1970-01-01 12:00:00.000000000 +1200 @@ -1,201 +0,0 @@ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* - * ----------------------------------------------------------------------------- - * - * Author: Markus Moeller (|MAIL|) - * - * Copyright (C) 2007 Markus Moeller. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. - * - * As a special exemption, M Moeller gives permission to link this program - * with MIT, Heimdal or other GSS/Kerberos libraries, and distribute - * the resulting executable, without including the source code for - * the Libraries in the source distribution. - * - * ----------------------------------------------------------------------------- - */ - - -/* Define to 1 if you have the declaration of `xfree', and to 0 if you don't. - */ -#undef HAVE_DECL_XFREE - -/* Define to 1 if you have the declaration of `xfreeaddrinfo', and to 0 if you - don't. */ -#undef HAVE_DECL_XFREEADDRINFO - -/* Define to 1 if you have the declaration of `xgai_strerror', and to 0 if you - don't. */ -#undef HAVE_DECL_XGAI_STRERROR - -/* Define to 1 if you have the declaration of `xgetaddrinfo', and to 0 if you - don't. */ -#undef HAVE_DECL_XGETADDRINFO - -/* Define to 1 if you have the declaration of `xgetnameinfo', and to 0 if you - don't. */ -#undef HAVE_DECL_XGETNAMEINFO - -/* Define to 1 if you have the declaration of `xmalloc', and to 0 if you - don't. */ -#undef HAVE_DECL_XMALLOC - -/* Define to 1 if you have the declaration of `xstrdup', and to 0 if you - don't. */ -#undef HAVE_DECL_XSTRDUP - -/* Define to 1 if you have the header file. */ -#undef HAVE_GETADDRINFO_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_GETNAMEINFO_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_GSSAPI_GSSAPI_EXT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_GSSAPI_GSSAPI_GENERIC_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_GSSAPI_GSSAPI_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_GSSAPI_GSSAPI_KRB5_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_GSSAPI_H - -/* Define to 1 if you have Heimdal Kerberos */ -#undef HAVE_HEIMDAL_KERBEROS - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the `m' library (-lm). */ -#undef HAVE_LIBM - -/* Define to 1 if you have the `mw' library (-lmw). */ -#undef HAVE_LIBMW - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have MIT Kerberos */ -#undef HAVE_MIT_KERBEROS - -/* Define to 1 if you have NAS Kerberos */ -#undef HAVE_NAS_KERBEROS - -/* Define to 1 if you have New Solaris 10/OpenSolaris Kerberos */ -#undef HAVE_NEW_SEAM_KERBEROS - -/* Define to 1 if you have SEAM Kerberos */ -#undef HAVE_SEAM_KERBEROS - -/* Define to 1 if you have SPNEGO support */ -#undef HAVE_SPNEGO - -/* Define to 1 if you have SQUID */ -#undef HAVE_SQUID - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UTIL_H - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN - - -#ifdef HAVE_HEIMDAL_KERBEROS -#ifdef HAVE_GSSAPI_GSSAPI_H -#include -#elif defined(HAVE_GSSAPI_H) -#include -#endif -#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE -#else -#ifdef HAVE_SEAM_KERBEROS -#ifdef HAVE_GSSAPI_GSSAPI_H -#include -#elif defined(HAVE_GSSAPI_H) -#include -#endif -#ifdef HAVE_GSSAPI_GSSAPI_EXT_H -#include -#endif -#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE -#else /*MIT*/ -#ifdef HAVE_GSSAPI_GSSAPI_H -#include -#elif defined(HAVE_GSSAPI_H) -#include -#endif -#ifdef HAVE_GSSAPI_GSSAPI_KRB5_H -#include -#endif -#ifdef HAVE_GSSAPI_GSSAPI_GENERIC_H -#include -#endif -#endif -#endif - - diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/configure squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/configure --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/configure 2008-11-10 00:23:28.000000000 +1300 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/configure 2008-12-05 16:10:13.000000000 +1300 @@ -1,11 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for squid_kerb_auth 1.0.3. +# Generated by GNU Autoconf 2.62 for squid_kerb_auth 1.0.5. # # Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## @@ -17,7 +17,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -39,17 +39,45 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -65,8 +93,6 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -89,7 +115,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -102,17 +128,10 @@ PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -134,7 +153,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -160,7 +179,7 @@ as_have_required=no fi - if test $as_have_required = yes && (eval ": + if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } @@ -242,7 +261,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -263,7 +282,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -343,10 +362,10 @@ if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi @@ -415,9 +434,10 @@ test \$exitcode = 0") || { echo No shell found that supports shell functions. - echo Please tell autoconf@gnu.org about your system, - echo including any error possibly output before this - echo message + echo Please tell bug-autoconf@gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. } @@ -453,7 +473,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems @@ -481,7 +501,6 @@ *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -494,19 +513,22 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -531,10 +553,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -574,10 +596,11 @@ # Identity of this package. PACKAGE_NAME='squid_kerb_auth' PACKAGE_TARNAME='squid_kerb_auth' -PACKAGE_VERSION='1.0.3' -PACKAGE_STRING='squid_kerb_auth 1.0.3' +PACKAGE_VERSION='1.0.5' +PACKAGE_STRING='squid_kerb_auth 1.0.5' PACKAGE_BUGREPORT='markus_moeller@compuserve.com' +ac_unique_file="squid_kerb_auth.c" # Factoring default headers for most tests. ac_includes_default="\ #include @@ -697,6 +720,16 @@ LIBOBJS LTLIBOBJS' ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_dependency_tracking +enable_mit +enable_heimdal +enable_nas +enable_seam +enable_seam_64 +with_squid +' ac_precious_vars='build_alias host_alias target_alias @@ -711,6 +744,8 @@ # Initialize some variables set by options. ac_init_help= ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null @@ -809,13 +844,21 @@ datarootdir=$ac_optarg ;; -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; @@ -828,13 +871,21 @@ dvidir=$ac_optarg ;; -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -1025,22 +1076,38 @@ ac_init_version=: ;; -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. @@ -1060,7 +1127,7 @@ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) { echo "$as_me: error: unrecognized option: $ac_option + -*) { $as_echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -1069,16 +1136,16 @@ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. - echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; @@ -1087,22 +1154,38 @@ if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { echo "$as_me: error: missing argument to $ac_option" >&2 + { $as_echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi -# Be sure to have absolute directory names. +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 + { (exit 1); exit 1; }; } ;; + *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac - { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done @@ -1117,7 +1200,7 @@ if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes @@ -1133,10 +1216,10 @@ ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - { echo "$as_me: error: Working directory cannot be determined" >&2 + { $as_echo "$as_me: error: Working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - { echo "$as_me: error: pwd does not report name of working directory" >&2 + { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } @@ -1144,12 +1227,12 @@ if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$0" || -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$0" : 'X\(//\)[^/]' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X"$0" | + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -1176,12 +1259,12 @@ fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. @@ -1208,7 +1291,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures squid_kerb_auth 1.0.3 to adapt to many kinds of systems. +\`configure' configures squid_kerb_auth 1.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1230,9 +1313,9 @@ Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] + [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] + [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify @@ -1242,25 +1325,25 @@ For better control, use the options below. Fine tuning of the installation directories: - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/squid_kerb_auth] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/squid_kerb_auth] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -1274,11 +1357,12 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of squid_kerb_auth 1.0.3:";; + short | recursive ) echo "Configuration of squid_kerb_auth 1.0.5:";; esac cat <<\_ACEOF Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-dependency-tracking speeds up one-time build @@ -1289,6 +1373,12 @@ --enable-seam=SRC enable use of SEAM(Solaris) package (default=no) --enable-seam-64=SRC enable use of 64bit SEAM(Solaris) package (default=no) +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-squid=PATH Special option for building bundled inside Squid. Do + not define manually. + Some influential environment variables: CC C compiler command CFLAGS C compiler flags @@ -1310,15 +1400,17 @@ if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -1354,7 +1446,7 @@ echo && $SHELL "$ac_srcdir/configure" --help=recursive else - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -1363,11 +1455,11 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -squid_kerb_auth configure 1.0.3 -generated by GNU Autoconf 2.61 +squid_kerb_auth configure 1.0.5 +generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1377,8 +1469,8 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by squid_kerb_auth $as_me 1.0.3, which was -generated by GNU Autoconf 2.61. Invocation command line was +It was created by squid_kerb_auth $as_me 1.0.5, which was +generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -1414,7 +1506,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - echo "PATH: $as_dir" + $as_echo "PATH: $as_dir" done IFS=$as_save_IFS @@ -1449,7 +1541,7 @@ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; @@ -1501,11 +1593,12 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -1535,9 +1628,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo @@ -1552,9 +1645,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi @@ -1570,8 +1663,8 @@ echo fi test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" - echo "$as_me: exit $exit_status" + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && @@ -1613,21 +1706,24 @@ # Let the site file select an alternate cache file if it wants to. -# Prefer explicitly selected file to automatically selected ones. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE if test -n "$CONFIG_SITE"; then - set x "$CONFIG_SITE" + ac_site_file1=$CONFIG_SITE elif test "x$prefix" != xNONE; then - set x "$prefix/share/config.site" "$prefix/etc/config.site" + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site else - set x "$ac_default_prefix/share/config.site" \ - "$ac_default_prefix/etc/config.site" + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site fi -shift -for ac_site_file +for ac_site_file in "$ac_site_file1" "$ac_site_file2" do + test "x$ac_site_file" = xNONE && continue if test -r "$ac_site_file"; then - { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 -echo "$as_me: loading site script $ac_site_file" >&6;} + { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi @@ -1637,16 +1733,16 @@ # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:$LINENO: loading cache $cache_file" >&5 -echo "$as_me: loading cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else - { echo "$as_me:$LINENO: creating cache $cache_file" >&5 -echo "$as_me: creating cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -1660,29 +1756,38 @@ eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 -echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 -echo "$as_me: current value: $ac_new_val" >&2;} - ac_cache_corrupted=: + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in - *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -1692,10 +1797,10 @@ fi done if $ac_cache_corrupted; then - { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 -echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -1748,8 +1853,8 @@ fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 -echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} { (exit 1); exit 1; }; } fi @@ -1775,11 +1880,12 @@ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. -{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -1808,17 +1914,29 @@ # program-specific install script used by HP pwplus--don't use. : else - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi fi fi done done ;; esac + done IFS=$as_save_IFS +rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -1831,8 +1949,8 @@ INSTALL=$ac_install_sh fi fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -1842,8 +1960,8 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file @@ -1866,9 +1984,9 @@ # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". - { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken + { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 -echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi @@ -1879,26 +1997,23 @@ # Ok. : else - { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! + { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 -echo "$as_me: error: newly created file is older than distributed files! +$as_echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi -{ echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" -# Double any \ or $. echo might interpret backslashes. +# Double any \ or $. # By default was `s,x,x', remove it if useless. -cat <<\_ACEOF >conftest.sed -s/[\\$]/&&/g;s/;s,x,x,$// -_ACEOF -program_transform_name=`echo $program_transform_name | sed -f conftest.sed` -rm -f conftest.sed +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` @@ -1909,8 +2024,8 @@ am_missing_run="$MISSING --run " else am_missing_run= - { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 -echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then @@ -1950,10 +2065,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. @@ -1966,7 +2081,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -1977,22 +2092,23 @@ fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - { echo "$as_me:$LINENO: result: $AWK" >&5 -echo "${ECHO_T}$AWK" >&6; } + { $as_echo "$as_me:$LINENO: result: $AWK" >&5 +$as_echo "$AWK" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi test -n "$AWK" && break done -{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } -set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh @@ -2009,12 +2125,12 @@ rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } SET_MAKE= else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -2030,8 +2146,8 @@ # test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi @@ -2047,7 +2163,7 @@ # Define the identity of the package. PACKAGE=squid_kerb_auth - VERSION=1.0.3 + VERSION=1.0.5 cat >>confdefs.h <<_ACEOF @@ -2085,10 +2201,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. @@ -2101,7 +2217,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2112,11 +2228,11 @@ fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - { echo "$as_me:$LINENO: result: $STRIP" >&5 -echo "${ECHO_T}$STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2125,10 +2241,10 @@ ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. @@ -2141,7 +2257,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2152,11 +2268,11 @@ fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then - { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -echo "${ECHO_T}$ac_ct_STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then @@ -2164,10 +2280,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2194,6 +2310,7 @@ + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -2202,10 +2319,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2218,7 +2335,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2229,11 +2346,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2242,10 +2359,10 @@ ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2258,7 +2375,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2269,11 +2386,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then @@ -2281,10 +2398,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2299,10 +2416,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2315,7 +2432,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2326,11 +2443,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2339,10 +2456,10 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2360,7 +2477,7 @@ continue fi ac_cv_prog_CC="cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2383,11 +2500,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2398,10 +2515,10 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2414,7 +2531,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2425,11 +2542,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2442,10 +2559,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2458,7 +2575,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2469,11 +2586,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2485,10 +2602,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2500,44 +2617,48 @@ fi -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 -echo "$as_me: error: no acceptable C compiler found in \$PATH +$as_echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:$LINENO: checking for C compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` +$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF @@ -2556,27 +2677,22 @@ } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.exe b.out" +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } -ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -# -# List of possible output files, starting from the most likely. -# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) -# only as a last resort. b.out is created by i960 compilers. -ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' -# -# The IRIX 6 linker writes into existing files which may not be -# executable, retaining their permissions. Remove them first so a -# subsequent execution test works. +{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + ac_rmfiles= for ac_file in $ac_files do case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done @@ -2587,10 +2703,11 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' @@ -2601,7 +2718,7 @@ do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most @@ -2628,15 +2745,15 @@ ac_file='' fi -{ echo "$as_me:$LINENO: result: $ac_file" >&5 -echo "${ECHO_T}$ac_file" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } if test -z "$ac_file"; then - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables See \`config.log' for more details." >&5 -echo "$as_me: error: C compiler cannot create executables +$as_echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi @@ -2645,8 +2762,8 @@ # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then @@ -2655,49 +2772,51 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:$LINENO: error: cannot run C compiled programs. + { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run C compiled programs. +$as_echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi fi -{ echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } -rm -f a.out a.exe conftest$ac_cv_exeext b.out +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } -{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 -echo "${ECHO_T}$cross_compiling" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } -{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -2706,31 +2825,31 @@ for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link + { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -echo "${ECHO_T}$ac_cv_exeext" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2753,40 +2872,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute suffix of object files: cannot compile +$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -echo "${ECHO_T}$ac_cv_objext" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2812,20 +2932,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -2835,15 +2956,19 @@ ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } -GCC=`test $ac_compiler_gnu = yes && echo yes` +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -2870,20 +2995,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" @@ -2908,20 +3034,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag @@ -2947,20 +3074,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -2975,8 +3103,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then @@ -2992,10 +3120,10 @@ CFLAGS= fi fi -{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC @@ -3066,20 +3194,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3095,15 +3224,15 @@ # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) - { echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; xno) - { echo "$as_me:$LINENO: result: unsupported" >&5 -echo "${ECHO_T}unsupported" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" - { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac @@ -3124,8 +3253,8 @@ .PHONY: am__doit END # If we don't find an include directive, just comment out the code. -{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none @@ -3152,8 +3281,8 @@ fi -{ echo "$as_me:$LINENO: result: $_am_result" >&5 -echo "${ECHO_T}$_am_result" >&6; } +{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. @@ -3180,10 +3309,10 @@ depcc="$CC" am_compiler_list= -{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up @@ -3270,8 +3399,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type @@ -3292,15 +3421,15 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -3332,20 +3461,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -3369,13 +3499,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -3383,7 +3514,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -3408,8 +3539,8 @@ else ac_cv_prog_CPP=$CPP fi -{ echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 +$as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -3437,20 +3568,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -3474,13 +3606,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -3488,7 +3621,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -3504,9 +3637,9 @@ if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check + { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -3544,20 +3677,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3630,42 +3764,37 @@ fi fi -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Extract the first word of "grep ggrep" to use in msg output -if test -z "$GREP"; then -set dummy grep ggrep; ac_prog_name=$2 -if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + if test -z "$GREP"; then ac_path_GREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue - # Check for GNU ac_path_GREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'GREP' >> "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -3680,74 +3809,60 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_GREP_found && break 3 + $ac_path_GREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -GREP="$ac_cv_path_GREP" -if test -z "$GREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_GREP=$GREP fi - fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" -{ echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else - # Extract the first word of "egrep" to use in msg output -if test -z "$EGREP"; then -set dummy egrep; ac_prog_name=$2 -if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else + if test -z "$EGREP"; then ac_path_EGREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue - # Check for GNU ac_path_EGREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'EGREP' >> "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -3762,40 +3877,31 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_EGREP_found && break 3 + $ac_path_EGREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -EGREP="$ac_cv_path_EGREP" -if test -z "$EGREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_EGREP=$EGREP fi - fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3822,20 +3928,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no @@ -3927,37 +4034,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -3979,11 +4089,11 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4001,20 +4111,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -4022,12 +4133,14 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -4041,20 +4154,21 @@ for ac_header in gssapi.h gssapi/gssapi.h gssapi/gssapi_krb5.h gssapi/gssapi_generic.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4070,32 +4184,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4109,51 +4224,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to markus_moeller@compuserve.com ## @@ -4162,21 +4278,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -4187,11 +4305,11 @@ LDFLAGS="$LDFLAGS -L$ac_libdir $w_flag$ac_libdir$w_flag_2" for lib in $ac_gss_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -4217,36 +4335,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -4261,11 +4385,11 @@ else for lib in $ac_gss_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -4291,36 +4415,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -4341,20 +4471,21 @@ for ac_header in gssapi.h gssapi/gssapi.h gssapi/gssapi_krb5.h gssapi/gssapi_generic.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4370,32 +4501,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4409,51 +4541,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to markus_moeller@compuserve.com ## @@ -4462,21 +4595,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -4486,11 +4621,11 @@ LDFLAGS="$LDFLAGS -L$ac_libdir $w_flag$ac_libdir$w_flag_2" for lib in $ac_gss_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -4516,36 +4651,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -4564,11 +4705,11 @@ else for lib in $ac_gss_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -4594,36 +4735,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -4638,20 +4785,21 @@ for ac_header in gssapi.h gssapi/gssapi.h gssapi/gssapi_krb5.h gssapi/gssapi_generic.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4667,32 +4815,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4706,51 +4855,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to markus_moeller@compuserve.com ## @@ -4759,21 +4909,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -4821,20 +4973,21 @@ for ac_header in gssapi.h gssapi/gssapi.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4850,32 +5003,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4889,51 +5043,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to markus_moeller@compuserve.com ## @@ -4942,21 +5097,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -4967,11 +5124,11 @@ LDFLAGS="$LDFLAGS -L$ac_libdir $w_flag$ac_libdir$w_flag_2" for lib in $ac_gss_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -4997,36 +5154,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -5046,11 +5209,11 @@ else for lib in $ac_gss_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -5076,36 +5239,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -5124,20 +5293,21 @@ for ac_header in gssapi.h gssapi/gssapi.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5153,32 +5323,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5192,51 +5363,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to markus_moeller@compuserve.com ## @@ -5245,21 +5417,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -5269,11 +5443,11 @@ LDFLAGS="$LDFLAGS -L$ac_libdir $w_flag$ac_libdir$w_flag_2" for lib in $ac_gss_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -5299,36 +5473,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -5352,11 +5532,11 @@ else for lib in $ac_gss_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -5382,36 +5562,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -5424,20 +5610,21 @@ for ac_header in gssapi.h gssapi/gssapi.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5453,32 +5640,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5492,51 +5680,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to markus_moeller@compuserve.com ## @@ -5545,21 +5734,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -5583,20 +5774,21 @@ for ac_header in gssapi.h gssapi/gssapi.h gssapi/gssapi_krb5.h gssapi/gssapi_generic.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5612,32 +5804,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5651,51 +5844,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to markus_moeller@compuserve.com ## @@ -5704,21 +5898,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -5729,11 +5925,11 @@ ac_gss_libs="krb5 gssapi_krb5 ksvc"; for lib in $ac_gss_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -5759,36 +5955,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -5816,20 +6018,21 @@ for ac_header in gssapi.h gssapi/gssapi.h gssapi/gssapi_ext.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5845,32 +6048,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5884,51 +6088,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to markus_moeller@compuserve.com ## @@ -5937,21 +6142,23 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -5961,11 +6168,11 @@ ac_sol_libs="nsl socket resolv gss" for lib in $ac_sol_libs; do -as_ac_Lib=`echo "ac_cv_lib_$lib''_main" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for main in -l$lib" >&5 -echo $ECHO_N "checking for main in -l$lib... $ECHO_C" >&6; } +as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_main" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for main in -l$lib" >&5 +$as_echo_n "checking for main in -l$lib... " >&6; } if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" @@ -5991,36 +6198,42 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_Lib=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Lib=no" fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -ac_res=`eval echo '${'$as_ac_Lib'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Lib'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Lib'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_LIB$lib" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1 _ACEOF LIBS="-l$lib $LIBS" @@ -6079,10 +6292,10 @@ if test "$enable_arg" = "no"; then # Extract the first word of "krb5-config", so it can be a program name with args. set dummy krb5-config; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_krb5_config+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_krb5_config"; then ac_cv_prog_ac_krb5_config="$ac_krb5_config" # Let the user override the test. @@ -6095,7 +6308,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_krb5_config="yes" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6107,11 +6320,11 @@ fi ac_krb5_config=$ac_cv_prog_ac_krb5_config if test -n "$ac_krb5_config"; then - { echo "$as_me:$LINENO: result: $ac_krb5_config" >&5 -echo "${ECHO_T}$ac_krb5_config" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_krb5_config" >&5 +$as_echo "$ac_krb5_config" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -6144,18 +6357,23 @@ esac fi +if test "$ac_cv_header_gssapi_h" = "no" -a "$ac_cv_header_gssapi_gssapi_h" = "no"; then + echo "GSSAPI headers are required to compile squid_kerb_auth" + echo "Please install gssapi headers and then re-run configure" + exit 1 +fi old_LIBS=$LIBS -{ echo "$as_me:$LINENO: checking for SPNEGO support" >&5 -echo $ECHO_N "checking for SPNEGO support... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for SPNEGO support" >&5 +$as_echo_n "checking for SPNEGO support... " >&6; } if test "${ac_cv_have_spnego+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling +$as_echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else @@ -6222,36 +6440,39 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_spnego=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_have_spnego=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_spnego" >&5 -echo "${ECHO_T}$ac_cv_have_spnego" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_spnego" >&5 +$as_echo "$ac_cv_have_spnego" >&6; } if test x"$ac_cv_have_spnego" = x"yes"; then cat >>confdefs.h <<\_ACEOF @@ -6261,28 +6482,33 @@ fi LIBS=$old_LIBS -{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 -echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } + + { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 +$as_echo_n "checking whether byte ordering is bigendian... " >&6; } if test "${ac_cv_c_bigendian+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - # See if sys/param.h defines the BYTE_ORDER macro. -cat >conftest.$ac_ext <<_ACEOF + ac_cv_c_bigendian=unknown + + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include -#include + #include int main () { -#if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ - && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) - bogus endian macros -#endif +#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ + && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ + && LITTLE_ENDIAN) + bogus endian macros + #endif ; return 0; @@ -6294,33 +6520,34 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then # It does; now see whether it defined to BIG_ENDIAN or not. -cat >conftest.$ac_ext <<_ACEOF + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include -#include + #include int main () { #if BYTE_ORDER != BIG_ENDIAN - not big endian -#endif + not big endian + #endif ; return 0; @@ -6332,20 +6559,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_c_bigendian=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_bigendian=no @@ -6353,29 +6581,31 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - # It does not; compile a test program. -if test "$cross_compiling" = yes; then - # try to guess the endianness by grepping values into an object file - ac_cv_c_bigendian=unknown - cat >conftest.$ac_ext <<_ACEOF + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; -short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; -void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } -short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; -short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; -void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } +#include + int main () { - _ascii (); _ebcdic (); +#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) + bogus endian macros + #endif + ; return 0; } @@ -6386,30 +6616,139 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + # It does; now see whether it defined to _BIG_ENDIAN or not. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +int +main () +{ +#ifndef _BIG_ENDIAN + not big endian + #endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then ac_cv_c_bigendian=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_c_bigendian=no fi -if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then - if test "$ac_cv_c_bigendian" = unknown; then - ac_cv_c_bigendian=no - else - # finding both strings is unlikely to happen, but who knows? - ac_cv_c_bigendian=unknown - fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # Compile a test program. + if test "$cross_compiling" = yes; then + # Try to guess by grepping values from an object file. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +short int ascii_mm[] = + { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; + short int ascii_ii[] = + { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; + int use_ascii (int i) { + return ascii_mm[i] + ascii_ii[i]; + } + short int ebcdic_ii[] = + { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; + short int ebcdic_mm[] = + { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } + extern int foo; + +int +main () +{ +return use_ascii (foo) == use_ebcdic (foo); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then + ac_cv_c_bigendian=yes + fi + if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else + # finding both strings is unlikely to happen, but who knows? + ac_cv_c_bigendian=unknown + fi + fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -6428,14 +6767,14 @@ main () { - /* Are we little or big endian? From Harbison&Steele. */ - union - { - long int l; - char c[sizeof (long int)]; - } u; - u.l = 1; - return u.c[sizeof (long int) - 1] == 1; + /* Are we little or big endian? From Harbison&Steele. */ + union + { + long int l; + char c[sizeof (long int)]; + } u; + u.l = 1; + return u.c[sizeof (long int) - 1] == 1; ; return 0; @@ -6447,69 +6786,253 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_bigendian=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + fi fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 +$as_echo "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) + cat >>confdefs.h <<\_ACEOF +#define WORDS_BIGENDIAN 1 +_ACEOF +;; #( + no) + ;; #( + universal) + ;; #( + *) + { { $as_echo "$as_me:$LINENO: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&5 +$as_echo "$as_me: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} + { (exit 1); exit 1; }; } ;; + esac -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + + + + + + + + + +for ac_header in \ + errno.h \ + netdb.h \ + stdio.h \ + stdlib.h \ + string.h \ + sys/time.h\ + time.h \ + unistd.h \ + +do +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 -echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } -case $ac_cv_c_bigendian in - yes) -cat >>confdefs.h <<\_ACEOF -#define WORDS_BIGENDIAN 1 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ _ACEOF - ;; - no) - ;; - *) - { { echo "$as_me:$LINENO: error: unknown endianness -presetting ac_cv_c_bigendian=no (or yes) will help" >&5 -echo "$as_me: error: unknown endianness -presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} - { (exit 1); exit 1; }; } ;; +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## -------------------------------------------- ## +## Report this to markus_moeller@compuserve.com ## +## -------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + +fi +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +ac_config_headers="$ac_config_headers ska_config.h" + + + + + +squid_dir= + +# Check whether --with-squid was given. +if test "${with_squid+set}" = set; then + withval=$with_squid; squid_dir=$withval + +fi eval ac_p_include=$includedir -CPPFLAGS="$CPPFLAGS -I$ac_p_include -I../../../include" -{ echo "$as_me:$LINENO: checking for SQUID" >&5 -echo $ECHO_N "checking for SQUID... $ECHO_C" >&6; } +CPPFLAGS="$CPPFLAGS -I$ac_p_include -I../../../ -I../../../include/ -I$squid_dir/include -I$squid_dir/src " +{ $as_echo "$as_me:$LINENO: checking for SQUID at '$squid_dir' " >&5 +$as_echo_n "checking for SQUID at '$squid_dir' ... " >&6; } if test "${ac_cv_have_squid+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling + { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run test program while cross compiling +$as_echo "$as_me: error: cannot run test program while cross compiling See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else @@ -6535,39 +7058,43 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_squid=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_have_squid=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_squid" >&5 -echo "${ECHO_T}$ac_cv_have_squid" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_squid" >&5 +$as_echo "$ac_cv_have_squid" >&6; } eval ac_p_lib=$libdir LDFLAGS="$LDFLAGS -L../../../lib -L$ac_p_lib $w_flag$ac_p_lib$w_flag_2" -if test x"$ac_cv_have_squid" = x"yes"; then +if test "x$ac_cv_have_squid" = "xyes"; then cat >>confdefs.h <<\_ACEOF #define HAVE_SQUID 1 @@ -6578,20 +7105,21 @@ for ac_header in getaddrinfo.h getnameinfo.h util.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6607,32 +7135,33 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -6646,51 +7175,52 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to markus_moeller@compuserve.com ## @@ -6699,31 +7229,33 @@ ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done - { echo "$as_me:$LINENO: checking whether xgetaddrinfo is declared" >&5 -echo $ECHO_N "checking whether xgetaddrinfo is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether xgetaddrinfo is declared" >&5 +$as_echo_n "checking whether xgetaddrinfo is declared... " >&6; } if test "${ac_cv_have_decl_xgetaddrinfo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6750,20 +7282,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_decl_xgetaddrinfo=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_xgetaddrinfo=no @@ -6771,8 +7304,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_xgetaddrinfo" >&5 -echo "${ECHO_T}$ac_cv_have_decl_xgetaddrinfo" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_xgetaddrinfo" >&5 +$as_echo "$ac_cv_have_decl_xgetaddrinfo" >&6; } if test $ac_cv_have_decl_xgetaddrinfo = yes; then cat >>confdefs.h <<_ACEOF @@ -6789,10 +7322,10 @@ fi - { echo "$as_me:$LINENO: checking whether xfreeaddrinfo is declared" >&5 -echo $ECHO_N "checking whether xfreeaddrinfo is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether xfreeaddrinfo is declared" >&5 +$as_echo_n "checking whether xfreeaddrinfo is declared... " >&6; } if test "${ac_cv_have_decl_xfreeaddrinfo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6819,20 +7352,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_decl_xfreeaddrinfo=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_xfreeaddrinfo=no @@ -6840,8 +7374,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_xfreeaddrinfo" >&5 -echo "${ECHO_T}$ac_cv_have_decl_xfreeaddrinfo" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_xfreeaddrinfo" >&5 +$as_echo "$ac_cv_have_decl_xfreeaddrinfo" >&6; } if test $ac_cv_have_decl_xfreeaddrinfo = yes; then cat >>confdefs.h <<_ACEOF @@ -6858,10 +7392,10 @@ fi - { echo "$as_me:$LINENO: checking whether xgai_strerror is declared" >&5 -echo $ECHO_N "checking whether xgai_strerror is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether xgai_strerror is declared" >&5 +$as_echo_n "checking whether xgai_strerror is declared... " >&6; } if test "${ac_cv_have_decl_xgai_strerror+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6888,20 +7422,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_decl_xgai_strerror=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_xgai_strerror=no @@ -6909,8 +7444,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_xgai_strerror" >&5 -echo "${ECHO_T}$ac_cv_have_decl_xgai_strerror" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_xgai_strerror" >&5 +$as_echo "$ac_cv_have_decl_xgai_strerror" >&6; } if test $ac_cv_have_decl_xgai_strerror = yes; then cat >>confdefs.h <<_ACEOF @@ -6927,10 +7462,10 @@ fi - { echo "$as_me:$LINENO: checking whether xgetnameinfo is declared" >&5 -echo $ECHO_N "checking whether xgetnameinfo is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether xgetnameinfo is declared" >&5 +$as_echo_n "checking whether xgetnameinfo is declared... " >&6; } if test "${ac_cv_have_decl_xgetnameinfo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6957,20 +7492,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_decl_xgetnameinfo=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_xgetnameinfo=no @@ -6978,8 +7514,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_xgetnameinfo" >&5 -echo "${ECHO_T}$ac_cv_have_decl_xgetnameinfo" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_xgetnameinfo" >&5 +$as_echo "$ac_cv_have_decl_xgetnameinfo" >&6; } if test $ac_cv_have_decl_xgetnameinfo = yes; then cat >>confdefs.h <<_ACEOF @@ -6996,10 +7532,10 @@ fi - { echo "$as_me:$LINENO: checking whether xstrdup is declared" >&5 -echo $ECHO_N "checking whether xstrdup is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether xstrdup is declared" >&5 +$as_echo_n "checking whether xstrdup is declared... " >&6; } if test "${ac_cv_have_decl_xstrdup+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7026,20 +7562,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_decl_xstrdup=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_xstrdup=no @@ -7047,8 +7584,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_xstrdup" >&5 -echo "${ECHO_T}$ac_cv_have_decl_xstrdup" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_xstrdup" >&5 +$as_echo "$ac_cv_have_decl_xstrdup" >&6; } if test $ac_cv_have_decl_xstrdup = yes; then cat >>confdefs.h <<_ACEOF @@ -7065,10 +7602,10 @@ fi - { echo "$as_me:$LINENO: checking whether xmalloc is declared" >&5 -echo $ECHO_N "checking whether xmalloc is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether xmalloc is declared" >&5 +$as_echo_n "checking whether xmalloc is declared... " >&6; } if test "${ac_cv_have_decl_xmalloc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7095,20 +7632,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_decl_xmalloc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_xmalloc=no @@ -7116,8 +7654,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_xmalloc" >&5 -echo "${ECHO_T}$ac_cv_have_decl_xmalloc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_xmalloc" >&5 +$as_echo "$ac_cv_have_decl_xmalloc" >&6; } if test $ac_cv_have_decl_xmalloc = yes; then cat >>confdefs.h <<_ACEOF @@ -7134,10 +7672,10 @@ fi - { echo "$as_me:$LINENO: checking whether xfree is declared" >&5 -echo $ECHO_N "checking whether xfree is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether xfree is declared" >&5 +$as_echo_n "checking whether xfree is declared... " >&6; } if test "${ac_cv_have_decl_xfree+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7164,20 +7702,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_have_decl_xfree=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_xfree=no @@ -7185,8 +7724,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_xfree" >&5 -echo "${ECHO_T}$ac_cv_have_decl_xfree" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_xfree" >&5 +$as_echo "$ac_cv_have_decl_xfree" >&6; } if test $ac_cv_have_decl_xfree = yes; then cat >>confdefs.h <<_ACEOF @@ -7204,10 +7743,10 @@ -{ echo "$as_me:$LINENO: checking for main in -lm" >&5 -echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lm" >&5 +$as_echo_n "checking for main in -lm... " >&6; } if test "${ac_cv_lib_m_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" @@ -7233,32 +7772,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_m_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_m_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 -echo "${ECHO_T}$ac_cv_lib_m_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 +$as_echo "$ac_cv_lib_m_main" >&6; } if test $ac_cv_lib_m_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBM 1 @@ -7269,10 +7812,10 @@ fi -{ echo "$as_me:$LINENO: checking for main in -lmw" >&5 -echo $ECHO_N "checking for main in -lmw... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for main in -lmw" >&5 +$as_echo_n "checking for main in -lmw... " >&6; } if test "${ac_cv_lib_mw_main+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lmw $LIBS" @@ -7298,32 +7841,36 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err - } && test -s conftest$ac_exeext && - $as_test_x conftest$ac_exeext; then + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_mw_main=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_mw_main=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_mw_main" >&5 -echo "${ECHO_T}$ac_cv_lib_mw_main" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_mw_main" >&5 +$as_echo "$ac_cv_lib_mw_main" >&6; } if test $ac_cv_lib_mw_main = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBMW 1 @@ -7334,13 +7881,15 @@ fi LIBS="-lmiscutil $LIBS" -fi -ac_config_headers="$ac_config_headers config.h" +fi + + + echo "configure: ## -----------------------------##" @@ -7403,11 +7952,12 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -7440,12 +7990,12 @@ if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && - { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -echo "$as_me: updating cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else - { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -echo "$as_me: not updating unwritable cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -7461,7 +8011,7 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`echo "$ac_i" | sed "$ac_script"` + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" @@ -7473,33 +8023,34 @@ if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"AMDEP\" was never defined. +$as_echo "$as_me: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAVE_SPNEGO_TRUE}" && test -z "${HAVE_SPNEGO_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"HAVE_SPNEGO\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_SPNEGO\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"HAVE_SPNEGO\" was never defined. +$as_echo "$as_me: error: conditional \"HAVE_SPNEGO\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi : ${CONFIG_STATUS=./config.status} +ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 -echo "$as_me: creating $CONFIG_STATUS" >&6;} -cat >$CONFIG_STATUS <<_ACEOF +{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. @@ -7512,7 +8063,7 @@ SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## @@ -7522,7 +8073,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -7544,17 +8095,45 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -7570,8 +8149,6 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -7594,7 +8171,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -7607,17 +8184,10 @@ PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -7639,7 +8209,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -7690,7 +8260,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems @@ -7718,7 +8288,6 @@ *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -7731,19 +8300,22 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -7768,10 +8340,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -7793,8 +8365,8 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by squid_kerb_auth $as_me 1.0.3, which was -generated by GNU Autoconf 2.61. Invocation command line was +This file was extended by squid_kerb_auth $as_me 1.0.5, which was +generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -7807,7 +8379,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" @@ -7815,7 +8387,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. @@ -7828,9 +8400,9 @@ -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] - instantiate the configuration file FILE + instantiate the configuration file FILE --header=FILE[:TEMPLATE] - instantiate the configuration header FILE + instantiate the configuration header FILE Configuration files: $config_files @@ -7844,24 +8416,25 @@ Report bugs to ." _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -squid_kerb_auth config.status 1.0.3 -configured by $0, generated by GNU Autoconf 2.61, - with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +squid_kerb_auth config.status 1.0.5 +configured by $0, generated by GNU Autoconf 2.62, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2006 Free Software Foundation, Inc. +Copyright (C) 2008 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' +AWK='$AWK' +test -n "\$AWK" || AWK=awk _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF -# If no file are specified by the user, then we need to provide default -# value. By we need to know if files were specified by the user. +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do @@ -7883,30 +8456,36 @@ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - echo "$ac_cs_version"; exit ;; + $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift - CONFIG_FILES="$CONFIG_FILES $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - { echo "$as_me: error: ambiguous option: $1 + { $as_echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; };; --help | --hel | -h ) - echo "$ac_cs_usage"; exit ;; + $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { echo "$as_me: error: unrecognized option: $1 + -*) { $as_echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -7925,27 +8504,29 @@ fi _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 - CONFIG_SHELL=$SHELL + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' export CONFIG_SHELL - exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + exec "\$@" fi _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX - echo "$ac_log" + $as_echo "$ac_log" } >&5 _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # @@ -7953,18 +8534,18 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "ska_config.h") CONFIG_HEADERS="$CONFIG_HEADERS ska_config.h" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done @@ -8005,146 +8586,142 @@ (umask 077 && mkdir "$tmp") } || { - echo "$me: cannot create a temporary directory in ." >&2 + $as_echo "$as_me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } -# -# Set up the sed scripts for CONFIG_FILES section. -# - -# No need to generate the scripts if there are no CONFIG_FILES. -# This happens for instance when ./config.status config.h +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then -_ACEOF +ac_cr=' ' +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$tmp/subs1.awk" && +_ACEOF +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -SHELL!$SHELL$ac_delim -PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim -PACKAGE_NAME!$PACKAGE_NAME$ac_delim -PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim -PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim -PACKAGE_STRING!$PACKAGE_STRING$ac_delim -PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim -exec_prefix!$exec_prefix$ac_delim -prefix!$prefix$ac_delim -program_transform_name!$program_transform_name$ac_delim -bindir!$bindir$ac_delim -sbindir!$sbindir$ac_delim -libexecdir!$libexecdir$ac_delim -datarootdir!$datarootdir$ac_delim -datadir!$datadir$ac_delim -sysconfdir!$sysconfdir$ac_delim -sharedstatedir!$sharedstatedir$ac_delim -localstatedir!$localstatedir$ac_delim -includedir!$includedir$ac_delim -oldincludedir!$oldincludedir$ac_delim -docdir!$docdir$ac_delim -infodir!$infodir$ac_delim -htmldir!$htmldir$ac_delim -dvidir!$dvidir$ac_delim -pdfdir!$pdfdir$ac_delim -psdir!$psdir$ac_delim -libdir!$libdir$ac_delim -localedir!$localedir$ac_delim -mandir!$mandir$ac_delim -DEFS!$DEFS$ac_delim -ECHO_C!$ECHO_C$ac_delim -ECHO_N!$ECHO_N$ac_delim -ECHO_T!$ECHO_T$ac_delim -LIBS!$LIBS$ac_delim -build_alias!$build_alias$ac_delim -host_alias!$host_alias$ac_delim -target_alias!$target_alias$ac_delim -INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim -INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim -INSTALL_DATA!$INSTALL_DATA$ac_delim -CYGPATH_W!$CYGPATH_W$ac_delim -PACKAGE!$PACKAGE$ac_delim -VERSION!$VERSION$ac_delim -ACLOCAL!$ACLOCAL$ac_delim -AUTOCONF!$AUTOCONF$ac_delim -AUTOMAKE!$AUTOMAKE$ac_delim -AUTOHEADER!$AUTOHEADER$ac_delim -MAKEINFO!$MAKEINFO$ac_delim -install_sh!$install_sh$ac_delim -STRIP!$STRIP$ac_delim -INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim -mkdir_p!$mkdir_p$ac_delim -AWK!$AWK$ac_delim -SET_MAKE!$SET_MAKE$ac_delim -am__leading_dot!$am__leading_dot$ac_delim -AMTAR!$AMTAR$ac_delim -am__tar!$am__tar$ac_delim -am__untar!$am__untar$ac_delim -CC!$CC$ac_delim -CFLAGS!$CFLAGS$ac_delim -LDFLAGS!$LDFLAGS$ac_delim -CPPFLAGS!$CPPFLAGS$ac_delim -ac_ct_CC!$ac_ct_CC$ac_delim -EXEEXT!$EXEEXT$ac_delim -OBJEXT!$OBJEXT$ac_delim -DEPDIR!$DEPDIR$ac_delim -am__include!$am__include$ac_delim -am__quote!$am__quote$ac_delim -AMDEP_TRUE!$AMDEP_TRUE$ac_delim -AMDEP_FALSE!$AMDEP_FALSE$ac_delim -AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim -CCDEPMODE!$CCDEPMODE$ac_delim -am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim -am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim -CPP!$CPP$ac_delim -GREP!$GREP$ac_delim -EGREP!$EGREP$ac_delim -ac_krb5_config!$ac_krb5_config$ac_delim -HAVE_SPNEGO_TRUE!$HAVE_SPNEGO_TRUE$ac_delim -HAVE_SPNEGO_FALSE!$HAVE_SPNEGO_FALSE$ac_delim -LIBOBJS!$LIBOBJS$ac_delim -LTLIBOBJS!$LTLIBOBJS$ac_delim -_ACEOF + . ./conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then break elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done +rm -f conf$$subs.sh -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi - -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -:end -s/|#_!!_#|//g -CEOF$ac_eof +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\).*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\).*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 +$as_echo "$as_me: error: could not setup config files machinery" >&2;} + { (exit 1); exit 1; }; } +_ACEOF # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and @@ -8161,19 +8738,133 @@ }' fi -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. -for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + prefix = substr(line, 1, index(line, defundef) - 1) + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", line, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 +$as_echo "$as_me: error: could not setup config headers machinery" >&2;} + { (exit 1); exit 1; }; } +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -echo "$as_me: error: Invalid tag $ac_tag." >&2;} + :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; @@ -8202,26 +8893,38 @@ [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac - ac_file_inputs="$ac_file_inputs $ac_f" + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + ac_file_inputs="$ac_file_inputs '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ - configure_input="Generated from "`IFS=: - echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} + { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin";; + *:-:* | *:-) cat >"$tmp/stdin" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; esac ;; esac @@ -8231,7 +8934,7 @@ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -echo X"$ac_file" | +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -8257,7 +8960,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -8266,7 +8969,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -8287,17 +8990,17 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -8337,12 +9040,13 @@ esac _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= -case `sed -n '/datarootdir/ { +ac_sed_dataroot=' +/datarootdir/ { p q } @@ -8351,13 +9055,14 @@ /@infodir@/p /@localedir@/p /@mandir@/p -' $ac_file_inputs` in +' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g @@ -8371,15 +9076,16 @@ # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF - sed "$ac_vpsub +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub $extrasub _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s&@configure_input@&$configure_input&;t t +s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t @@ -8389,135 +9095,74 @@ s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t $ac_datarootdir_hack -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && - { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' + { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in - -) cat "$tmp/out"; rm -f "$tmp/out";; - *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; - esac + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; :H) # # CONFIG_HEADER # -_ACEOF - -# Transform confdefs.h into a sed script `conftest.defines', that -# substitutes the proper values into config.h.in to produce config.h. -rm -f conftest.defines conftest.tail -# First, append a space to every undef/define line, to ease matching. -echo 's/$/ /' >conftest.defines -# Then, protect against being on the right side of a sed subst, or in -# an unquoted here document, in config.status. If some macros were -# called several times there might be several #defines for the same -# symbol, which is useless. But do not sort them, since the last -# AC_DEFINE must be honored. -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where -# NAME is the cpp macro being defined, VALUE is the value it is being given. -# PARAMS is the parameter list in the macro definition--in most cases, it's -# just an empty string. -ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' -ac_dB='\\)[ (].*,\\1define\\2' -ac_dC=' ' -ac_dD=' ,' - -uniq confdefs.h | - sed -n ' - t rset - :rset - s/^[ ]*#[ ]*define[ ][ ]*// - t ok - d - :ok - s/[\\&,]/\\&/g - s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p - s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p - ' >>conftest.defines - -# Remove the space that was appended to ease matching. -# Then replace #undef with comments. This is necessary, for -# example, in the case of _POSIX_SOURCE, which is predefined and required -# on some systems where configure will not decide to define it. -# (The regexp can be short, since the line contains either #define or #undef.) -echo 's/ $// -s,^[ #]*u.*,/* & */,' >>conftest.defines - -# Break up conftest.defines: -ac_max_sed_lines=50 - -# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" -# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" -# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" -# et cetera. -ac_in='$ac_file_inputs' -ac_out='"$tmp/out1"' -ac_nxt='"$tmp/out2"' - -while : -do - # Write a here document: - cat >>$CONFIG_STATUS <<_ACEOF - # First, check the format of the line: - cat >"\$tmp/defines.sed" <<\\CEOF -/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def -/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def -b -:def -_ACEOF - sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS - echo 'CEOF - sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS - ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in - sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail - grep . conftest.tail >/dev/null || break - rm -f conftest.defines - mv conftest.tail conftest.defines -done -rm -f conftest.defines conftest.tail - -echo "ac_result=$ac_in" >>$CONFIG_STATUS -cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then - echo "/* $configure_input */" >"$tmp/config.h" - cat "$ac_result" >>"$tmp/config.h" - if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then - { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 -echo "$as_me: $ac_file is unchanged" >&6;} + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} else - rm -f $ac_file - mv "$tmp/config.h" $ac_file + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } fi else - echo "/* $configure_input */" - cat "$ac_result" + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 +$as_echo "$as_me: error: could not create -" >&2;} + { (exit 1); exit 1; }; } fi - rm -f "$tmp/out12" -# Compute $ac_file's index in $config_headers. +# Compute "$ac_file"'s index in $config_headers. _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in - $ac_file | $ac_file:* ) + "$ac_file" | "$ac_file":* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done -echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || -$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X$ac_file : 'X\(//\)[^/]' \| \ - X$ac_file : 'X\(//\)$' \| \ - X$ac_file : 'X\(/\)' \| . 2>/dev/null || -echo X$ac_file | +echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -8537,8 +9182,8 @@ s/.*/./; q'`/stamp-h$_am_stamp_count ;; - :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 -echo "$as_me: executing $ac_file commands" >&6;} + :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac @@ -8559,7 +9204,7 @@ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || -echo X"$mf" | +$as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -8603,7 +9248,7 @@ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || -echo X"$file" | +$as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -8629,7 +9274,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -8638,7 +9283,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -8659,8 +9304,8 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" @@ -8677,6 +9322,11 @@ chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -8698,8 +9348,12 @@ # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} +fi -echo "configure: updating config.h" -sed -e "s/|MAIL|/"$PACKAGE_BUGREPORT"/" config.h > .config.h.tmp -mv .config.h.tmp config.h +echo "configure: updating ska_config.h" +sed -e "s/|MAIL|/"$PACKAGE_BUGREPORT"/" ska_config.h > .ska_config.h.tmp +mv .ska_config.h.tmp ska_config.h diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/configure.in squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/configure.in --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/configure.in 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/configure.in 2008-12-05 16:09:30.000000000 +1300 @@ -15,8 +15,9 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([squid_kerb_auth],[1.0.3],[markus_moeller@compuserve.com]) -AM_INIT_AUTOMAKE(squid_kerb_auth,1.0.3) +AC_INIT([squid_kerb_auth],[1.0.5],[markus_moeller@compuserve.com]) +AM_INIT_AUTOMAKE(squid_kerb_auth,1.0.5) +AC_CONFIG_SRCDIR([squid_kerb_auth.c]) AC_PROG_CC AC_PROG_CPP @@ -312,6 +313,11 @@ esac fi +if test "$ac_cv_header_gssapi_h" = "no" -a "$ac_cv_header_gssapi_gssapi_h" = "no"; then + echo "GSSAPI headers are required to compile squid_kerb_auth" + echo "Please install gssapi headers and then re-run configure" + exit 1 +fi old_LIBS=$LIBS AC_CACHE_CHECK([for SPNEGO support],ac_cv_have_spnego,[ @@ -374,38 +380,19 @@ AC_C_BIGENDIAN -eval ac_p_include=$includedir -CPPFLAGS="$CPPFLAGS -I$ac_p_include -I../../../include" -AC_CACHE_CHECK([for SQUID],ac_cv_have_squid,[ -AC_TRY_RUN([ -#include -int main(int argc, char *argv[]) { -#ifdef SQUID_CONFIG_H -return 0; -#else -return 1; -#endif -}], - ac_cv_have_squid=yes, - ac_cv_have_squid=no)]) -eval ac_p_lib=$libdir -LDFLAGS="$LDFLAGS -L../../../lib -L$ac_p_lib $w_flag$ac_p_lib$w_flag_2" -if test x"$ac_cv_have_squid" = x"yes"; then - AC_DEFINE(HAVE_SQUID,1, [Define to 1 if you have SQUID]) - AC_CHECK_HEADERS(getaddrinfo.h getnameinfo.h util.h) - AC_CHECK_DECLS([xgetaddrinfo], [], [], [[#include ]]) - AC_CHECK_DECLS([xfreeaddrinfo], [], [], [[#include ]]) - AC_CHECK_DECLS([xgai_strerror], [], [], [[#include ]]) - AC_CHECK_DECLS([xgetnameinfo], [], [], [[#include ]]) - AC_CHECK_DECLS([xstrdup], [], [], [[#include ]]) - AC_CHECK_DECLS([xmalloc], [], [], [[#include ]]) - AC_CHECK_DECLS([xfree], [], [], [[#include ]]) - AC_CHECK_LIB(m,main) - AC_CHECK_LIB(mw,main) - LIBS="-lmiscutil $LIBS" -fi +AC_CHECK_HEADERS( \ + errno.h \ + netdb.h \ + stdio.h \ + stdlib.h \ + string.h \ + sys/time.h\ + time.h \ + unistd.h \ +) + +AC_CONFIG_HEADER(ska_config.h) -AC_CONFIG_HEADER(config.h) AH_TOP([/* * ----------------------------------------------------------------------------- * @@ -435,12 +422,78 @@ * ----------------------------------------------------------------------------- */ ]) + +squid_dir= +AC_ARG_WITH([squid], + AC_HELP_STRING([--with-squid=PATH], + [Special option for building bundled inside Squid. Do not define manually.]), + [ squid_dir=$withval ] +) + +eval ac_p_include=$includedir +CPPFLAGS="$CPPFLAGS -I$ac_p_include -I../../../ -I../../../include/ -I$squid_dir/include -I$squid_dir/src " +AC_CACHE_CHECK([for SQUID at '$squid_dir' ],ac_cv_have_squid,[ +AC_TRY_RUN([ +#include +int main(int argc, char *argv[]) { +#ifdef SQUID_CONFIG_H +return 0; +#else +return 1; +#endif +}], + ac_cv_have_squid=yes, + ac_cv_have_squid=no) +]) +eval ac_p_lib=$libdir +LDFLAGS="$LDFLAGS -L../../../lib -L$ac_p_lib $w_flag$ac_p_lib$w_flag_2" +if test "x$ac_cv_have_squid" = "xyes"; then + AC_DEFINE(HAVE_SQUID,1, [Define to 1 if you have SQUID]) + AC_CHECK_HEADERS(getaddrinfo.h getnameinfo.h util.h) + AC_CHECK_DECLS([xgetaddrinfo], [], [], [[#include ]]) + AC_CHECK_DECLS([xfreeaddrinfo], [], [], [[#include ]]) + AC_CHECK_DECLS([xgai_strerror], [], [], [[#include ]]) + AC_CHECK_DECLS([xgetnameinfo], [], [], [[#include ]]) + AC_CHECK_DECLS([xstrdup], [], [], [[#include ]]) + AC_CHECK_DECLS([xmalloc], [], [], [[#include ]]) + AC_CHECK_DECLS([xfree], [], [], [[#include ]]) + AC_CHECK_LIB(m,main) + AC_CHECK_LIB(mw,main) + LIBS="-lmiscutil $LIBS" +AH_TOP([ /* This is building inside Squid. We need their config as well. */ +/* bit of autoconf magic hack */ +#undef HAVE_SQUID + +#if HAVE_SQUID +#include "squid_compat.h" +#endif /* HAVE_SQUID */ +]) +AH_BOTTOM([ +/* Squid provides a few compat libraries */ +#ifdef HAVE_SQUID +#ifdef HAVE_GETADDRINFO_H +#include "getaddrinfo.h" +#endif +#ifdef HAVE_GETNAMEINFO_H +#include "getnameinfo.h" +#endif +#ifdef HAVE_UTIL_H +#include "util.h" +#endif +#endif /* HAVE_SQUID */ +]) + +fi + + AH_BOTTOM([ #ifdef HAVE_HEIMDAL_KERBEROS #ifdef HAVE_GSSAPI_GSSAPI_H #include #elif defined(HAVE_GSSAPI_H) #include +#else +#error "GSSAPI header required" #endif #define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE #else @@ -449,6 +502,8 @@ #include #elif defined(HAVE_GSSAPI_H) #include +#else +#error "GSSAPI header required" #endif #ifdef HAVE_GSSAPI_GSSAPI_EXT_H #include @@ -459,6 +514,8 @@ #include #elif defined(HAVE_GSSAPI_H) #include +#else +#error "GSSAPI header required" #endif #ifdef HAVE_GSSAPI_GSSAPI_KRB5_H #include @@ -496,6 +553,6 @@ AC_OUTPUT(Makefile) -echo "configure: updating config.h" -sed -e "s/|MAIL|/"$PACKAGE_BUGREPORT"/" config.h > .config.h.tmp -mv .config.h.tmp config.h +echo "configure: updating ska_config.h" +sed -e "s/|MAIL|/"$PACKAGE_BUGREPORT"/" ska_config.h > .ska_config.h.tmp +mv .ska_config.h.tmp ska_config.h diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/Makefile.am squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/Makefile.am --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/Makefile.am 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/Makefile.am 2008-12-05 16:09:30.000000000 +1300 @@ -1,15 +1,27 @@ EXTRA_DIST = configure README NEWS ChangeLog AUTHORS INSTALL SUBDIRS = -bin_PROGRAMS = squid_kerb_auth squid_kerb_auth_test +bin_PROGRAMS = squid_kerb_auth squid_kerb_auth_test negotiate_kerb_auth negotiate_kerb_auth_test + +SPNEGO_SOURCE= \ + spnegohelp/derparse.c \ + spnegohelp/derparse.h \ + spnegohelp/spnego.c \ + spnegohelp/spnego.h \ + spnegohelp/spnegohelp.c \ + spnegohelp/spnegohelp.h \ + spnegohelp/spnegoparse.c \ + spnegohelp/spnegoparse.h + +EXTRA_DIST += $(SPNEGO_SOURCE) if HAVE_SPNEGO -squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c -squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c +squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c base64.h squid_compat.h +squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c base64.h squid_compat.h else -squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c spnegohelp/derparse.c spnegohelp/spnego.c spnegohelp/spnegohelp.c spnegohelp/spnegoparse.c +squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c base64.h $(SPNEGO_SOURCE) squid_compat.h INCLUDES = -Ispnegohelp -squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c +squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c base64.h squid_compat.h endif @@ -17,3 +29,13 @@ squid_kerb_auth_LDADD = squid_kerb_auth_test_LDFLAGS = squid_kerb_auth_test_LDADD = +negotiate_kerb_auth_SOURCES = +negotiate_kerb_auth_test_SOURCES = + +negotiate_kerb_auth: squid_kerb_auth + cp squid_kerb_auth negotiate_kerb_auth + +negotiate_kerb_auth_test: squid_kerb_auth_test + cp squid_kerb_auth_test negotiate_kerb_auth_test + + diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/Makefile.in squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/Makefile.in --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/Makefile.in 2008-11-10 00:23:27.000000000 +1300 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/Makefile.in 2008-12-05 16:10:12.000000000 +1300 @@ -34,10 +34,11 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -bin_PROGRAMS = squid_kerb_auth$(EXEEXT) squid_kerb_auth_test$(EXEEXT) +bin_PROGRAMS = squid_kerb_auth$(EXEEXT) squid_kerb_auth_test$(EXEEXT) \ + negotiate_kerb_auth$(EXEEXT) negotiate_kerb_auth_test$(EXEEXT) subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/Makefile.in $(srcdir)/ska_config.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ config.guess config.sub depcomp install-sh ltmain.sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -47,24 +48,35 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno configure.status.lineno mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = config.h +CONFIG_HEADER = ska_config.h CONFIG_CLEAN_FILES = am__installdirs = "$(DESTDIR)$(bindir)" binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) -am__squid_kerb_auth_SOURCES_DIST = squid_kerb_auth.c base64.c \ - spnegohelp/derparse.c spnegohelp/spnego.c \ - spnegohelp/spnegohelp.c spnegohelp/spnegoparse.c +am_negotiate_kerb_auth_OBJECTS = +negotiate_kerb_auth_OBJECTS = $(am_negotiate_kerb_auth_OBJECTS) +negotiate_kerb_auth_LDADD = $(LDADD) +am_negotiate_kerb_auth_test_OBJECTS = +negotiate_kerb_auth_test_OBJECTS = \ + $(am_negotiate_kerb_auth_test_OBJECTS) +negotiate_kerb_auth_test_LDADD = $(LDADD) +am__squid_kerb_auth_SOURCES_DIST = squid_kerb_auth.c base64.c base64.h \ + spnegohelp/derparse.c spnegohelp/derparse.h \ + spnegohelp/spnego.c spnegohelp/spnego.h \ + spnegohelp/spnegohelp.c spnegohelp/spnegohelp.h \ + spnegohelp/spnegoparse.c spnegohelp/spnegoparse.h \ + squid_compat.h +am__objects_1 = derparse.$(OBJEXT) spnego.$(OBJEXT) \ + spnegohelp.$(OBJEXT) spnegoparse.$(OBJEXT) @HAVE_SPNEGO_FALSE@am_squid_kerb_auth_OBJECTS = \ @HAVE_SPNEGO_FALSE@ squid_kerb_auth.$(OBJEXT) base64.$(OBJEXT) \ -@HAVE_SPNEGO_FALSE@ derparse.$(OBJEXT) spnego.$(OBJEXT) \ -@HAVE_SPNEGO_FALSE@ spnegohelp.$(OBJEXT) spnegoparse.$(OBJEXT) +@HAVE_SPNEGO_FALSE@ $(am__objects_1) @HAVE_SPNEGO_TRUE@am_squid_kerb_auth_OBJECTS = \ @HAVE_SPNEGO_TRUE@ squid_kerb_auth.$(OBJEXT) base64.$(OBJEXT) squid_kerb_auth_OBJECTS = $(am_squid_kerb_auth_OBJECTS) squid_kerb_auth_DEPENDENCIES = am__squid_kerb_auth_test_SOURCES_DIST = squid_kerb_auth_test.c \ - base64.c + base64.c base64.h squid_compat.h @HAVE_SPNEGO_FALSE@am_squid_kerb_auth_test_OBJECTS = \ @HAVE_SPNEGO_FALSE@ squid_kerb_auth_test.$(OBJEXT) \ @HAVE_SPNEGO_FALSE@ base64.$(OBJEXT) @@ -80,8 +92,12 @@ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -SOURCES = $(squid_kerb_auth_SOURCES) $(squid_kerb_auth_test_SOURCES) -DIST_SOURCES = $(am__squid_kerb_auth_SOURCES_DIST) \ +SOURCES = $(negotiate_kerb_auth_SOURCES) \ + $(negotiate_kerb_auth_test_SOURCES) $(squid_kerb_auth_SOURCES) \ + $(squid_kerb_auth_test_SOURCES) +DIST_SOURCES = $(negotiate_kerb_auth_SOURCES) \ + $(negotiate_kerb_auth_test_SOURCES) \ + $(am__squid_kerb_auth_SOURCES_DIST) \ $(am__squid_kerb_auth_test_SOURCES_DIST) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ @@ -184,18 +200,31 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -EXTRA_DIST = configure README NEWS ChangeLog AUTHORS INSTALL +EXTRA_DIST = configure README NEWS ChangeLog AUTHORS INSTALL \ + $(SPNEGO_SOURCE) SUBDIRS = -@HAVE_SPNEGO_FALSE@squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c spnegohelp/derparse.c spnegohelp/spnego.c spnegohelp/spnegohelp.c spnegohelp/spnegoparse.c -@HAVE_SPNEGO_TRUE@squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c -@HAVE_SPNEGO_FALSE@squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c -@HAVE_SPNEGO_TRUE@squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c +SPNEGO_SOURCE = \ + spnegohelp/derparse.c \ + spnegohelp/derparse.h \ + spnegohelp/spnego.c \ + spnegohelp/spnego.h \ + spnegohelp/spnegohelp.c \ + spnegohelp/spnegohelp.h \ + spnegohelp/spnegoparse.c \ + spnegohelp/spnegoparse.h + +@HAVE_SPNEGO_FALSE@squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c base64.h $(SPNEGO_SOURCE) squid_compat.h +@HAVE_SPNEGO_TRUE@squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c base64.h squid_compat.h +@HAVE_SPNEGO_FALSE@squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c base64.h squid_compat.h +@HAVE_SPNEGO_TRUE@squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c base64.h squid_compat.h @HAVE_SPNEGO_FALSE@INCLUDES = -Ispnegohelp squid_kerb_auth_LDFLAGS = squid_kerb_auth_LDADD = squid_kerb_auth_test_LDFLAGS = squid_kerb_auth_test_LDADD = -all: config.h +negotiate_kerb_auth_SOURCES = +negotiate_kerb_auth_test_SOURCES = +all: ska_config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: @@ -234,22 +263,22 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -config.h: stamp-h1 +ska_config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ $(MAKE) stamp-h1; \ else :; fi -stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status +stamp-h1: $(srcdir)/ska_config.h.in $(top_builddir)/config.status @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h -$(srcdir)/config.h.in: $(am__configure_deps) + cd $(top_builddir) && $(SHELL) ./config.status ska_config.h +$(srcdir)/ska_config.h.in: $(am__configure_deps) cd $(top_srcdir) && $(AUTOHEADER) rm -f stamp-h1 touch $@ distclean-hdr: - -rm -f config.h stamp-h1 + -rm -f ska_config.h stamp-h1 install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" @@ -446,7 +475,7 @@ mkid -fID $$unique tags: TAGS -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ +TAGS: tags-recursive $(HEADERS) $(SOURCES) ska_config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -463,7 +492,7 @@ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + list='$(SOURCES) $(HEADERS) ska_config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ @@ -475,11 +504,11 @@ $$tags $$unique; \ fi ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) ska_config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + list='$(SOURCES) $(HEADERS) ska_config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ @@ -500,6 +529,7 @@ distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) + $(mkdir_p) $(distdir)/spnegohelp @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ @@ -640,7 +670,7 @@ exit 1; } >&2 check-am: all-am check: check-recursive -all-am: Makefile $(PROGRAMS) config.h +all-am: Makefile $(PROGRAMS) ska_config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)"; do \ @@ -740,6 +770,12 @@ mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am + +negotiate_kerb_auth: squid_kerb_auth + cp squid_kerb_auth negotiate_kerb_auth + +negotiate_kerb_auth_test: squid_kerb_auth_test + cp squid_kerb_auth_test negotiate_kerb_auth_test # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/ska_config.h.in squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/ska_config.h.in --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/ska_config.h.in 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/ska_config.h.in 2008-12-05 16:10:11.000000000 +1300 @@ -0,0 +1,250 @@ +/* ska_config.h.in. Generated from configure.in by autoheader. */ + +/* + * ----------------------------------------------------------------------------- + * + * Author: Markus Moeller (|MAIL|) + * + * Copyright (C) 2007 Markus Moeller. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * + * As a special exemption, M Moeller gives permission to link this program + * with MIT, Heimdal or other GSS/Kerberos libraries, and distribute + * the resulting executable, without including the source code for + * the Libraries in the source distribution. + * + * ----------------------------------------------------------------------------- + */ + + + /* This is building inside Squid. We need their config as well. */ +/* bit of autoconf magic hack */ +#undef HAVE_SQUID + +#if HAVE_SQUID +#include "squid_compat.h" +#endif /* HAVE_SQUID */ + + +/* Define to 1 if you have the declaration of `xfree', and to 0 if you don't. + */ +#undef HAVE_DECL_XFREE + +/* Define to 1 if you have the declaration of `xfreeaddrinfo', and to 0 if you + don't. */ +#undef HAVE_DECL_XFREEADDRINFO + +/* Define to 1 if you have the declaration of `xgai_strerror', and to 0 if you + don't. */ +#undef HAVE_DECL_XGAI_STRERROR + +/* Define to 1 if you have the declaration of `xgetaddrinfo', and to 0 if you + don't. */ +#undef HAVE_DECL_XGETADDRINFO + +/* Define to 1 if you have the declaration of `xgetnameinfo', and to 0 if you + don't. */ +#undef HAVE_DECL_XGETNAMEINFO + +/* Define to 1 if you have the declaration of `xmalloc', and to 0 if you + don't. */ +#undef HAVE_DECL_XMALLOC + +/* Define to 1 if you have the declaration of `xstrdup', and to 0 if you + don't. */ +#undef HAVE_DECL_XSTRDUP + +/* Define to 1 if you have the header file. */ +#undef HAVE_ERRNO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GETADDRINFO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GETNAMEINFO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_EXT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_GENERIC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_GSSAPI_KRB5_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GSSAPI_H + +/* Define to 1 if you have Heimdal Kerberos */ +#undef HAVE_HEIMDAL_KERBEROS + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `m' library (-lm). */ +#undef HAVE_LIBM + +/* Define to 1 if you have the `mw' library (-lmw). */ +#undef HAVE_LIBMW + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have MIT Kerberos */ +#undef HAVE_MIT_KERBEROS + +/* Define to 1 if you have NAS Kerberos */ +#undef HAVE_NAS_KERBEROS + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETDB_H + +/* Define to 1 if you have New Solaris 10/OpenSolaris Kerberos */ +#undef HAVE_NEW_SEAM_KERBEROS + +/* Define to 1 if you have SEAM Kerberos */ +#undef HAVE_SEAM_KERBEROS + +/* Define to 1 if you have SPNEGO support */ +#undef HAVE_SPNEGO + +/* Define to 1 if you have SQUID */ +#undef HAVE_SQUID + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UTIL_H + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +#elif ! defined __LITTLE_ENDIAN__ +# undef WORDS_BIGENDIAN +#endif + + +/* Squid provides a few compat libraries */ +#ifdef HAVE_SQUID +#ifdef HAVE_GETADDRINFO_H +#include "getaddrinfo.h" +#endif +#ifdef HAVE_GETNAMEINFO_H +#include "getnameinfo.h" +#endif +#ifdef HAVE_UTIL_H +#include "util.h" +#endif +#endif /* HAVE_SQUID */ + + + +#ifdef HAVE_HEIMDAL_KERBEROS +#ifdef HAVE_GSSAPI_GSSAPI_H +#include +#elif defined(HAVE_GSSAPI_H) +#include +#else +#error "GSSAPI header required" +#endif +#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE +#else +#ifdef HAVE_SEAM_KERBEROS +#ifdef HAVE_GSSAPI_GSSAPI_H +#include +#elif defined(HAVE_GSSAPI_H) +#include +#else +#error "GSSAPI header required" +#endif +#ifdef HAVE_GSSAPI_GSSAPI_EXT_H +#include +#endif +#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE +#else /*MIT*/ +#ifdef HAVE_GSSAPI_GSSAPI_H +#include +#elif defined(HAVE_GSSAPI_H) +#include +#else +#error "GSSAPI header required" +#endif +#ifdef HAVE_GSSAPI_GSSAPI_KRB5_H +#include +#endif +#ifdef HAVE_GSSAPI_GSSAPI_GENERIC_H +#include +#endif +#endif +#endif + + diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/derparse.h squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/derparse.h --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/derparse.h 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/derparse.h 2008-12-05 16:09:30.000000000 +1300 @@ -0,0 +1,206 @@ +// Copyright (C) 2002 Microsoft Corporation +// All rights reserved. +// +// THIS CODE AND INFORMATION IS PROVIDED "AS IS" +// WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +// OR IMPLIED, INCLUDING BUT NOT LIMITED +// TO THE IMPLIED WARRANTIES OF MERCHANTIBILITY +// AND/OR FITNESS FOR A PARTICULAR PURPOSE. +// +// Date - 10/08/2002 +// Author - Sanj Surati + +///////////////////////////////////////////////////////////// +// +// DERPARSE.H +// +// SPNEGO Token Handler Header File +// +// Contains the definitions required to properly parse the +// SPNEGO DER encoding. +// +///////////////////////////////////////////////////////////// + +#ifndef __DERPARSE_H__ +#define __DERPARSE_H__ + +// C++ Specific +#if defined(__cplusplus) +extern "C" +{ +#endif + + /* Identifier Types */ +#define IDENTIFIER_MASK 0xC0 // Bits 7 and 8 +#define IDENTIFIER_UNIVERSAL 0x00 // 00 = universal +#define IDENTIFIER_APPLICATION 0x40 // 01 = application +#define IDENTIFIER_CONTEXT_SPECIFIC 0x80 // 10 = context specific +#define IDENTIFIER_PRIVATE 0xC0 // 11 = Private + + /* Encoding type */ + +#define FORM_MASK 0x20 /* Bit 6 */ +#define PRIMITIVE 0x00 /* 0 = primitive */ +#define CONSTRUCTED 0x20 /* 1 = constructed */ + + /* Universal tags */ + +#define TAG_MASK 0x1F /* Bits 5 - 1 */ +#define BOOLEAN 0x01 /* 1: TRUE or FALSE */ +#define INTEGER 0x02 /* 2: Arbitrary precision integer */ +#define BITSTRING 0x03 /* 2: Sequence of bits */ +#define OCTETSTRING 0x04 /* 4: Sequence of bytes */ +#define NULLTAG 0x05 /* 5: NULL */ +#define OID 0x06 /* 6: Object Identifier (numeric sequence) */ +#define OBJDESCRIPTOR 0x07 /* 7: Object Descriptor (human readable) */ +#define EXTERNAL 0x08 /* 8: External / Instance Of */ +#define REAL 0x09 /* 9: Real (Mantissa * Base^Exponent) */ +#define ENUMERATED 0x0A /* 10: Enumerated */ +#define EMBEDDED_PDV 0x0B /* 11: Embedded Presentation Data Value */ +#define SEQUENCE 0x10 /* 16: Constructed Sequence / Sequence Of */ +#define SET 0x11 /* 17: Constructed Set / Set Of */ +#define NUMERICSTR 0x12 /* 18: Numeric String (digits only) */ +#define PRINTABLESTR 0x13 /* 19: Printable String */ +#define T61STR 0x14 /* 20: T61 String (Teletex) */ +#define VIDEOTEXSTR 0x15 /* 21: Videotex String */ +#define IA5STR 0x16 /* 22: IA5 String */ +#define UTCTIME 0x17 /* 23: UTC Time */ +#define GENERALIZEDTIME 0x18 /* 24: Generalized Time */ +#define GRAPHICSTR 0x19 /* 25: Graphic String */ +#define VISIBLESTR 0x1A /* 26: Visible String (ISO 646) */ +#define GENERALSTR 0x1B /* 27: General String */ +#define UNIVERSALSTR 0x1C /* 28: Universal String */ +#define BMPSTR 0x1E /* 30: Basic Multilingual Plane String */ + + /* Length encoding */ + +#define LEN_XTND 0x80 /* Indefinite or long form */ +#define LEN_MASK 0x7f /* Bits 7 - 1 */ + +// +// SPNEGO Token Parsing Constants +// + + +// Fixed Length of NegTokenInit ReqFlags field +#define SPNEGO_NEGINIT_MAXLEN_REQFLAGS 2 + +// Difference in bits for ReqFlags token +#define SPNEGO_NEGINIT_REQFLAGS_BITDIFF 1 + +// Fixed Length of NegTokenTarg NegResult field +#define SPNEGO_NEGTARG_MAXLEN_NEGRESULT 1 + +// Application Specific Construct - Always at the start of a NegTokenInit +#define SPNEGO_NEGINIT_APP_CONSTRUCT ( IDENTIFIER_APPLICATION | CONSTRUCTED ) // 0x60 + +// Constructed Sequence token - after the actual token identifier token +#define SPNEGO_CONSTRUCTED_SEQUENCE ( SEQUENCE | CONSTRUCTED ) + +// MechList Type Identifier +#define SPNEGO_MECHLIST_TYPE ( SEQUENCE | CONSTRUCTED | OID ) + +// +// NegTokenInit - Token Identifier and Elements +// + +// NegTokenInit - 0xa0 +#define SPNEGO_NEGINIT_TOKEN_IDENTIFIER ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_TOKEN_INIT ) + +// Structure elements for NegTokenInit +#define SPNEGO_NEGINIT_MECHTYPES 0x0 // MechTypes is element 0 +#define SPNEGO_NEGINIT_REQFLAGS 0x1 // ReqFlags is element 1 +#define SPNEGO_NEGINIT_MECHTOKEN 0x2 // MechToken is element 2 +#define SPNEGO_NEGINIT_MECHLISTMIC 0x3 // MechListMIC is element 3 + +// MechTypes element is 0xa0 +#define SPNEGO_NEGINIT_ELEMENT_MECHTYPES ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_NEGINIT_MECHTYPES ) + +// ReqFlags element is 0xa1 +#define SPNEGO_NEGINIT_ELEMENT_REQFLAGS ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_NEGINIT_REQFLAGS ) + +// MechToken element is 0xa2 +#define SPNEGO_NEGINIT_ELEMENT_MECHTOKEN ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_NEGINIT_MECHTOKEN ) + +// MechListMIC element is 0xa3 +#define SPNEGO_NEGINIT_ELEMENT_MECHLISTMIC ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_NEGINIT_MECHLISTMIC ) + +// +// NegTokenTarg - Token Identifier and Elements +// + +// NegTokenTarg - 0xa1 +#define SPNEGO_NEGTARG_TOKEN_IDENTIFIER ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_TOKEN_TARG ) + +// Structure elements for NegTokenTarg +#define SPNEGO_NEGTARG_NEGRESULT 0x0 // NegResult is element 0 +#define SPNEGO_NEGTARG_SUPPORTEDMECH 0x1 // SupportedMech is element 1 +#define SPNEGO_NEGTARG_RESPONSETOKEN 0x2 // ResponseToken is element 2 +#define SPNEGO_NEGTARG_MECHLISTMIC 0x3 // MechListMIC is element 3 + +// NegResult element is 0xa0 +#define SPNEGO_NEGTARG_ELEMENT_NEGRESULT ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_NEGTARG_NEGRESULT ) + +// SupportedMech element is 0xa1 +#define SPNEGO_NEGTARG_ELEMENT_SUPPORTEDMECH ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_NEGTARG_SUPPORTEDMECH ) + +// ResponseToken element is 0xa2 +#define SPNEGO_NEGTARG_ELEMENT_RESPONSETOKEN ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_NEGTARG_RESPONSETOKEN ) + +// MechListMIC element is 0xa3 +#define SPNEGO_NEGTARG_ELEMENT_MECHLISTMIC ( IDENTIFIER_CONTEXT_SPECIFIC | CONSTRUCTED | \ + SPNEGO_NEGTARG_MECHLISTMIC ) + +// +// Defines a GSS Mechanism OID. We keep a single static array +// of these which we'll use for validation/searches/parsing. +// + + typedef struct _mechOID { + unsigned char* ucOid; // Byte representation of OID + int iLen; // Length of the OID, length and identifier + int iActualDataLen; // Length of the actual OID + SPNEGO_MECH_OID eMechanismOID; // Which OID is this? + } MECH_OID; + + +// +// ASN Der functions +// + + int ASNDerGetLength( unsigned char* pbLengthData, long nBoundaryLength, long* pnLength, + long* pnNumLengthBytes ); + int ASNDerCheckToken( unsigned char* pbTokenData, unsigned char nToken, + long nCheckLength, long nBoundaryLength, long* pnLength, + long* pnTokenLength ); + int ASNDerCheckOID( unsigned char* pbTokenData, SPNEGO_MECH_OID nMechOID, long nBoundaryLength, + long* pnTokenLength ); + int ASNDerCalcNumLengthBytes( long nLength ); + long ASNDerCalcTokenLength( long nLength, long nDataLength ); + long ASNDerCalcElementLength( long nDataLength, long* pnInternalLength ); + long ASNDerCalcMechListLength( SPNEGO_MECH_OID mechoid, long* pnInternalLength ); + int ASNDerWriteLength( unsigned char* pbData, long nLength ); + int ASNDerWriteToken( unsigned char* pbData, unsigned char ucType, + unsigned char* pbTokenValue, long nLength ); + int ASNDerWriteOID( unsigned char* pbData, SPNEGO_MECH_OID eMechOID ); + long ASNDerWriteMechList( unsigned char* pbData, SPNEGO_MECH_OID mechoid ); + int ASNDerWriteElement( unsigned char* pbData, unsigned char ucElementSequence, + unsigned char ucType, unsigned char* pbTokenValue, long nLength ); + + + // C++ Specific +#if defined(__cplusplus) +} +#endif + +#endif + diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnego.h squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnego.h --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnego.h 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnego.h 2008-12-05 16:09:30.000000000 +1300 @@ -0,0 +1,244 @@ +// Copyright (C) 2002 Microsoft Corporation +// All rights reserved. +// +// THIS CODE AND INFORMATION IS PROVIDED "AS IS" +// WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +// OR IMPLIED, INCLUDING BUT NOT LIMITED +// TO THE IMPLIED WARRANTIES OF MERCHANTIBILITY +// AND/OR FITNESS FOR A PARTICULAR PURPOSE. +// +// Date - 10/08/2002 +// Author - Sanj Surati + +///////////////////////////////////////////////////////////// +// +// SPNEGO.H +// +// SPNEGO Token Handler Header File +// +// Contains the definitions required to interpret and create +// SPNEGO tokens so that Kerberos GSS tokens can be +// Unpackaged/packaged. +// +///////////////////////////////////////////////////////////// + +#ifndef __SPNEGO_H__ +#define __SPNEGO_H__ + +// C++ Specific +#if defined(__cplusplus) +extern "C" +{ +#endif + +// Type Definitions + +// +// Users of SPNEGO Token Handler API will request +// these as well as free them, +// + typedef void* SPNEGO_TOKEN_HANDLE; + +// +// Defines the element types that are found +// in each of the tokens. +// + + typedef enum spnego_element_type { + spnego_element_min, // Lower bound + + // Init token elements + spnego_init_mechtypes, + spnego_init_reqFlags, + spnego_init_mechToken, + spnego_init_mechListMIC, + + // Targ token elements + spnego_targ_negResult, + spnego_targ_supportedMech, + spnego_targ_responseToken, + spnego_targ_mechListMIC, + + spnego_element_max // Upper bound + + } SPNEGO_ELEMENT_TYPE; + +// +// Token Element Availability. Elements in both +// token types are optional. Since there are only +// 4 elements in each Token, we will allocate space +// to hold the information, but we need a way to +// indicate whether or not an element is available +// + +#define SPNEGO_TOKEN_ELEMENT_UNAVAILABLE 0 +#define SPNEGO_TOKEN_ELEMENT_AVAILABLE 1 + +// +// Token type values. SPNEGO has 2 token types: +// NegTokenInit and NegTokenTarg +// + +#define SPNEGO_TOKEN_INIT 0 +#define SPNEGO_TOKEN_TARG 1 + +// +// GSS Mechanism OID enumeration. We only really handle +// 3 different OIDs. These are stored in an array structure +// defined in the parsing code. +// + + typedef enum spnego_mech_oid { + // Init token elements + spnego_mech_oid_Kerberos_V5_Legacy, // Really V5, but OID off by 1 bit + spnego_mech_oid_Kerberos_V5, + spnego_mech_oid_Spnego, + spnego_mech_oid_NotUsed = -1 + + } SPNEGO_MECH_OID; + +// +// Defines the negResult values. +// + + typedef enum spnego_negResult { + spnego_negresult_success, + spnego_negresult_incomplete, + spnego_negresult_rejected, + spnego_negresult_NotUsed = -1 + } SPNEGO_NEGRESULT; + +// +// Context Flags in NegTokenInit +// + +// +// ContextFlags values MUST be zero or a combination +// of the below +// + +#define SPNEGO_NEGINIT_CONTEXT_DELEG_FLAG 0x80 +#define SPNEGO_NEGINIT_CONTEXT_MUTUAL_FLAG 0x40 +#define SPNEGO_NEGINIT_CONTEXT_REPLAY_FLAG 0x20 +#define SPNEGO_NEGINIT_CONTEXT_SEQUENCE_FLAG 0x10 +#define SPNEGO_NEGINIT_CONTEXT_ANON_FLAG 0x8 +#define SPNEGO_NEGINIT_CONTEXT_CONF_FLAG 0x4 +#define SPNEGO_NEGINIT_CONTEXT_INTEG_FLAG 0x2 + +// +// Mask to retrieve valid values. +// + +#define SPNEGO_NEGINIT_CONTEXT_MASK 0xFE // Logical combination of above flags + +// +// SPNEGO API return codes. +// + +// API function was successful +#define SPNEGO_E_SUCCESS 0 + +// The supplied Token was invalid +#define SPNEGO_E_INVALID_TOKEN -1 + +// An invalid length was encountered +#define SPNEGO_E_INVALID_LENGTH -2 + +// The Token Parse failed +#define SPNEGO_E_PARSE_FAILED -3 + +// The requested value was not found +#define SPNEGO_E_NOT_FOUND -4 + +// The requested element is not available +#define SPNEGO_E_ELEMENT_UNAVAILABLE -5 + +// Out of Memory +#define SPNEGO_E_OUT_OF_MEMORY -6 + +// Not Implemented +#define SPNEGO_E_NOT_IMPLEMENTED -7 + +// Invalid Parameter +#define SPNEGO_E_INVALID_PARAMETER -8 + +// Token Handler encountered an unexpected OID +#define SPNEGO_E_UNEXPECTED_OID -9 + +// The requested token was not found +#define SPNEGO_E_TOKEN_NOT_FOUND -10 + +// An unexpected type was encountered in the encoding +#define SPNEGO_E_UNEXPECTED_TYPE -11 + +// The buffer was too small +#define SPNEGO_E_BUFFER_TOO_SMALL -12 + +// A Token Element was invalid (e.g. improper length or value) +#define SPNEGO_E_INVALID_ELEMENT -13 + + /* Miscelaneous API Functions */ + +// Frees opaque data + void spnegoFreeData( SPNEGO_TOKEN_HANDLE hSpnegoToken ); + +// Initializes SPNEGO_TOKEN structure from DER encoded binary data + int spnegoInitFromBinary( unsigned char* pbTokenData, unsigned long ulLength, SPNEGO_TOKEN_HANDLE* phSpnegoToken ); + +// Initializes SPNEGO_TOKEN structure for a NegTokenInit type using the +// supplied parameters + int spnegoCreateNegTokenInit( SPNEGO_MECH_OID MechType, + unsigned char ucContextFlags, unsigned char* pbMechToken, + unsigned long ulMechTokenLen, unsigned char* pbMechTokenMIC, + unsigned long ulMechTokenMIC, SPNEGO_TOKEN_HANDLE* phSpnegoToken ); + +// Initializes SPNEGO_TOKEN structure for a NegTokenTarg type using the +// supplied parameters + int spnegoCreateNegTokenTarg( SPNEGO_MECH_OID MechType, + SPNEGO_NEGRESULT spnegoNegResult, unsigned char* pbMechToken, + unsigned long ulMechTokenLen, unsigned char* pbMechListMIC, + unsigned long ulMechListMICLen, SPNEGO_TOKEN_HANDLE* phSpnegoToken ); + +// Copies binary representation of SPNEGO Data into user supplied buffer + int spnegoTokenGetBinary( SPNEGO_TOKEN_HANDLE hSpnegoToken, unsigned char* pbTokenData, + unsigned long * pulDataLen ); + +// Returns SPNEGO Token Type + int spnegoGetTokenType( SPNEGO_TOKEN_HANDLE hSpnegoToken, int * piTokenType ); + + /* Reading an Init Token */ + +// Returns the Initial Mech Type in the MechList element in the NegInitToken. + int spnegoIsMechTypeAvailable( SPNEGO_TOKEN_HANDLE hSpnegoToken, SPNEGO_MECH_OID MechOID, int * piMechTypeIndex ); + +// Returns the value from the context flags element in the NegInitToken as an unsigned long + int spnegoGetContextFlags( SPNEGO_TOKEN_HANDLE hSpnegoToken, unsigned char* pucContextFlags ); + + /* Reading a Response Token */ + +// Returns the value from the negResult element (Status code of GSS call - 0,1,2) + int spnegoGetNegotiationResult( SPNEGO_TOKEN_HANDLE hSpnegoToken, SPNEGO_NEGRESULT* pnegResult ); + +// Returns the Supported Mech Type from the NegTokenTarg. + int spnegoGetSupportedMechType( SPNEGO_TOKEN_HANDLE hSpnegoToken, SPNEGO_MECH_OID* pMechOID ); + + /* Reading either Token Type */ + +// Returns the actual Mechanism data from the token (this is what is passed into GSS-API functions + int spnegoGetMechToken( SPNEGO_TOKEN_HANDLE hSpnegoToken, unsigned char* pbTokenData, unsigned long* pulDataLen ); + +// Returns the Message Integrity BLOB in the token + int spnegoGetMechListMIC( SPNEGO_TOKEN_HANDLE hSpnegoToken, unsigned char* pbMICData, unsigned long* pulDataLen ); + +// C++ Specific +#if defined(__cplusplus) +} +#endif +#ifdef DEBUG +#include +#define PRERR(...) fprintf(stderr, __VA_ARGS__) +#define LOG(x) PRERR x +#else +#define LOG(x) +#endif +#endif diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegohelp.h squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegohelp.h --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegohelp.h 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegohelp.h 2008-12-05 16:09:30.000000000 +1300 @@ -0,0 +1,59 @@ +/* ----------------------------------------------------------------------------- + * spnegohelp.c declares RFC 2478 SPNEGO GSS-API mechanism APIs. + * + * Author: Frank Balluffi + * + * Copyright (C) 2002-2003. All rights reserved. + * ----------------------------------------------------------------------------- + */ + +#ifndef SPNEGOHELP_H +#define SPNEGOHELP_H + +#ifdef __cplusplus +extern "C" +{ +#endif + +#include + + /* ----------------------------------------------------------------------------- + * makeNegTokenTarg makes an RFC 2478 SPNEGO NegTokenTarg (token) from an + * RFC 1964 Kerberos GSS-API token. + * + * If makeNegTokenTarg is successful, call free (*negTokenTarg) to free the + * memory allocated by parseNegTokenInit. + * + * Returns 0 if successful, 1 otherwise. + * ----------------------------------------------------------------------------- + */ + + int makeNegTokenTarg (const unsigned char * kerberosToken, + size_t kerberosTokenLength, + const unsigned char ** negTokenTarg, + size_t * negTokenTargLength); + + /* ----------------------------------------------------------------------------- + * parseNegTokenInit parses an RFC 2478 SPNEGO NegTokenInit (token) to extract + * an RFC 1964 Kerberos GSS-API token. + * + * If the NegTokenInit does cotain a Kerberos GSS-API token, parseNegTokenInit + * returns an error. + * + * If parseNegTokenInit is successful, call free (*kerberosToken) to + * free the memory allocated by parseNegTokenInit. + * + * Returns 0 if successful, 1 otherwise. + * ----------------------------------------------------------------------------- + */ + + int parseNegTokenInit (const unsigned char * negTokenInit, + size_t negTokenInitLength, + const unsigned char ** kerberosToken, + size_t * kerberosTokenLength); + +#ifdef __cplusplus +} +#endif + +#endif /* SPNEGOHELP_H */ diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegoparse.h squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegoparse.h --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegoparse.h 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/spnegohelp/spnegoparse.h 2008-12-05 16:09:30.000000000 +1300 @@ -0,0 +1,167 @@ +// Copyright (C) 2002 Microsoft Corporation +// All rights reserved. +// +// THIS CODE AND INFORMATION IS PROVIDED "AS IS" +// WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +// OR IMPLIED, INCLUDING BUT NOT LIMITED +// TO THE IMPLIED WARRANTIES OF MERCHANTIBILITY +// AND/OR FITNESS FOR A PARTICULAR PURPOSE. +// +// Date - 10/08/2002 +// Author - Sanj Surati + +///////////////////////////////////////////////////////////// +// +// SPNEGOPARSE.H +// +// SPNEGO Token Parser Header File +// +// Contains the definitions required to properly parse a +// SPNEGO token using ASN.1 DER helpers. +// +///////////////////////////////////////////////////////////// + +#ifndef __SPNEGOPARSE_H__ +#define __SPNEGOPARSE_H__ + +// C++ Specific +#if defined(__cplusplus) +extern "C" +{ +#endif + +// Indicates if we copy data when creating a SPNEGO_TOKEN structure or not +#define SPNEGO_TOKEN_INTERNAL_COPYPTR 0 +#define SPNEGO_TOKEN_INTERNAL_COPYDATA 0x1 + +// Internal flag dictates whether or not we will free the binary data when +// the SPNEG_TOKEN structure is destroyed +#define SPNEGO_TOKEN_INTERNAL_FLAGS_FREEDATA 0x1 + + // +// Each SPNEGO Token Type can be broken down into a +// maximum of 4 separate elements. +// + +#define MAX_NUM_TOKEN_ELEMENTS 4 + +// +// Element offsets in the array +// + +// INIT elements +#define SPNEGO_INIT_MECHTYPES_ELEMENT 0 +#define SPNEGO_INIT_REQFLAGS_ELEMENT 1 +#define SPNEGO_INIT_MECHTOKEN_ELEMENT 2 +#define SPNEGO_INIT_MECHLISTMIC_ELEMENT 3 + +// Response elements +#define SPNEGO_TARG_NEGRESULT_ELEMENT 0 +#define SPNEGO_TARG_SUPPMECH_ELEMENT 1 +#define SPNEGO_TARG_RESPTOKEN_ELEMENT 2 +#define SPNEGO_TARG_MECHLISTMIC_ELEMENT 3 + +// +// Defines an individual SPNEGO Token Element. +// + + typedef struct SpnegoElement { + size_t nStructSize; // Size of the element structure + int iElementPresent; // Is the field present? Must be either + // SPNEGO_TOKEN_ELEMENT_UNAVAILABLE or + // SPNEGO_TOKEN_ELEMENT_AVAILABLE + + SPNEGO_ELEMENT_TYPE eElementType; // The Element Type + + unsigned char type; // Data Type + + unsigned char* pbData; // Points to actual Data + + unsigned long nDatalength; // Actual Data Length + + } SPNEGO_ELEMENT; + +// Structure size in case we later choose to extend the structure +#define SPNEGO_ELEMENT_SIZE sizeof(SPNEGO_ELEMENT) + +// +// Packages a SPNEGO Token Encoding. There are two types of +// encodings: NegTokenInit and NegTokenTarg. Each encoding can +// contain up to four distinct, optional elements. +// + + typedef struct SpnegoToken { + size_t nStructSize; // Size of the Token structure + unsigned long ulFlags; // Internal Structure Flags - Reserved! + int ucTokenType; // Token Type - Must be + // SPNEGO_TOKEN_INIT or + // SPNEGO_TOKEN_TARG + + unsigned char* pbBinaryData; // Points to binary token data + + unsigned long ulBinaryDataLen; // Length of the actual binary data + int nNumElements; // Number of elements + SPNEGO_ELEMENT aElementArray [MAX_NUM_TOKEN_ELEMENTS]; // Holds the elements for the token + } SPNEGO_TOKEN; + +// Structure size in case we later choose to extend the structure +#define SPNEGO_TOKEN_SIZE sizeof(SPNEGO_TOKEN) + +// +// Function definitions +// + + SPNEGO_TOKEN* AllocEmptySpnegoToken( unsigned char ucCopyData, unsigned long ulFlags, + unsigned char * pbTokenData, unsigned long ulTokenSize ); + void FreeSpnegoToken( SPNEGO_TOKEN* pSpnegoToken ); + void InitSpnegoTokenElementArray( SPNEGO_TOKEN* pSpnegoToken ); + int InitSpnegoTokenType( SPNEGO_TOKEN* pSpnegoToken, long* pnTokenLength, + long* pnRemainingTokenLength, unsigned char** ppbFirstElement ); + int InitSpnegoTokenElements( SPNEGO_TOKEN* pSpnegoToken, unsigned char* pbTokenData, + long nRemainingTokenLength ); + int GetSpnegoInitTokenMechList( unsigned char* pbTokenData, int nMechListLength, + SPNEGO_ELEMENT* pSpnegoElement ); + int InitSpnegoTokenElementFromBasicType( unsigned char* pbTokenData, int nElementLength, + unsigned char ucExpectedType, + SPNEGO_ELEMENT_TYPE spnegoElementType, + SPNEGO_ELEMENT* pSpnegoElement ); + int InitSpnegoTokenElementFromOID( unsigned char* pbTokenData, int nElementLength, + SPNEGO_ELEMENT_TYPE spnegoElementType, + SPNEGO_ELEMENT* pSpnegoElement ); + int FindMechOIDInMechList( SPNEGO_ELEMENT* pSpnegoElement, SPNEGO_MECH_OID MechOID, + int * piMechTypeIndex ); + int ValidateMechList( unsigned char* pbMechListData, long nBoundaryLength ); + int CalculateMinSpnegoInitTokenSize( long nMechTokenLength, long nMechListMICLength, + SPNEGO_MECH_OID mechOid, int nReqFlagsAvailable, + long* plTokenSize, long* plInternalLength ); + int CalculateMinSpnegoTargTokenSize( SPNEGO_MECH_OID MechType, SPNEGO_NEGRESULT spnegoNegResult, + long nMechTokenLen, + long nMechTokenMIC, long* pnTokenSize, + long* pnInternalTokenLength ); + int CreateSpnegoInitToken( SPNEGO_MECH_OID MechType, + unsigned char ucContextFlags, unsigned char* pbMechToken, + unsigned long ulMechTokenLen, unsigned char* pbMechListMIC, + unsigned long ulMechListMICLen, unsigned char* pbTokenData, + long nTokenLength, long nInternalTokenLength ); + int CreateSpnegoTargToken( SPNEGO_MECH_OID MechType, + SPNEGO_NEGRESULT eNegResult, unsigned char* pbMechToken, + unsigned long ulMechTokenLen, unsigned char* pbMechListMIC, + unsigned long ulMechListMICLen, unsigned char* pbTokenData, + long nTokenLength, long nInternalTokenLength ); + int IsValidMechOid( SPNEGO_MECH_OID mechOid ); + int IsValidContextFlags( unsigned char ucContextFlags ); + int IsValidNegResult( SPNEGO_NEGRESULT negResult ); + int IsValidSpnegoToken( SPNEGO_TOKEN* pSpnegoToken ); + int IsValidSpnegoElement( SPNEGO_TOKEN* pSpnegoToken,SPNEGO_ELEMENT_TYPE spnegoElement ); + int CalculateElementArrayIndex( SPNEGO_TOKEN* pSpnegoToken,SPNEGO_ELEMENT_TYPE spnegoElement ); + int InitTokenFromBinary( unsigned char ucCopyData, unsigned long ulFlags, + unsigned char* pbTokenData, unsigned long ulLength, + SPNEGO_TOKEN** ppSpnegoToken ); + + // C++ Specific +#if defined(__cplusplus) +} +#endif + +#endif + diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/squid_compat.h squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/squid_compat.h --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/squid_compat.h 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/squid_compat.h 2008-12-05 16:09:30.000000000 +1300 @@ -0,0 +1,25 @@ +#ifndef SQUID__HELPERS_NEGOTIATE_AUTH_SQUID_KERB_AUTH_SQUID_COMPAT_H +#define SQUID__HELPERS_NEGOTIATE_AUTH_SQUID_KERB_AUTH_SQUID_COMPAT_H + +/* + * We use a HAVE_SQUID define to override ther Squid-specific package + * definitions for their includes. + * AYJ: This whole bit needs re-working when compat.h exists. + * We will only need the compat.h and its library from squid. + */ + +#if HAVE_SQUID + +#include "config.h" + + /* We want the Squid type and library definitions without the package ones */ +#undef VERSION +#undef PACKAGE +#undef PACKAGE_BUGREPORT +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION +#endif /* HAVE_SQUID */ + +#endif /* SQUID__HELPERS_NEGOTIATE_AUTH_SQUID_KERB_AUTH_SQUID_COMPAT_H */ diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c 2008-12-05 16:09:30.000000000 +1300 @@ -29,73 +29,31 @@ /* * Hosted at http://sourceforge.net/projects/squidkerbauth */ +#include "ska_config.h" + +#if HAVE_STRING_H #include +#endif +#if HAVE_STDIO_H #include +#endif +#if HAVE_STDLIB_H #include +#endif +#if HAVE_NETDB_H #include +#endif +#if HAVE_UNISTD_H #include +#endif +#if HAVE_TIME_H #include +#endif +#if HAVE_SYS_TIME_H #include +#endif -#include "config.h" -#ifdef HAVE_SQUID -#ifdef PACKAGE -#undef PACKAGE -#endif -#ifdef PACKAGE_BUGREPORT -#undef PACKAGE_BUGREPORT -#endif -#ifdef PACKAGE_NAME -#undef PACKAGE_NAME -#endif -#ifdef PACKAGE_STRING -#undef PACKAGE_STRING -#endif -#ifdef PACKAGE_TARNAME -#undef PACKAGE_TARNAME -#endif -#ifdef PACKAGE_VERSION -#undef PACKAGE_VERSION -#endif -#ifdef VERSION -#undef VERSION -#endif -#ifdef HAVE_GETADDRINFO_H -#include "getaddrinfo.h" -#endif -#ifdef HAVE_GETNAMEINFO_H -#include "getnameinfo.h" -#endif -#ifdef HAVE_UTIL_H -#include "util.h" -#endif -#ifdef PACKAGE -#undef PACKAGE -#endif -#ifdef PACKAGE_BUGREPORT -#undef PACKAGE_BUGREPORT -#endif -#ifdef PACKAGE_NAME -#undef PACKAGE_NAME -#endif -#ifdef PACKAGE_STRING -#undef PACKAGE_STRING -#endif -#ifdef PACKAGE_TARNAME -#undef PACKAGE_TARNAME -#endif -#ifdef PACKAGE_VERSION -#undef PACKAGE_VERSION -#endif -#ifdef VERSION -#undef VERSION -#endif -/* - * Reset varibles - */ -#include "config.h" -#endif #if !defined(HAVE_DECL_XGETADDRINFO) || !HAVE_DECL_XGETADDRINFO #define xgetaddrinfo getaddrinfo #endif @@ -120,7 +78,7 @@ #include "base64.h" #ifndef HAVE_SPNEGO -#include "spnegohelp.h" +#include "spnegohelp/spnegohelp.h" #endif #define PROGRAM "squid_kerb_auth" diff -u -r -N squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth_test.c squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth_test.c --- squid-3.1.0.2/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth_test.c 2008-11-10 00:22:17.000000000 +1300 +++ squid-3.1.0.3/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth_test.c 2008-12-05 16:09:30.000000000 +1300 @@ -25,68 +25,34 @@ * Hosted at http://sourceforge.net/projects/squidkerbauth */ +#include "ska_config.h" + +#if HAVE_STRING_H #include +#endif +#if HAVE_STDIO_H #include +#endif +#if HAVE_STDLIB_H #include +#endif +#if HAVE_NETDB_H #include +#endif +#if HAVE_UNISTD_H #include +#endif +#if HAVE_TIME_H #include +#endif +#if HAVE_SYS_TIME_H #include +#endif +#if HAVE_ERRNO_H #include +#endif -#include "config.h" -#ifdef HAVE_SQUID -#ifdef PACKAGE -#undef PACKAGE -#endif -#ifdef PACKAGE_BUGREPORT -#undef PACKAGE_BUGREPORT -#endif -#ifdef PACKAGE_NAME -#undef PACKAGE_NAME -#endif -#ifdef PACKAGE_STRING -#undef PACKAGE_STRING -#endif -#ifdef PACKAGE_TARNAME -#undef PACKAGE_TARNAME -#endif -#ifdef PACKAGE_VERSION -#undef PACKAGE_VERSION -#endif -#ifdef VERSION -#undef VERSION -#endif -#ifdef HAVE_UTIL_H -#include "util.h" -#endif -#ifdef PACKAGE -#undef PACKAGE -#endif -#ifdef PACKAGE_BUGREPORT -#undef PACKAGE_BUGREPORT -#endif -#ifdef PACKAGE_NAME -#undef PACKAGE_NAME -#endif -#ifdef PACKAGE_STRING -#undef PACKAGE_STRING -#endif -#ifdef PACKAGE_TARNAME -#undef PACKAGE_TARNAME -#endif -#ifdef PACKAGE_VERSION -#undef PACKAGE_VERSION -#endif -#ifdef VERSION -#undef VERSION -#endif -/* - * Reset varibles - */ -#include "config.h" -#endif #if !defined(HAVE_DECL_XMALLOC) || !HAVE_DECL_XMALLOC #define xmalloc malloc #endif @@ -113,7 +79,9 @@ gettimeofday(&now, NULL); if (now.tv_sec != last_t) { - tm = localtime(&now.tv_sec); + // FreeBSD defines tv_sec as long in non-ARM systems with a TODO note + time_t tmp = now.tv_sec; + tm = localtime(&tmp); strftime(buf, 127, "%Y/%m/%d %H:%M:%S", tm); last_t = now.tv_sec; } diff -u -r -N squid-3.1.0.2/helpers/ntlm_auth/fakeauth/Makefile.in squid-3.1.0.3/helpers/ntlm_auth/fakeauth/Makefile.in --- squid-3.1.0.2/helpers/ntlm_auth/fakeauth/Makefile.in 2008-11-10 00:23:02.000000000 +1300 +++ squid-3.1.0.3/helpers/ntlm_auth/fakeauth/Makefile.in 2008-12-05 16:09:53.000000000 +1300 @@ -119,6 +119,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/ntlm_auth/Makefile.in squid-3.1.0.3/helpers/ntlm_auth/Makefile.in --- squid-3.1.0.2/helpers/ntlm_auth/Makefile.in 2008-11-10 00:23:01.000000000 +1300 +++ squid-3.1.0.3/helpers/ntlm_auth/Makefile.in 2008-12-05 16:09:52.000000000 +1300 @@ -100,6 +100,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/ntlm_auth/mswin_sspi/Makefile.in squid-3.1.0.3/helpers/ntlm_auth/mswin_sspi/Makefile.in --- squid-3.1.0.2/helpers/ntlm_auth/mswin_sspi/Makefile.in 2008-11-10 00:23:03.000000000 +1300 +++ squid-3.1.0.3/helpers/ntlm_auth/mswin_sspi/Makefile.in 2008-12-05 16:09:53.000000000 +1300 @@ -116,6 +116,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/ntlm_auth/no_check/Makefile.in squid-3.1.0.3/helpers/ntlm_auth/no_check/Makefile.in --- squid-3.1.0.2/helpers/ntlm_auth/no_check/Makefile.in 2008-11-10 00:23:03.000000000 +1300 +++ squid-3.1.0.3/helpers/ntlm_auth/no_check/Makefile.in 2008-12-05 16:09:53.000000000 +1300 @@ -99,6 +99,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/ntlm_auth/smb_lm/Makefile.in squid-3.1.0.3/helpers/ntlm_auth/smb_lm/Makefile.in --- squid-3.1.0.2/helpers/ntlm_auth/smb_lm/Makefile.in 2008-11-10 00:23:03.000000000 +1300 +++ squid-3.1.0.3/helpers/ntlm_auth/smb_lm/Makefile.in 2008-12-05 16:09:53.000000000 +1300 @@ -123,6 +123,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/helpers/ntlm_auth/smb_lm/smbval/Makefile.in squid-3.1.0.3/helpers/ntlm_auth/smb_lm/smbval/Makefile.in --- squid-3.1.0.2/helpers/ntlm_auth/smb_lm/smbval/Makefile.in 2008-11-10 00:23:03.000000000 +1300 +++ squid-3.1.0.3/helpers/ntlm_auth/smb_lm/smbval/Makefile.in 2008-12-05 16:09:53.000000000 +1300 @@ -112,6 +112,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/icons/Makefile.in squid-3.1.0.3/icons/Makefile.in --- squid-3.1.0.2/icons/Makefile.in 2008-11-10 00:23:04.000000000 +1300 +++ squid-3.1.0.3/icons/Makefile.in 2008-12-05 16:09:54.000000000 +1300 @@ -100,6 +100,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/include/autoconf.h.in squid-3.1.0.3/include/autoconf.h.in --- squid-3.1.0.2/include/autoconf.h.in 2008-11-10 00:22:48.000000000 +1300 +++ squid-3.1.0.3/include/autoconf.h.in 2008-12-05 16:09:45.000000000 +1300 @@ -254,9 +254,6 @@ /* Define to 1 if you have the `kqueue' function. */ #undef HAVE_KQUEUE -/* Define to 1 if you have the `aio' library (-laio). */ -#undef HAVE_LIBAIO - /* Define to 1 if you have the `bind' library (-lbind). */ #undef HAVE_LIBBIND @@ -269,6 +266,9 @@ /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL +/* Define to 1 if you have the `epoll' library (-lepoll). */ +#undef HAVE_LIBEPOLL + /* Define to 1 if you have the `gnumalloc' library (-lgnumalloc). */ #undef HAVE_LIBGNUMALLOC @@ -290,9 +290,6 @@ /* Define to 1 if you have the `resolv' library (-lresolv). */ #undef HAVE_LIBRESOLV -/* Define to 1 if you have the `rt' library (-lrt). */ -#undef HAVE_LIBRT - /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET @@ -657,6 +654,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_ENDIAN_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_EPOLL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_EVENT_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H @@ -760,6 +763,9 @@ /* u_int8_t is defined in system headers */ #undef HAVE_U_INT8_T +/* Define to 1 if you have the header file. */ +#undef HAVE_VALGRIND_MEMCHECK_H + /* Define to 1 if you have the header file. */ #undef HAVE_VARARGS_H @@ -1067,9 +1073,13 @@ /* Valgrind memory debugger support */ #undef WITH_VALGRIND -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +#elif ! defined __LITTLE_ENDIAN__ +# undef WORDS_BIGENDIAN +#endif /* Define to have malloc statistics */ #undef XMALLOC_STATISTICS diff -u -r -N squid-3.1.0.2/include/config.h squid-3.1.0.3/include/config.h --- squid-3.1.0.2/include/config.h 2008-11-10 00:22:18.000000000 +1300 +++ squid-3.1.0.3/include/config.h 2008-12-05 16:09:30.000000000 +1300 @@ -35,8 +35,13 @@ #define SQUID_CONFIG_H #include "autoconf.h" /* For GNU autoconf variables */ + +#if !defined(HAVE_SQUID) +/* sub-packages define their own version details */ #include "version.h" +#endif + /* To keep API definitions clear */ #ifdef __cplusplus #define SQUIDCEXTERN extern "C" @@ -435,15 +440,16 @@ */ #if WITH_VALGRIND #include -#undef VALGRIND_MAKE_NOACCESS -#undef VALGRIND_MAKE_WRITABLE -#undef VALGRIND_MAKE_READABLE /* A little glue for older valgrind version prior to 3.2.0 */ #ifndef VALGRIND_MAKE_MEM_NOACCESS #define VALGRIND_MAKE_MEM_NOACCESS VALGRIND_MAKE_NOACCESS #define VALGRIND_MAKE_MEM_UNDEFINED VALGRIND_MAKE_WRITABLE #define VALGRIND_MAKE_MEM_DEFINED VALGRIND_MAKE_READABLE #define VALGRIND_CHECK_MEM_IS_ADDRESSABLE VALGRIND_CHECK_WRITABLE +#else +#undef VALGRIND_MAKE_NOACCESS +#undef VALGRIND_MAKE_WRITABLE +#undef VALGRIND_MAKE_READABLE #endif #else #define VALGRIND_MAKE_MEM_NOACCESS(a,b) (0) diff -u -r -N squid-3.1.0.2/include/version.h squid-3.1.0.3/include/version.h --- squid-3.1.0.2/include/version.h 2008-11-10 00:23:30.000000000 +1300 +++ squid-3.1.0.3/include/version.h 2008-12-05 16:10:13.000000000 +1300 @@ -9,7 +9,7 @@ */ #ifndef SQUID_RELEASE_TIME -#define SQUID_RELEASE_TIME 1226229722 +#define SQUID_RELEASE_TIME 1228446566 #endif #ifndef APP_SHORTNAME diff -u -r -N squid-3.1.0.2/lib/IPAddress.cc squid-3.1.0.3/lib/IPAddress.cc --- squid-3.1.0.2/lib/IPAddress.cc 2008-11-10 00:22:18.000000000 +1300 +++ squid-3.1.0.3/lib/IPAddress.cc 2008-12-05 16:09:31.000000000 +1300 @@ -37,8 +37,9 @@ */ #include "config.h" - #include "IPAddress.h" +#include "util.h" + #if HAVE_ASSERT_H #include @@ -53,8 +54,6 @@ #include /* inet_ntoa() */ #endif -#include "util.h" - #ifdef INET6 #error "INET6 defined but has been deprecated! Try running bootstrap and configure again." #endif @@ -1099,43 +1098,17 @@ #if USE_IPV6 if ( family == AF_INET6 || (family == AF_UNSPEC && IsIPv6()) ) { - memcpy(&addr, &m_SocketAddr, sizeof(struct sockaddr_in6)); - if (addr.ss_family == 0) { - addr.ss_family = AF_INET6; - } -#if HAVE_SS_LEN_IN_SS - /* not all OS have this field, BUT when they do it can be a problem if set wrong */ - addr.ss_len = htons(sizeof(struct sockaddr_in6)); -#elif HAVE_SIN6_LEN_IN_SAI - sin->sin6_len = htons(sizeof(struct sockaddr_in6)); -#endif + struct sockaddr_in6 *ss6 = (struct sockaddr_in6*)&addr; + GetSockAddr(*ss6); } else if ( family == AF_INET || (family == AF_UNSPEC && IsIPv4()) ) { sin = (struct sockaddr_in*)&addr; - addr.ss_family = AF_INET; - sin->sin_port = m_SocketAddr.sin6_port; - Map6to4( m_SocketAddr.sin6_addr, sin->sin_addr); -#if HAVE_SS_LEN_IN_SS - /* not all OS have this field, BUT when they do it can be a problem if set wrong */ - addr.ss_len = htons(sizeof(struct sockaddr_in)); -#elif HAVE_SIN_LEN_IN_SAI - sin->sin_len = htons(sizeof(struct sockaddr_in)); -#endif + GetSockAddr(*sin); } else { IASSERT("false",false); } #else /* not USE_IPV6 */ sin = (struct sockaddr_in*)&addr; - memcpy(sin, &m_SocketAddr, sizeof(struct sockaddr_in)); - - addr.ss_family = AF_INET; - -#if HAVE_SS_LEN_IN_SS - /* not all OS have this field, BUT when they do it can be a problem if set wrong */ - addr.ss_len = htons(sizeof(struct sockaddr_in)); -#elif HAVE_SIN_LEN_IN_SAI - sin->sin_len = htons(sizeof(struct sockaddr_in)); -#endif - + GetSockAddr(*sin); #endif /* USE_IPV6 */ } @@ -1162,6 +1135,12 @@ } #endif + +#if HAVE_SIN_LEN_IN_SAI + /* not all OS have this field, BUT when they do it can be a problem if set wrong */ + buf.sin_len = sizeof(struct sockaddr_in); +#endif + } #if USE_IPV6 @@ -1170,6 +1149,11 @@ memcpy(&buf, &m_SocketAddr, sizeof(struct sockaddr_in6)); /* maintain address family. It may have changed inside us. */ buf.sin6_family = AF_INET6; + +#if HAVE_SIN6_LEN_IN_SAI + /* not all OS have this field, BUT when they do it can be a problem if set wrong */ + buf.sin6_len = sizeof(struct sockaddr_in6); +#endif } #endif diff -u -r -N squid-3.1.0.2/lib/libTrie/configure squid-3.1.0.3/lib/libTrie/configure --- squid-3.1.0.2/lib/libTrie/configure 2008-11-10 00:23:22.000000000 +1300 +++ squid-3.1.0.3/lib/libTrie/configure 2008-12-05 16:10:08.000000000 +1300 @@ -1,11 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for libTrie 0.1. +# Generated by GNU Autoconf 2.62 for libTrie 0.1. # # Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## @@ -17,7 +17,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -39,17 +39,45 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -65,8 +93,6 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -89,7 +115,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -102,17 +128,10 @@ PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -134,7 +153,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -160,7 +179,7 @@ as_have_required=no fi - if test $as_have_required = yes && (eval ": + if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } @@ -242,7 +261,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -263,7 +282,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -343,10 +362,10 @@ if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi @@ -415,9 +434,10 @@ test \$exitcode = 0") || { echo No shell found that supports shell functions. - echo Please tell autoconf@gnu.org about your system, - echo including any error possibly output before this - echo message + echo Please tell bug-autoconf@gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. } @@ -453,7 +473,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems @@ -481,7 +501,6 @@ *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -494,19 +513,22 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -531,10 +553,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -707,6 +729,12 @@ LIBOBJS LTLIBOBJS' ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_inline +enable_dependency_tracking +enable_maintainer_mode +' ac_precious_vars='build_alias host_alias target_alias @@ -724,6 +752,8 @@ # Initialize some variables set by options. ac_init_help= ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null @@ -822,13 +852,21 @@ datarootdir=$ac_optarg ;; -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; @@ -841,13 +879,21 @@ dvidir=$ac_optarg ;; -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` - eval enable_$ac_feature=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -1038,22 +1084,38 @@ ac_init_version=: ;; -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` - eval with_$ac_package=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. @@ -1073,7 +1135,7 @@ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) { echo "$as_me: error: unrecognized option: $ac_option + -*) { $as_echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -1082,16 +1144,16 @@ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. - echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; @@ -1100,22 +1162,38 @@ if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { echo "$as_me: error: missing argument to $ac_option" >&2 + { $as_echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi -# Be sure to have absolute directory names. +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 + { (exit 1); exit 1; }; } ;; + *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac - { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done @@ -1130,7 +1208,7 @@ if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes @@ -1146,10 +1224,10 @@ ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - { echo "$as_me: error: Working directory cannot be determined" >&2 + { $as_echo "$as_me: error: Working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - { echo "$as_me: error: pwd does not report name of working directory" >&2 + { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } @@ -1157,12 +1235,12 @@ if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$0" || -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$0" : 'X\(//\)[^/]' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X"$0" | + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -1189,12 +1267,12 @@ fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. @@ -1243,9 +1321,9 @@ Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] + [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] + [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify @@ -1255,25 +1333,25 @@ For better control, use the options below. Fine tuning of the installation directories: - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/libtrie] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/libtrie] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -1292,6 +1370,7 @@ cat <<\_ACEOF Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-inline Don't compile trivial methods as inline. Squid @@ -1330,15 +1409,17 @@ if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -1374,7 +1455,7 @@ echo && $SHELL "$ac_srcdir/configure" --help=recursive else - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -1384,10 +1465,10 @@ if $ac_init_version; then cat <<\_ACEOF libTrie configure 0.1 -generated by GNU Autoconf 2.61 +generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1398,7 +1479,7 @@ running configure, to aid debugging if configure makes a mistake. It was created by libTrie $as_me 0.1, which was -generated by GNU Autoconf 2.61. Invocation command line was +generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -1434,7 +1515,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - echo "PATH: $as_dir" + $as_echo "PATH: $as_dir" done IFS=$as_save_IFS @@ -1469,7 +1550,7 @@ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; @@ -1521,11 +1602,12 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -1555,9 +1637,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo @@ -1572,9 +1654,9 @@ do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi @@ -1590,8 +1672,8 @@ echo fi test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" - echo "$as_me: exit $exit_status" + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && @@ -1633,21 +1715,24 @@ # Let the site file select an alternate cache file if it wants to. -# Prefer explicitly selected file to automatically selected ones. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE if test -n "$CONFIG_SITE"; then - set x "$CONFIG_SITE" + ac_site_file1=$CONFIG_SITE elif test "x$prefix" != xNONE; then - set x "$prefix/share/config.site" "$prefix/etc/config.site" + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site else - set x "$ac_default_prefix/share/config.site" \ - "$ac_default_prefix/etc/config.site" + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site fi -shift -for ac_site_file +for ac_site_file in "$ac_site_file1" "$ac_site_file2" do + test "x$ac_site_file" = xNONE && continue if test -r "$ac_site_file"; then - { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 -echo "$as_me: loading site script $ac_site_file" >&6;} + { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi @@ -1657,16 +1742,16 @@ # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:$LINENO: loading cache $cache_file" >&5 -echo "$as_me: loading cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else - { echo "$as_me:$LINENO: creating cache $cache_file" >&5 -echo "$as_me: creating cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -1680,29 +1765,38 @@ eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 -echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 -echo "$as_me: current value: $ac_new_val" >&2;} - ac_cache_corrupted=: + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in - *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -1712,10 +1806,10 @@ fi done if $ac_cache_corrupted; then - { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 -echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -1770,8 +1864,8 @@ fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cfgaux \"$srcdir\"/cfgaux" >&5 -echo "$as_me: error: cannot find install-sh or install.sh in cfgaux \"$srcdir\"/cfgaux" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cfgaux \"$srcdir\"/cfgaux" >&5 +$as_echo "$as_me: error: cannot find install-sh or install.sh in cfgaux \"$srcdir\"/cfgaux" >&2;} { (exit 1); exit 1; }; } fi @@ -1803,13 +1897,13 @@ cat >>confdefs.h <<\_ACEOF -#define _USE_INLINE_ +#define _USE_INLINE_ /**/ _ACEOF else cat >>confdefs.h <<\_ACEOF -#define _SQUID_INLINE_ +#define _SQUID_INLINE_ /**/ _ACEOF fi @@ -1829,10 +1923,10 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. @@ -1845,7 +1939,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -1856,11 +1950,11 @@ fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then - { echo "$as_me:$LINENO: result: $CXX" >&5 -echo "${ECHO_T}$CXX" >&6; } + { $as_echo "$as_me:$LINENO: result: $CXX" >&5 +$as_echo "$CXX" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -1873,10 +1967,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. @@ -1889,7 +1983,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CXX="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -1900,11 +1994,11 @@ fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then - { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 -echo "${ECHO_T}$ac_ct_CXX" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 +$as_echo "$ac_ct_CXX" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -1916,10 +2010,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -1931,37 +2025,41 @@ fi fi # Provide some information about the compiler. -echo "$as_me:$LINENO: checking for C++ compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` +$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF @@ -1980,27 +2078,22 @@ } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.exe b.out" +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -{ echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 -echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; } -ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -# -# List of possible output files, starting from the most likely. -# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) -# only as a last resort. b.out is created by i960 compilers. -ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' -# -# The IRIX 6 linker writes into existing files which may not be -# executable, retaining their permissions. Remove them first so a -# subsequent execution test works. +{ $as_echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 +$as_echo_n "checking for C++ compiler default output file name... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + ac_rmfiles= for ac_file in $ac_files do case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done @@ -2011,10 +2104,11 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' @@ -2025,7 +2119,7 @@ do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most @@ -2052,15 +2146,15 @@ ac_file='' fi -{ echo "$as_me:$LINENO: result: $ac_file" >&5 -echo "${ECHO_T}$ac_file" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } if test -z "$ac_file"; then - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: C++ compiler cannot create executables +{ { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables See \`config.log' for more details." >&5 -echo "$as_me: error: C++ compiler cannot create executables +$as_echo "$as_me: error: C++ compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi @@ -2069,8 +2163,8 @@ # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 -echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 +$as_echo_n "checking whether the C++ compiler works... " >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then @@ -2079,49 +2173,51 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs. + { { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 -echo "$as_me: error: cannot run C++ compiled programs. +$as_echo "$as_me: error: cannot run C++ compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi fi -{ echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } -rm -f a.out a.exe conftest$ac_cv_exeext b.out +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } -{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 -echo "${ECHO_T}$cross_compiling" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } -{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -2130,31 +2226,31 @@ for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link + { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -echo "${ECHO_T}$ac_cv_exeext" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2177,40 +2273,41 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute suffix of object files: cannot compile +$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -echo "${ECHO_T}$ac_cv_objext" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2236,20 +2333,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -2259,15 +2357,19 @@ ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi -{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } -GXX=`test $ac_compiler_gnu = yes && echo yes` +{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GXX=yes +else + GXX= +fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS -{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 -echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 +$as_echo_n "checking whether $CXX accepts -g... " >&6; } if test "${ac_cv_prog_cxx_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes @@ -2294,20 +2396,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CXXFLAGS="" @@ -2332,20 +2435,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cxx_werror_flag=$ac_save_cxx_werror_flag @@ -2371,20 +2475,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -2399,8 +2504,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 +$as_echo "$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then @@ -2430,10 +2535,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2446,7 +2551,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2457,11 +2562,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2470,10 +2575,10 @@ ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2486,7 +2591,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2497,11 +2602,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then @@ -2509,10 +2614,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2527,10 +2632,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2543,7 +2648,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2554,11 +2659,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2567,10 +2672,10 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2588,7 +2693,7 @@ continue fi ac_cv_prog_CC="cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2611,11 +2716,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2626,10 +2731,10 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2642,7 +2747,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2653,11 +2758,11 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2670,10 +2775,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2686,7 +2791,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2697,11 +2802,11 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2713,10 +2818,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2728,50 +2833,54 @@ fi -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 -echo "$as_me: error: no acceptable C compiler found in \$PATH +$as_echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:$LINENO: checking for C compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` +$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } -{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2797,20 +2906,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -2820,15 +2930,19 @@ ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } -GCC=`test $ac_compiler_gnu = yes && echo yes` +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -2855,20 +2969,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" @@ -2893,20 +3008,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag @@ -2932,20 +3048,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -2960,8 +3077,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then @@ -2977,10 +3094,10 @@ CFLAGS= fi fi -{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC @@ -3051,20 +3168,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3080,15 +3198,15 @@ # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) - { echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; xno) - { echo "$as_me:$LINENO: result: unsupported" >&5 -echo "${ECHO_T}unsupported" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" - { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac @@ -3098,11 +3216,12 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } -set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh @@ -3119,12 +3238,12 @@ rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } SET_MAKE= else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -3143,11 +3262,12 @@ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. -{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -3176,17 +3296,29 @@ # program-specific install script used by HP pwplus--don't use. : else - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi fi fi done done ;; esac + done IFS=$as_save_IFS +rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -3199,8 +3331,8 @@ INSTALL=$ac_install_sh fi fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -3210,8 +3342,8 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file @@ -3234,9 +3366,9 @@ # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". - { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken + { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 -echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi @@ -3247,26 +3379,23 @@ # Ok. : else - { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! + { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 -echo "$as_me: error: newly created file is older than distributed files! +$as_echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi -{ echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" -# Double any \ or $. echo might interpret backslashes. +# Double any \ or $. # By default was `s,x,x', remove it if useless. -cat <<\_ACEOF >conftest.sed -s/[\\$]/&&/g;s/;s,x,x,$// -_ACEOF -program_transform_name=`echo $program_transform_name | sed -f conftest.sed` -rm -f conftest.sed +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` @@ -3277,8 +3406,8 @@ am_missing_run="$MISSING --run " else am_missing_run= - { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 -echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then @@ -3318,10 +3447,10 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. @@ -3334,7 +3463,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3345,11 +3474,11 @@ fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - { echo "$as_me:$LINENO: result: $AWK" >&5 -echo "${ECHO_T}$AWK" >&6; } + { $as_echo "$as_me:$LINENO: result: $AWK" >&5 +$as_echo "$AWK" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3377,8 +3506,8 @@ .PHONY: am__doit END # If we don't find an include directive, just comment out the code. -{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none @@ -3405,8 +3534,8 @@ fi -{ echo "$as_me:$LINENO: result: $_am_result" >&5 -echo "${ECHO_T}$_am_result" >&6; } +{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. @@ -3433,8 +3562,8 @@ # test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi @@ -3488,10 +3617,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. @@ -3504,7 +3633,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3515,11 +3644,11 @@ fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - { echo "$as_me:$LINENO: result: $STRIP" >&5 -echo "${ECHO_T}$STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3528,10 +3657,10 @@ ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. @@ -3544,7 +3673,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3555,11 +3684,11 @@ fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then - { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -echo "${ECHO_T}$ac_ct_STRIP" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then @@ -3567,10 +3696,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -3597,10 +3726,10 @@ depcc="$CC" am_compiler_list= -{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up @@ -3687,8 +3816,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type @@ -3706,10 +3835,10 @@ depcc="$CXX" am_compiler_list= -{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up @@ -3796,8 +3925,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 -echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type @@ -3814,8 +3943,8 @@ -{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 -echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval @@ -3823,8 +3952,8 @@ USE_MAINTAINER_MODE=no fi - { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 -echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } + { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then @@ -3841,10 +3970,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -3857,7 +3986,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3868,11 +3997,11 @@ fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - { echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3881,10 +4010,10 @@ ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -3897,7 +4026,7 @@ for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -3908,11 +4037,11 @@ fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -echo "${ECHO_T}$ac_ct_RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then @@ -3920,10 +4049,10 @@ else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -3944,10 +4073,10 @@ fi - { echo "$as_me:$LINENO: checking whether compiler accepts -fhuge-objects" >&5 -echo $ECHO_N "checking whether compiler accepts -fhuge-objects... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether compiler accepts -fhuge-objects" >&5 +$as_echo_n "checking whether compiler accepts -fhuge-objects... " >&6; } if test "${ac_cv_test_checkforhugeobjects+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_test_checkforhugeobjects=`echo "int foo;" > conftest.cc @@ -3964,8 +4093,8 @@ fi # end of CACHE_VAL - { echo "$as_me:$LINENO: result: ${ac_cv_test_checkforhugeobjects}" >&5 -echo "${ECHO_T}${ac_cv_test_checkforhugeobjects}" >&6; } + { $as_echo "$as_me:$LINENO: result: ${ac_cv_test_checkforhugeobjects}" >&5 +$as_echo "${ac_cv_test_checkforhugeobjects}" >&6; } if test "X${ac_cv_test_checkforhugeobjects}" != Xno then @@ -3985,10 +4114,10 @@ # Checks for typedefs, structures, and compiler characteristics. -{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; } if test "${ac_cv_c_const+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4060,20 +4189,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_c_const=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_const=no @@ -4081,12 +4211,12 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 -echo "${ECHO_T}$ac_cv_c_const" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +$as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then cat >>confdefs.h <<\_ACEOF -#define const +#define const /**/ _ACEOF fi @@ -4096,15 +4226,15 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -4136,20 +4266,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -4173,13 +4304,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -4187,7 +4319,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -4212,8 +4344,8 @@ else ac_cv_prog_CPP=$CPP fi -{ echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 +$as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -4241,20 +4373,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -4278,13 +4411,14 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err @@ -4292,7 +4426,7 @@ # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -4308,9 +4442,9 @@ if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check + { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -4322,42 +4456,37 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Extract the first word of "grep ggrep" to use in msg output -if test -z "$GREP"; then -set dummy grep ggrep; ac_prog_name=$2 -if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + if test -z "$GREP"; then ac_path_GREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue - # Check for GNU ac_path_GREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'GREP' >> "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -4372,74 +4501,60 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_GREP_found && break 3 + $ac_path_GREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -GREP="$ac_cv_path_GREP" -if test -z "$GREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_GREP=$GREP fi - fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" -{ echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else - # Extract the first word of "egrep" to use in msg output -if test -z "$EGREP"; then -set dummy egrep; ac_prog_name=$2 -if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else + if test -z "$EGREP"; then ac_path_EGREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue - # Check for GNU ac_path_EGREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'EGREP' >> "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -4454,40 +4569,31 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_EGREP_found && break 3 + $ac_path_EGREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -EGREP="$ac_cv_path_EGREP" -if test -z "$EGREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_EGREP=$EGREP fi - fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4514,20 +4620,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no @@ -4619,37 +4726,40 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -4671,11 +4781,11 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4693,20 +4803,21 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -4714,12 +4825,14 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -4727,26 +4840,58 @@ done -{ echo "$as_me:$LINENO: checking for size_t" >&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 +$as_echo_n "checking for size_t... " >&6; } if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_size_t=no +cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default -typedef size_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (size_t)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +if (sizeof ((size_t))) + return 0; ; return 0; } @@ -4757,29 +4902,38 @@ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then - ac_cv_type_size_t=yes + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_size_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_size_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -echo "${ECHO_T}$ac_cv_type_size_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +$as_echo "$ac_cv_type_size_t" >&6; } if test $ac_cv_type_size_t = yes; then : else @@ -4822,11 +4976,12 @@ case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -4859,12 +5014,12 @@ if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && - { echo "$as_me:$LINENO: updating cache $cache_file" >&5 -echo "$as_me: updating cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else - { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -echo "$as_me: not updating unwritable cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -4880,7 +5035,7 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`echo "$ac_i" | sed "$ac_script"` + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" @@ -4892,40 +5047,41 @@ if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"AMDEP\" was never defined. +$as_echo "$as_me: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. +$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. + { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. +$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi : ${CONFIG_STATUS=./config.status} +ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 -echo "$as_me: creating $CONFIG_STATUS" >&6;} -cat >$CONFIG_STATUS <<_ACEOF +{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. @@ -4938,7 +5094,7 @@ SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## @@ -4948,7 +5104,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -4970,17 +5126,45 @@ as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -4996,8 +5180,6 @@ # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -5020,7 +5202,7 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -5033,17 +5215,10 @@ PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -5065,7 +5240,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -5116,7 +5291,7 @@ s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems @@ -5144,7 +5319,6 @@ *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -5157,19 +5331,22 @@ rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir + mkdir conf$$.dir 2>/dev/null fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -5194,10 +5371,10 @@ as_test_x=' eval sh -c '\'' if test -d "$1"; then - test -d "$1/."; + test -d "$1/."; else case $1 in - -*)set "./$1";; + -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi @@ -5220,7 +5397,7 @@ # values after options handling. ac_log=" This file was extended by libTrie $as_me 0.1, which was -generated by GNU Autoconf 2.61. Invocation command line was +generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -5233,7 +5410,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" @@ -5241,7 +5418,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. @@ -5254,9 +5431,9 @@ -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] - instantiate the configuration file FILE + instantiate the configuration file FILE --header=FILE[:TEMPLATE] - instantiate the configuration header FILE + instantiate the configuration header FILE Configuration files: $config_files @@ -5270,24 +5447,25 @@ Report bugs to ." _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ libTrie config.status 0.1 -configured by $0, generated by GNU Autoconf 2.61, - with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +configured by $0, generated by GNU Autoconf 2.62, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2006 Free Software Foundation, Inc. +Copyright (C) 2008 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' +AWK='$AWK' +test -n "\$AWK" || AWK=awk _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF -# If no file are specified by the user, then we need to provide default -# value. By we need to know if files were specified by the user. +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do @@ -5309,30 +5487,36 @@ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - echo "$ac_cs_version"; exit ;; + $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift - CONFIG_FILES="$CONFIG_FILES $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - { echo "$as_me: error: ambiguous option: $1 + { $as_echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; };; --help | --hel | -h ) - echo "$ac_cs_usage"; exit ;; + $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { echo "$as_me: error: unrecognized option: $1 + -*) { $as_echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -5351,27 +5535,29 @@ fi _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 - CONFIG_SHELL=$SHELL + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' export CONFIG_SHELL - exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + exec "\$@" fi _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX - echo "$ac_log" + $as_echo "$ac_log" } >&5 _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # @@ -5379,7 +5565,7 @@ _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets @@ -5392,8 +5578,8 @@ "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done @@ -5434,155 +5620,142 @@ (umask 077 && mkdir "$tmp") } || { - echo "$me: cannot create a temporary directory in ." >&2 + $as_echo "$as_me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } -# -# Set up the sed scripts for CONFIG_FILES section. -# - -# No need to generate the scripts if there are no CONFIG_FILES. -# This happens for instance when ./config.status config.h +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then -_ACEOF +ac_cr=' ' +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$tmp/subs1.awk" && +_ACEOF +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -SHELL!$SHELL$ac_delim -PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim -PACKAGE_NAME!$PACKAGE_NAME$ac_delim -PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim -PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim -PACKAGE_STRING!$PACKAGE_STRING$ac_delim -PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim -exec_prefix!$exec_prefix$ac_delim -prefix!$prefix$ac_delim -program_transform_name!$program_transform_name$ac_delim -bindir!$bindir$ac_delim -sbindir!$sbindir$ac_delim -libexecdir!$libexecdir$ac_delim -datarootdir!$datarootdir$ac_delim -datadir!$datadir$ac_delim -sysconfdir!$sysconfdir$ac_delim -sharedstatedir!$sharedstatedir$ac_delim -localstatedir!$localstatedir$ac_delim -includedir!$includedir$ac_delim -oldincludedir!$oldincludedir$ac_delim -docdir!$docdir$ac_delim -infodir!$infodir$ac_delim -htmldir!$htmldir$ac_delim -dvidir!$dvidir$ac_delim -pdfdir!$pdfdir$ac_delim -psdir!$psdir$ac_delim -libdir!$libdir$ac_delim -localedir!$localedir$ac_delim -mandir!$mandir$ac_delim -DEFS!$DEFS$ac_delim -ECHO_C!$ECHO_C$ac_delim -ECHO_N!$ECHO_N$ac_delim -ECHO_T!$ECHO_T$ac_delim -LIBS!$LIBS$ac_delim -build_alias!$build_alias$ac_delim -host_alias!$host_alias$ac_delim -target_alias!$target_alias$ac_delim -CXX!$CXX$ac_delim -CXXFLAGS!$CXXFLAGS$ac_delim -LDFLAGS!$LDFLAGS$ac_delim -CPPFLAGS!$CPPFLAGS$ac_delim -ac_ct_CXX!$ac_ct_CXX$ac_delim -EXEEXT!$EXEEXT$ac_delim -OBJEXT!$OBJEXT$ac_delim -CC!$CC$ac_delim -CFLAGS!$CFLAGS$ac_delim -ac_ct_CC!$ac_ct_CC$ac_delim -SET_MAKE!$SET_MAKE$ac_delim -INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim -INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim -INSTALL_DATA!$INSTALL_DATA$ac_delim -CYGPATH_W!$CYGPATH_W$ac_delim -PACKAGE!$PACKAGE$ac_delim -VERSION!$VERSION$ac_delim -ACLOCAL!$ACLOCAL$ac_delim -AUTOCONF!$AUTOCONF$ac_delim -AUTOMAKE!$AUTOMAKE$ac_delim -AUTOHEADER!$AUTOHEADER$ac_delim -MAKEINFO!$MAKEINFO$ac_delim -install_sh!$install_sh$ac_delim -STRIP!$STRIP$ac_delim -INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim -mkdir_p!$mkdir_p$ac_delim -AWK!$AWK$ac_delim -am__leading_dot!$am__leading_dot$ac_delim -AMTAR!$AMTAR$ac_delim -am__tar!$am__tar$ac_delim -am__untar!$am__untar$ac_delim -DEPDIR!$DEPDIR$ac_delim -am__include!$am__include$ac_delim -am__quote!$am__quote$ac_delim -AMDEP_TRUE!$AMDEP_TRUE$ac_delim -AMDEP_FALSE!$AMDEP_FALSE$ac_delim -AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim -CCDEPMODE!$CCDEPMODE$ac_delim -am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim -am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim -CXXDEPMODE!$CXXDEPMODE$ac_delim -am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim -am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim -MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim -MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim -MAINT!$MAINT$ac_delim -RANLIB!$RANLIB$ac_delim -TRIE_CFLAGS!$TRIE_CFLAGS$ac_delim -TRIE_CXXFLAGS!$TRIE_CXXFLAGS$ac_delim -CPP!$CPP$ac_delim -GREP!$GREP$ac_delim -EGREP!$EGREP$ac_delim -LIBOBJS!$LIBOBJS$ac_delim -LTLIBOBJS!$LTLIBOBJS$ac_delim -_ACEOF + . ./conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 91; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then break elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done +rm -f conf$$subs.sh -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi - -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -:end -s/|#_!!_#|//g -CEOF$ac_eof +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\).*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\).*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 +$as_echo "$as_me: error: could not setup config files machinery" >&2;} + { (exit 1); exit 1; }; } +_ACEOF # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and @@ -5599,19 +5772,133 @@ }' fi -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. -for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + prefix = substr(line, 1, index(line, defundef) - 1) + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", line, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 +$as_echo "$as_me: error: could not setup config headers machinery" >&2;} + { (exit 1); exit 1; }; } +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -echo "$as_me: error: Invalid tag $ac_tag." >&2;} + :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; @@ -5640,26 +5927,38 @@ [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac - ac_file_inputs="$ac_file_inputs $ac_f" + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + ac_file_inputs="$ac_file_inputs '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ - configure_input="Generated from "`IFS=: - echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} + { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin";; + *:-:* | *:-) cat >"$tmp/stdin" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; esac ;; esac @@ -5669,7 +5968,7 @@ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -echo X"$ac_file" | +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -5695,7 +5994,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -5704,7 +6003,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -5725,17 +6024,17 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -5775,12 +6074,13 @@ esac _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= -case `sed -n '/datarootdir/ { +ac_sed_dataroot=' +/datarootdir/ { p q } @@ -5789,13 +6089,14 @@ /@infodir@/p /@localedir@/p /@mandir@/p -' $ac_file_inputs` in +' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g @@ -5809,15 +6110,16 @@ # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF - sed "$ac_vpsub +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub $extrasub _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s&@configure_input@&$configure_input&;t t +s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t @@ -5827,135 +6129,74 @@ s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t $ac_datarootdir_hack -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && - { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' + { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in - -) cat "$tmp/out"; rm -f "$tmp/out";; - *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; - esac + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; :H) # # CONFIG_HEADER # -_ACEOF - -# Transform confdefs.h into a sed script `conftest.defines', that -# substitutes the proper values into config.h.in to produce config.h. -rm -f conftest.defines conftest.tail -# First, append a space to every undef/define line, to ease matching. -echo 's/$/ /' >conftest.defines -# Then, protect against being on the right side of a sed subst, or in -# an unquoted here document, in config.status. If some macros were -# called several times there might be several #defines for the same -# symbol, which is useless. But do not sort them, since the last -# AC_DEFINE must be honored. -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where -# NAME is the cpp macro being defined, VALUE is the value it is being given. -# PARAMS is the parameter list in the macro definition--in most cases, it's -# just an empty string. -ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' -ac_dB='\\)[ (].*,\\1define\\2' -ac_dC=' ' -ac_dD=' ,' - -uniq confdefs.h | - sed -n ' - t rset - :rset - s/^[ ]*#[ ]*define[ ][ ]*// - t ok - d - :ok - s/[\\&,]/\\&/g - s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p - s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p - ' >>conftest.defines - -# Remove the space that was appended to ease matching. -# Then replace #undef with comments. This is necessary, for -# example, in the case of _POSIX_SOURCE, which is predefined and required -# on some systems where configure will not decide to define it. -# (The regexp can be short, since the line contains either #define or #undef.) -echo 's/ $// -s,^[ #]*u.*,/* & */,' >>conftest.defines - -# Break up conftest.defines: -ac_max_sed_lines=50 - -# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" -# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" -# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" -# et cetera. -ac_in='$ac_file_inputs' -ac_out='"$tmp/out1"' -ac_nxt='"$tmp/out2"' - -while : -do - # Write a here document: - cat >>$CONFIG_STATUS <<_ACEOF - # First, check the format of the line: - cat >"\$tmp/defines.sed" <<\\CEOF -/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def -/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def -b -:def -_ACEOF - sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS - echo 'CEOF - sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS - ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in - sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail - grep . conftest.tail >/dev/null || break - rm -f conftest.defines - mv conftest.tail conftest.defines -done -rm -f conftest.defines conftest.tail - -echo "ac_result=$ac_in" >>$CONFIG_STATUS -cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then - echo "/* $configure_input */" >"$tmp/config.h" - cat "$ac_result" >>"$tmp/config.h" - if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then - { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 -echo "$as_me: $ac_file is unchanged" >&6;} + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} else - rm -f $ac_file - mv "$tmp/config.h" $ac_file + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } fi else - echo "/* $configure_input */" - cat "$ac_result" + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 +$as_echo "$as_me: error: could not create -" >&2;} + { (exit 1); exit 1; }; } fi - rm -f "$tmp/out12" -# Compute $ac_file's index in $config_headers. +# Compute "$ac_file"'s index in $config_headers. _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in - $ac_file | $ac_file:* ) + "$ac_file" | "$ac_file":* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done -echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || -$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X$ac_file : 'X\(//\)[^/]' \| \ - X$ac_file : 'X\(//\)$' \| \ - X$ac_file : 'X\(/\)' \| . 2>/dev/null || -echo X$ac_file | +echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -5975,8 +6216,8 @@ s/.*/./; q'`/stamp-h$_am_stamp_count ;; - :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 -echo "$as_me: executing $ac_file commands" >&6;} + :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac @@ -5997,7 +6238,7 @@ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || -echo X"$mf" | +$as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -6041,7 +6282,7 @@ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || -echo X"$file" | +$as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -6067,7 +6308,7 @@ as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -6076,7 +6317,7 @@ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || -echo X"$as_dir" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -6097,8 +6338,8 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" @@ -6115,6 +6356,11 @@ chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -6136,4 +6382,8 @@ # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} +fi diff -u -r -N squid-3.1.0.2/lib/Makefile.in squid-3.1.0.3/lib/Makefile.in --- squid-3.1.0.2/lib/Makefile.in 2008-11-10 00:23:05.000000000 +1300 +++ squid-3.1.0.3/lib/Makefile.in 2008-12-05 16:09:54.000000000 +1300 @@ -180,6 +180,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/lib/tests/testIPAddress.cc squid-3.1.0.3/lib/tests/testIPAddress.cc --- squid-3.1.0.2/lib/tests/testIPAddress.cc 2008-11-10 00:22:20.000000000 +1300 +++ squid-3.1.0.3/lib/tests/testIPAddress.cc 2008-12-05 16:09:33.000000000 +1300 @@ -91,6 +91,9 @@ insock.sin_family = AF_INET; insock.sin_port = htons(80); insock.sin_addr.s_addr = htonl(0xC0A8640C); +#if HAVE_SIN_LEN_IN_SAI + insock.sin_len = sizeof(struct sockaddr_in); +#endif IPAddress anIPA((const struct sockaddr_in)insock); @@ -121,6 +124,9 @@ insock.sin6_addr.s6_addr32[1] = htonl(0x00000000); insock.sin6_addr.s6_addr32[2] = htonl(0x0000FFFF); insock.sin6_addr.s6_addr32[3] = htonl(0xC0A8640C); +#if HAVE_SIN6_LEN_IN_SAI + insock.sin6_len = sizeof(struct sockaddr_in6); +#endif IPAddress anIPA((const struct sockaddr_in6)insock); @@ -149,6 +155,9 @@ insock.sin_family = AF_INET; insock.sin_port = htons(80); insock.sin_addr.s_addr = htonl(0xC0A8640C); +#if HAVE_SIN_LEN_IN_SAI + insock.sin_len = sizeof(struct sockaddr_in); +#endif IPAddress inIPA(insock); IPAddress outIPA(inIPA); @@ -402,6 +411,10 @@ sock.sin_addr.s_addr = htonl(0xC0A8640C); sock.sin_port = htons(80); sock.sin_family = AF_INET; +#if HAVE_SIN_LEN_IN_SAI + sock.sin_len = sizeof(struct sockaddr_in); +#endif + IPAddress anIPA(sock); char buf[MAX_IPSTRLEN]; @@ -420,6 +433,9 @@ ip6val.sin6_addr.s6_addr32[3] = htonl(0xFFFFFFFF); ip6val.sin6_port = htons(80); ip6val.sin6_family = AF_INET6; +#if HAVE_SIN6_LEN_IN_SAI + ip6val.sin6_len = sizeof(struct sockaddr_in6); +#endif IPAddress bnIPA(ip6val); @@ -581,16 +597,18 @@ anIP.GetAddrInfo(ipval); +#if 0 /* display a byte-by-byte hex comparison of the addr cores */ unsigned int *p; p = (unsigned int*)expect; - printf("\nSYS-ADDRINFO: %x %x %x %x %x %x ", - p[0],p[1],p[2],p[3],p[4],p[5] ); + printf("\nSYS-ADDRINFO: %2x %2x %2x %2x %2x %2x", + p[0],p[1],p[2],p[3],p[4],p[5]); p = (unsigned int*)ipval; - printf("\nSQD-ADDRINFO: %x %x %x %x %x %x ", + printf("\nSQD-ADDRINFO: %2x %2x %2x %2x %2x %2x", p[0],p[1],p[2],p[3],p[4],p[5] ); printf("\n"); +#endif /*0*/ // check the addrinfo object core. (BUT not the two ptrs at the tail) // details @@ -598,6 +616,61 @@ CPPUNIT_ASSERT_EQUAL( expect->ai_family, ipval->ai_family ); // check the sockaddr it points to. CPPUNIT_ASSERT_EQUAL( expect->ai_addrlen, ipval->ai_addrlen ); + +#if 0 + p = (unsigned int*)(expect->ai_addr); + printf("\nSYS-ADDR: (%d) %x %x %x %x %x %x %x %x ...", + expect->ai_addrlen, + p[0],p[1],p[2],p[3],p[4],p[5],p[6],p[7] ); + + p = (unsigned int*)(ipval->ai_addr); + printf("\nSQD-ADDR: (%d) %x %x %x %x %x %x %x %x ...", + ipval->ai_addrlen, + p[0],p[1],p[2],p[3],p[4],p[5],p[6],p[7] ); + printf("\n"); +#if HAVE_SS_LEN_IN_SS + printf("\nSYS SS_LEN=%d\nSQD SS_LEN=%d\n",((struct sockaddr_storage*)expect->ai_addr)->ss_len, + ((struct sockaddr_storage*)ipval->ai_addr)->ss_len ); +#endif +#endif /*0*/ + +#if USE_IPV6 +#if HAVE_SS_LEN_IN_SS + CPPUNIT_ASSERT_EQUAL( ((struct sockaddr_storage*)expect->ai_addr)->ss_len, + ((struct sockaddr_storage*)ipval->ai_addr)->ss_len ); + CPPUNIT_ASSERT_EQUAL( (socklen_t)((struct sockaddr_storage*)ipval->ai_addr)->ss_len, ipval->ai_addrlen ); +#endif +#if HAVE_SIN6_LEN_IN_SAI + CPPUNIT_ASSERT_EQUAL( ((struct sockaddr_in6*)expect->ai_addr)->sin6_len, + ((struct sockaddr_in6*)ipval->ai_addr)->sin6_len ); + CPPUNIT_ASSERT_EQUAL( (socklen_t)((struct sockaddr_in6*)ipval->ai_addr)->sin6_len, ipval->ai_addrlen ); +#endif +#if HAVE_SIN_LEN_IN_SAI + CPPUNIT_ASSERT_EQUAL( ((struct sockaddr_in*)expect->ai_addr)->sin_len, + ((struct sockaddr_in*)ipval->ai_addr)->sin_len ); + CPPUNIT_ASSERT_EQUAL( (socklen_t)((struct sockaddr_in*)ipval->ai_addr)->sin_len, ipval->ai_addrlen ); +#endif + CPPUNIT_ASSERT_EQUAL( ((struct sockaddr_in6*)expect->ai_addr)->sin6_family, + ((struct sockaddr_in6*)ipval->ai_addr)->sin6_family ); + CPPUNIT_ASSERT_EQUAL( ((struct sockaddr_in6*)expect->ai_addr)->sin6_port, + ((struct sockaddr_in6*)ipval->ai_addr)->sin6_port ); +#else +#if HAVE_SS_LEN_IN_SS + CPPUNIT_ASSERT_EQUAL( ((struct sockaddr_storage*)expect->ai_addr)->ss_len, + ((struct sockaddr_storage*)ipval->ai_addr)->ss_len ); + CPPUNIT_ASSERT_EQUAL( (socklen_t)((struct sockaddr_storage*)ipval->ai_addr)->ss_len, ipval->ai_addrlen ); +#endif +#if HAVE_SIN_LEN_IN_SAI + CPPUNIT_ASSERT_EQUAL( ((struct sockaddr_in*)expect->ai_addr)->sin_len, + ((struct sockaddr_in*)ipval->ai_addr)->sin_len ); + CPPUNIT_ASSERT_EQUAL( (socklen_t)((struct sockaddr_in*)ipval->ai_addr)->sin_len, ipval->ai_addrlen ); +#endif + CPPUNIT_ASSERT_EQUAL( ((struct sockaddr_in*)expect->ai_addr)->sin_family, + ((struct sockaddr_in*)ipval->ai_addr)->sin_family ); + CPPUNIT_ASSERT_EQUAL( ((struct sockaddr_in*)expect->ai_addr)->sin_port, + ((struct sockaddr_in*)ipval->ai_addr)->sin_port ); +#endif /* USE_IPV6 */ + CPPUNIT_ASSERT( memcmp( expect->ai_addr, ipval->ai_addr, expect->ai_addrlen ) == 0 ); xfreeaddrinfo(expect); diff -u -r -N squid-3.1.0.2/Makefile.am squid-3.1.0.3/Makefile.am --- squid-3.1.0.2/Makefile.am 2008-11-10 00:22:14.000000000 +1300 +++ squid-3.1.0.3/Makefile.am 2008-12-05 16:09:27.000000000 +1300 @@ -42,3 +42,6 @@ install-pinger: chown root $(DEFAULT_PINGER) chmod 4711 $(DEFAULT_PINGER) + +all-am: + @echo "Build Successful." diff -u -r -N squid-3.1.0.2/Makefile.in squid-3.1.0.3/Makefile.in --- squid-3.1.0.2/Makefile.in 2008-11-10 00:23:09.000000000 +1300 +++ squid-3.1.0.3/Makefile.in 2008-12-05 16:09:58.000000000 +1300 @@ -116,6 +116,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ @@ -782,6 +783,9 @@ install-pinger: chown root $(DEFAULT_PINGER) chmod 4711 $(DEFAULT_PINGER) + +all-am: + @echo "Build Successful." # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -u -r -N squid-3.1.0.2/scripts/Makefile.in squid-3.1.0.3/scripts/Makefile.in --- squid-3.1.0.2/scripts/Makefile.in 2008-11-10 00:23:05.000000000 +1300 +++ squid-3.1.0.3/scripts/Makefile.in 2008-12-05 16:09:54.000000000 +1300 @@ -97,6 +97,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/snmplib/Makefile.in squid-3.1.0.3/snmplib/Makefile.in --- squid-3.1.0.2/snmplib/Makefile.in 2008-11-10 00:23:05.000000000 +1300 +++ squid-3.1.0.3/snmplib/Makefile.in 2008-12-05 16:09:54.000000000 +1300 @@ -110,6 +110,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/src/ACLARP.cc squid-3.1.0.3/src/ACLARP.cc --- squid-3.1.0.2/src/ACLARP.cc 2008-11-10 00:22:20.000000000 +1300 +++ squid-3.1.0.3/src/ACLARP.cc 2008-12-05 16:09:33.000000000 +1300 @@ -459,7 +459,8 @@ memset(&arpReq, '\0', sizeof(arpReq)); - ipAddr.GetSockAddr(arpReq.arp_pa); + sa = (struct sockaddr_in*) &arpReq.arp_pa; + ipAddr.GetSockAddr(*sa); /* Query ARP table */ mib[0] = CTL_NET; diff -u -r -N squid-3.1.0.2/src/ACLChecklist.cc squid-3.1.0.3/src/ACLChecklist.cc --- squid-3.1.0.2/src/ACLChecklist.cc 2008-11-10 00:22:20.000000000 +1300 +++ squid-3.1.0.3/src/ACLChecklist.cc 2008-12-05 16:09:33.000000000 +1300 @@ -125,7 +125,7 @@ if (checking()) return; - /* deny if no rules present */ + /** Deny if no rules present. */ currentAnswer(ACCESS_DENIED); if (callerGone()) { @@ -133,11 +133,21 @@ return; } + /** The ACL List should NEVER be NULL when calling this method. + * Always caller should check for NULL and handle appropriate to its needs first. + * We cannot select a sensible default for all callers here. */ + if (accessList == NULL) { + debugs(28, DBG_CRITICAL, "SECURITY ERROR: ACL " << this << " checked with nothing to match against!!"); + currentAnswer(ACCESS_DENIED); + checkCallback(currentAnswer()); + return; + } + /* NOTE: This holds a cbdata reference to the current access_list * entry, not the whole list. */ while (accessList != NULL) { - /* + /** \par * If the _acl_access is no longer valid (i.e. its been * freed because of a reconfigure), then bail on this * access check. For now, return ACCESS_DENIED. @@ -158,9 +168,8 @@ } if (finished()) { - /* - * We are done. Either the request - * is allowed, denied, requires authentication. + /** \par + * Either the request is allowed, denied, requires authentication. */ debugs(28, 3, "ACLChecklist::check: " << this << " match found, calling back with " << currentAnswer()); cbdataReferenceDone(accessList); /* A */ @@ -181,9 +190,8 @@ cbdataReferenceDone(A); } - /* dropped off the end of the list */ - debugs(28, 3, "ACLChecklist::check: " << this << - " NO match found, returning " << + /** If dropped off the end of the list return inversion of last line allow/deny action. */ + debugs(28, 3, HERE << this << " NO match found, returning " << (currentAnswer() != ACCESS_DENIED ? ACCESS_DENIED : ACCESS_ALLOWED)); checkCallback(currentAnswer() != ACCESS_DENIED ? ACCESS_DENIED : ACCESS_ALLOWED); diff -u -r -N squid-3.1.0.2/src/acl_noncore.cc squid-3.1.0.3/src/acl_noncore.cc --- squid-3.1.0.2/src/acl_noncore.cc 2008-11-10 00:22:22.000000000 +1300 +++ squid-3.1.0.3/src/acl_noncore.cc 2008-12-05 16:09:34.000000000 +1300 @@ -52,20 +52,19 @@ { acl_deny_info_list *A = NULL; - debugs(28, 9, "aclGetDenyInfoPage: got called for " << name); - + debugs(28, 8, HERE << "got called for " << name); for (A = *head; A; A = A->next) { acl_name_list *L = NULL; - if (!redirect_allowed && strchr(A->err_page_name, ':')) { - debugs(28, 3, "aclGetDenyInfoPage: WARNING, unexpected codepath taken"); + if (!redirect_allowed && strchr(A->err_page_name, ':') ) { + debugs(28, 8, HERE << "Skip '" << A->err_page_name << "' 30x redirects not allowed as response here."); continue; } for (L = A->acl_list; L; L = L->next) { if (!strcmp(name, L->name)) { - debugs(28, 8, "aclGetDenyInfoPage: match on " << name); + debugs(28, 8, HERE << "match on " << name); return A->err_page_id; } diff -u -r -N squid-3.1.0.2/src/adaptation/Makefile.in squid-3.1.0.3/src/adaptation/Makefile.in --- squid-3.1.0.2/src/adaptation/Makefile.in 2008-11-10 00:23:07.000000000 +1300 +++ squid-3.1.0.3/src/adaptation/Makefile.in 2008-12-05 16:09:56.000000000 +1300 @@ -119,6 +119,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/src/auth/Makefile.in squid-3.1.0.3/src/auth/Makefile.in --- squid-3.1.0.2/src/auth/Makefile.in 2008-11-10 00:23:07.000000000 +1300 +++ squid-3.1.0.3/src/auth/Makefile.in 2008-12-05 16:09:57.000000000 +1300 @@ -135,6 +135,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/src/comm_epoll.cc squid-3.1.0.3/src/comm_epoll.cc --- squid-3.1.0.2/src/comm_epoll.cc 2008-11-10 00:22:22.000000000 +1300 +++ squid-3.1.0.3/src/comm_epoll.cc 2008-12-05 16:09:34.000000000 +1300 @@ -63,7 +63,9 @@ #define DEBUG_EPOLL 0 +#if HAVE_SYS_EPOLL_H #include +#endif static int kdpfd; static int max_poll_time = 1000; diff -u -r -N squid-3.1.0.2/src/comm_kqueue.cc squid-3.1.0.3/src/comm_kqueue.cc --- squid-3.1.0.2/src/comm_kqueue.cc 2008-11-10 00:22:22.000000000 +1300 +++ squid-3.1.0.3/src/comm_kqueue.cc 2008-12-05 16:09:34.000000000 +1300 @@ -55,16 +55,18 @@ */ #include "squid.h" + +#if USE_KQUEUE + #include "comm_kqueue.h" #include "CacheManager.h" #include "Store.h" #include "fde.h" #include "SquidTime.h" -#ifdef USE_KQUEUE - +#if HAVE_SYS_EVENT_H #include - +#endif #define KE_LENGTH 128 diff -u -r -N squid-3.1.0.2/src/DiskIO/Blocking/BlockingDiskIOModule.h squid-3.1.0.3/src/DiskIO/Blocking/BlockingDiskIOModule.h --- squid-3.1.0.2/src/DiskIO/Blocking/BlockingDiskIOModule.h 2008-11-10 00:22:21.000000000 +1300 +++ squid-3.1.0.3/src/DiskIO/Blocking/BlockingDiskIOModule.h 2008-12-05 16:09:33.000000000 +1300 @@ -51,6 +51,4 @@ static BlockingDiskIOModule Instance; }; - - #endif /* SQUID_BLOCKINGDISKIOMODULE_H */ diff -u -r -N squid-3.1.0.2/src/DiskIO/DiskIOModule.cc squid-3.1.0.3/src/DiskIO/DiskIOModule.cc --- squid-3.1.0.2/src/DiskIO/DiskIOModule.cc 2008-11-10 00:22:21.000000000 +1300 +++ squid-3.1.0.3/src/DiskIO/DiskIOModule.cc 2008-12-05 16:09:33.000000000 +1300 @@ -1,6 +1,4 @@ - /* - * $Id: DiskIOModule.cc,v 1.3 2006/09/14 00:51:10 robertc Exp $ * * DEBUG: section 92 Storage File System * AUTHOR: Robert Collins @@ -40,17 +38,20 @@ Vector *DiskIOModule::_Modules = NULL; //DiskIOModule() : initialised (false) {} + DiskIOModule::DiskIOModule() { - /* We cannot call - * ModuleAdd(*this); - * here as the virtual methods are not yet available + /** We cannot call ModuleAdd(*this) + * here as the virtual methods are not yet available. + * We leave that to PokeAllModules() later. */ } void DiskIOModule::SetupAllModules() { + DiskIOModule::PokeAllModules(); + for (iterator i = GetModules().begin(); i != GetModules().end(); ++i) /* Call the FS to set up capabilities and initialize the FS driver */ (*i)->init(); @@ -84,8 +85,8 @@ return *_Modules; } -/* - * called when a graceful shutdown is to occur +/** + * Called when a graceful shutdown is to occur * of each fs module. */ void @@ -111,7 +112,7 @@ DiskIOModule * DiskIOModule::FindDefault() { - /* Best IO options are in order: */ + /** Best IO options are in order: */ DiskIOModule * result; result = Find("DiskThreads"); if (NULL == result) @@ -122,4 +123,3 @@ result = Find("Blocking"); return result; } - diff -u -r -N squid-3.1.0.2/src/DiskIO/DiskIOModule.h squid-3.1.0.3/src/DiskIO/DiskIOModule.h --- squid-3.1.0.2/src/DiskIO/DiskIOModule.h 2008-11-10 00:22:21.000000000 +1300 +++ squid-3.1.0.3/src/DiskIO/DiskIOModule.h 2008-12-05 16:09:33.000000000 +1300 @@ -50,8 +50,13 @@ static void SetupAllModules(); static void ModuleAdd(DiskIOModule &); static void FreeAllModules(); + + /** Poke all compiled modules for self-setup */ + static void PokeAllModules(); + static DiskIOModule *Find(char const *type); - /* find *any* usable disk module. This will look for the 'best' + + /** Find *any* usable disk module. This will look for the 'best' * available module for this system. */ static DiskIOModule *FindDefault(); diff -u -r -N squid-3.1.0.2/src/DiskIO/DiskIOModules_gen.cc squid-3.1.0.3/src/DiskIO/DiskIOModules_gen.cc --- squid-3.1.0.2/src/DiskIO/DiskIOModules_gen.cc 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/src/DiskIO/DiskIOModules_gen.cc 2008-12-05 16:11:09.000000000 +1300 @@ -0,0 +1,11 @@ +/* automatically generated by ./DiskIO/modules.sh Blocking + * do not edit + */ +#include "squid.h" +#include "DiskIO/DiskIOModule.h" +#include "DiskIO/Blocking/BlockingDiskIOModule.h" + +void DiskIOModule::PokeAllModules(void) +{ + BlockingDiskIOModule::GetInstance(); +} diff -u -r -N squid-3.1.0.2/src/DiskIO/modules.sh squid-3.1.0.3/src/DiskIO/modules.sh --- squid-3.1.0.2/src/DiskIO/modules.sh 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/src/DiskIO/modules.sh 2008-12-05 16:09:33.000000000 +1300 @@ -0,0 +1,16 @@ +#!/bin/sh +echo "/* automatically generated by $0 $*" +echo " * do not edit" +echo " */" +echo "#include \"squid.h\"" +echo "#include \"DiskIO/DiskIOModule.h\"" +for module in "$@"; do + echo "#include \"DiskIO/${module}/${module}DiskIOModule.h\"" +done +echo "" +echo "void DiskIOModule::PokeAllModules(void)" +echo "{" +for module in "$@"; do + echo " ${module}DiskIOModule::GetInstance();" +done +echo "}" diff -u -r -N squid-3.1.0.2/src/eCAP/Makefile.in squid-3.1.0.3/src/eCAP/Makefile.in --- squid-3.1.0.2/src/eCAP/Makefile.in 2008-11-10 00:23:08.000000000 +1300 +++ squid-3.1.0.3/src/eCAP/Makefile.in 2008-12-05 16:09:57.000000000 +1300 @@ -119,6 +119,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/src/forward.cc squid-3.1.0.3/src/forward.cc --- squid-3.1.0.2/src/forward.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/forward.cc 2008-12-05 16:09:34.000000000 +1300 @@ -335,9 +335,12 @@ startComplete(servers); } else { - debugs(17, 3, "fwdComplete: not re-forwarding status " << entry->getReply()->sline.status); - EBIT_CLR(entry->flags, ENTRY_FWD_HDR_WAIT); - entry->complete(); + debugs(17, 3, "fwdComplete: server FD " << server_fd << " not re-forwarding status " << entry->getReply()->sline.status); + if (entry->isEmpty() && !err) + { + EBIT_CLR(entry->flags, ENTRY_FWD_HDR_WAIT); + entry->complete(); + } if (server_fd < 0) completed(); diff -u -r -N squid-3.1.0.2/src/fs/coss/CossSwapDir.h squid-3.1.0.3/src/fs/coss/CossSwapDir.h --- squid-3.1.0.2/src/fs/coss/CossSwapDir.h 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/fs/coss/CossSwapDir.h 2008-12-05 16:09:34.000000000 +1300 @@ -1,4 +1,3 @@ -#error COSS Support is not stable yet in Squid-3. Please do not use. #ifndef __COSSSWAPDIR_H__ #define __COSSSWAPDIR_H__ diff -u -r -N squid-3.1.0.2/src/fs/coss/store_coss.h squid-3.1.0.3/src/fs/coss/store_coss.h --- squid-3.1.0.2/src/fs/coss/store_coss.h 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/fs/coss/store_coss.h 2008-12-05 16:09:34.000000000 +1300 @@ -1,4 +1,3 @@ -#error COSS Support is not stable yet in Squid-3. Please do not use. #ifndef __COSS_H__ #define __COSS_H__ diff -u -r -N squid-3.1.0.2/src/fs/coss/StoreFScoss.h squid-3.1.0.3/src/fs/coss/StoreFScoss.h --- squid-3.1.0.2/src/fs/coss/StoreFScoss.h 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/fs/coss/StoreFScoss.h 2008-12-05 16:09:34.000000000 +1300 @@ -1,4 +1,3 @@ -#error COSS Support is not stable yet in Squid-3. Please do not use. /* * $Id: StoreFScoss.h,v 1.4 2008/02/26 21:49:43 amosjeffries Exp $ * diff -u -r -N squid-3.1.0.2/src/fs/Makefile.in squid-3.1.0.3/src/fs/Makefile.in --- squid-3.1.0.2/src/fs/Makefile.in 2008-11-10 00:23:08.000000000 +1300 +++ squid-3.1.0.3/src/fs/Makefile.in 2008-12-05 16:09:57.000000000 +1300 @@ -131,6 +131,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/src/fs/ufs/store_io_ufs.cc squid-3.1.0.3/src/fs/ufs/store_io_ufs.cc --- squid-3.1.0.2/src/fs/ufs/store_io_ufs.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/fs/ufs/store_io_ufs.cc 2008-12-05 16:09:34.000000000 +1300 @@ -338,7 +338,7 @@ callback(cbdata, read_buf, len, this); } - if (theFile != NULL && theFile->error()) + if (flags.try_closing || (theFile != NULL && theFile->error()) ) tryClosing(); } diff -u -r -N squid-3.1.0.2/src/ftp.cc squid-3.1.0.3/src/ftp.cc --- squid-3.1.0.2/src/ftp.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/ftp.cc 2008-12-05 16:09:34.000000000 +1300 @@ -1991,7 +1991,7 @@ ftpReadPass(FtpStateData * ftpState) { int code = ftpState->ctrl.replycode; - debugs(9, 3, HERE); + debugs(9, 3, HERE << "code=" << code); if (code == 230) { ftpSendType(ftpState); @@ -3462,7 +3462,11 @@ static void ftpFail(FtpStateData *ftpState) { - debugs(9, 3, HERE); + debugs(9, 6, HERE << "flags(" << + (ftpState->flags.isdir?"IS_DIR,":"") << + (ftpState->flags.try_slash_hack?"TRY_SLASH_HACK":"") << "), " << + "mdtm=" << ftpState->mdtm << ", size=" << ftpState->theSize << + "slashhack=" << (ftpState->request->urlpath.caseCmp("/%2f", 4)==0? "T":"F") ); /* Try the / hack to support "Netscape" FTP URL's for retreiving files */ if (!ftpState->flags.isdir && /* Not a directory */ @@ -3491,6 +3495,7 @@ void FtpStateData::failed(err_type error, int xerrno) { + debugs(9,3,HERE << "entry-null=" << (entry?entry->isEmpty():0) << ", entry=" << entry); if (entry->isEmpty()) failedErrorMessage(error, xerrno); diff -u -r -N squid-3.1.0.2/src/http.cc squid-3.1.0.3/src/http.cc --- squid-3.1.0.2/src/http.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/http.cc 2008-12-05 16:09:34.000000000 +1300 @@ -1698,8 +1698,9 @@ * went through our redirector and the admin configured * 'redir_rewrites_host' to be off. */ - - if (request->flags.redirected && !Config.onoff.redir_rewrites_host) + if (orig_request->peer_domain) + hdr_out->putStr(HDR_HOST, orig_request->peer_domain); + else if (request->flags.redirected && !Config.onoff.redir_rewrites_host) hdr_out->addEntry(e->clone()); else { /* use port# only if not default */ diff -u -r -N squid-3.1.0.2/src/HttpStatusLine.cc squid-3.1.0.3/src/HttpStatusLine.cc --- squid-3.1.0.2/src/HttpStatusLine.cc 2008-11-10 00:22:21.000000000 +1300 +++ squid-3.1.0.3/src/HttpStatusLine.cc 2008-12-05 16:09:33.000000000 +1300 @@ -65,7 +65,7 @@ sline->reason = reason; } -/* parse a 0-terminating buffer and fill internal structures; returns true on success */ +/** write HTTP version and status structures into a Packer buffer for output as HTTP status line. */ void httpStatusLinePackInto(const HttpStatusLine * sline, Packer * p) { diff -u -r -N squid-3.1.0.2/src/ICAP/AsyncJob.cc squid-3.1.0.3/src/ICAP/AsyncJob.cc --- squid-3.1.0.2/src/ICAP/AsyncJob.cc 2008-11-10 00:22:21.000000000 +1300 +++ squid-3.1.0.3/src/ICAP/AsyncJob.cc 2008-12-05 16:09:33.000000000 +1300 @@ -155,7 +155,7 @@ buf.append(" [", 2); if (stopReason != NULL) { buf.Printf("Stopped, reason:"); - buf.Printf(stopReason); + buf.Printf("%s",stopReason); } buf.Printf(" job%d]", id); buf.terminate(); diff -u -r -N squid-3.1.0.2/src/ICAP/Makefile.in squid-3.1.0.3/src/ICAP/Makefile.in --- squid-3.1.0.2/src/ICAP/Makefile.in 2008-11-10 00:23:05.000000000 +1300 +++ squid-3.1.0.3/src/ICAP/Makefile.in 2008-12-05 16:09:55.000000000 +1300 @@ -119,6 +119,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/src/icmp/Makefile.in squid-3.1.0.3/src/icmp/Makefile.in --- squid-3.1.0.2/src/icmp/Makefile.in 2008-11-10 00:23:08.000000000 +1300 +++ squid-3.1.0.3/src/icmp/Makefile.in 2008-12-05 16:09:57.000000000 +1300 @@ -145,6 +145,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/src/Makefile.am squid-3.1.0.3/src/Makefile.am --- squid-3.1.0.2/src/Makefile.am 2008-11-10 00:22:21.000000000 +1300 +++ squid-3.1.0.3/src/Makefile.am 2008-12-05 16:09:34.000000000 +1300 @@ -254,12 +254,6 @@ fs/diskd/StoreFSdiskd.cc \ fs/ufs/StoreFSufs.cc -all_DISKIOMODULES = \ - DiskIO/AIO/AIODiskIOModule.cc \ - DiskIO/Blocking/BlockingDiskIOModule.cc \ - DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc \ - DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc - DISKIO_SOURCE = \ DiskIO/DiskIOModule.cc \ DiskIO/ReadRequest.cc \ @@ -270,7 +264,12 @@ DiskIO/DiskIOStrategy.h \ DiskIO/IORequestor.h \ DiskIO/DiskIOModule.h \ - DiskIO/ReadRequest.h + DiskIO/ReadRequest.h \ + DiskIO/DiskIOModules_gen.cc + +DiskIO/DiskIOModules_gen.cc: Makefile + $(SHELL) $(srcdir)/DiskIO/modules.sh $(DISK_MODULES) > DiskIO/DiskIOModules_gen.cc + all_AUTHMODULES = \ auth/basic/basicScheme.cc \ @@ -284,7 +283,6 @@ EXTRA_squid_SOURCES = \ $(all_FSMODULES) \ - $(all_DISKIOMODULES) \ $(AIO_WIN32_ALL_SOURCES) \ $(all_AUTHMODULES) \ $(ARP_ACL_ALL_SOURCE) \ @@ -956,6 +954,7 @@ cf_gen_defines \ cf.data.pre \ cf.data.depend \ + DiskIO/modules.sh \ mk-globals-c.pl \ mk-globals-c.awk \ mk-string-arrays.pl \ @@ -971,7 +970,8 @@ DiskIO/AIO/AIODiskFile.h \ DiskIO/AIO/AIODiskIOStrategy.cc \ DiskIO/AIO/AIODiskIOStrategy.h \ - DiskIO/AIO/AIODiskIOModule.h + DiskIO/AIO/AIODiskIOModule.cc \ + DiskIO/AIO/AIODiskIOModule.h libBlocking_a_SOURCES = \ DiskIO/Blocking/BlockingFile.cc \ @@ -1124,7 +1124,7 @@ # fi DISTCLEANFILES = cf_gen_defines.h cf.data cf_parser.h squid.conf.default squid.conf.documented \ - globals.cc string_arrays.c repl_modules.cc + globals.cc string_arrays.c repl_modules.cc DiskIO/DiskIOModules_gen.cc # stock tools for unit tests - library independent versions of dlink_list # etc. @@ -1480,11 +1480,13 @@ tests/stub_cache_manager.cc tests_testDiskIO_LDADD= \ + @DISK_LIBS@ \ $(SWAP_TEST_LDADD) \ - libsquid.la \ - @SSLLIB@ + SquidConfig.o tests_testDiskIO_LDFLAGS = $(LIBADD_DL) tests_testDiskIO_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a \ + @DISK_LIBS@ \ + $(SWAP_TEST_DS) \ @SQUID_CPPUNIT_LA@ ## Tests of the Even module. @@ -2207,8 +2209,9 @@ @SQUID_CPPUNIT_LA@ SWAP_TEST_SOURCES = \ - tests/stub_store_rebuild.cc \ tests/stub_internal.cc \ + tests/stub_CommIO.cc \ + tests/stub_store_rebuild.cc \ fd.cc \ disk.cc \ filemap.cc \ diff -u -r -N squid-3.1.0.2/src/Makefile.in squid-3.1.0.3/src/Makefile.in --- squid-3.1.0.2/src/Makefile.in 2008-11-10 00:23:07.000000000 +1300 +++ squid-3.1.0.3/src/Makefile.in 2008-12-05 16:09:56.000000000 +1300 @@ -89,13 +89,14 @@ DiskIO/AIO/aio_win32.h DiskIO/AIO/async_io.h \ DiskIO/AIO/AIODiskFile.cc DiskIO/AIO/AIODiskFile.h \ DiskIO/AIO/AIODiskIOStrategy.cc DiskIO/AIO/AIODiskIOStrategy.h \ - DiskIO/AIO/AIODiskIOModule.h + DiskIO/AIO/AIODiskIOModule.cc DiskIO/AIO/AIODiskIOModule.h am__dirstamp = $(am__leading_dot)dirstamp am__objects_1 = DiskIO/AIO/aio_win32.$(OBJEXT) @USE_AIO_WIN32_TRUE@am__objects_2 = $(am__objects_1) am_libAIO_a_OBJECTS = $(am__objects_2) \ DiskIO/AIO/AIODiskFile.$(OBJEXT) \ - DiskIO/AIO/AIODiskIOStrategy.$(OBJEXT) + DiskIO/AIO/AIODiskIOStrategy.$(OBJEXT) \ + DiskIO/AIO/AIODiskIOModule.$(OBJEXT) libAIO_a_OBJECTS = $(am_libAIO_a_OBJECTS) libBlocking_a_AR = $(AR) $(ARFLAGS) libBlocking_a_LIBADD = @@ -218,24 +219,25 @@ DiskIO/ReadRequest.cc DiskIO/ReadRequest.h \ DiskIO/WriteRequest.cc DiskIO/WriteRequest.h DiskIO/DiskFile.h \ DiskIO/DiskIOStrategy.h DiskIO/IORequestor.h \ - DiskIO/DiskIOModule.h dlink.h dlink.cc dns_internal.cc dns.cc \ - enums.h errorpage.cc ElementList.h ESI.cc ESI.h ESIAssign.cc \ - ESIAssign.h ESIAttempt.h ESIContext.cc ESIContext.h \ - ESICustomParser.cc ESICustomParser.h ESIElement.h ESIExcept.h \ - ESIExpatParser.cc ESIExpatParser.h ESIExpression.cc \ - ESIExpression.h ESIInclude.cc ESIInclude.h ESILiteral.h \ - ESILibxml2Parser.cc ESILibxml2Parser.h ESIParser.cc \ - ESIParser.h ESISegment.cc ESISegment.h ESISequence.cc \ - ESISequence.h ESIVar.h ESIVarState.cc ESIVarState.h ETag.cc \ - event.cc event.h EventLoop.h EventLoop.cc external_acl.cc \ - ExternalACL.h ExternalACLEntry.cc ExternalACLEntry.h fd.cc \ - fde.cc fde.h filemap.cc forward.cc forward.h fqdncache.cc \ - ftp.cc Generic.h globals.h gopher.cc helper.cc helper.h \ - HierarchyLogEntry.h htcp.cc htcp.h http.cc http.h \ - HttpStatusLine.cc HttpStatusLine.h HttpHdrCc.cc \ - HttpHdrRange.cc HttpHdrSc.cc HttpHdrSc.h HttpHdrScTarget.cc \ - HttpHdrScTarget.h HttpHdrContRange.cc HttpHdrContRange.h \ - HttpHeader.cc HttpHeader.h HttpHeaderMask.h HttpHeaderRange.h \ + DiskIO/DiskIOModule.h DiskIO/DiskIOModules_gen.cc dlink.h \ + dlink.cc dns_internal.cc dns.cc enums.h errorpage.cc \ + ElementList.h ESI.cc ESI.h ESIAssign.cc ESIAssign.h \ + ESIAttempt.h ESIContext.cc ESIContext.h ESICustomParser.cc \ + ESICustomParser.h ESIElement.h ESIExcept.h ESIExpatParser.cc \ + ESIExpatParser.h ESIExpression.cc ESIExpression.h \ + ESIInclude.cc ESIInclude.h ESILiteral.h ESILibxml2Parser.cc \ + ESILibxml2Parser.h ESIParser.cc ESIParser.h ESISegment.cc \ + ESISegment.h ESISequence.cc ESISequence.h ESIVar.h \ + ESIVarState.cc ESIVarState.h ETag.cc event.cc event.h \ + EventLoop.h EventLoop.cc external_acl.cc ExternalACL.h \ + ExternalACLEntry.cc ExternalACLEntry.h fd.cc fde.cc fde.h \ + filemap.cc forward.cc forward.h fqdncache.cc ftp.cc Generic.h \ + globals.h gopher.cc helper.cc helper.h HierarchyLogEntry.h \ + htcp.cc htcp.h http.cc http.h HttpStatusLine.cc \ + HttpStatusLine.h HttpHdrCc.cc HttpHdrRange.cc HttpHdrSc.cc \ + HttpHdrSc.h HttpHdrScTarget.cc HttpHdrScTarget.h \ + HttpHdrContRange.cc HttpHdrContRange.h HttpHeader.cc \ + HttpHeader.h HttpHeaderMask.h HttpHeaderRange.h \ HttpHeaderTools.cc HttpBody.cc HttpMsg.cc HttpMsg.h \ HttpReply.cc HttpReply.h HttpRequest.cc HttpRequest.h \ HttpRequestMethod.cc HttpRequestMethod.h HttpVersion.h ICP.h \ @@ -298,7 +300,8 @@ NullDelayId.$(OBJEXT) @USE_DELAY_POOLS_TRUE@am__objects_9 = $(am__objects_8) am__objects_10 = DiskIO/DiskIOModule.$(OBJEXT) \ - DiskIO/ReadRequest.$(OBJEXT) DiskIO/WriteRequest.$(OBJEXT) + DiskIO/ReadRequest.$(OBJEXT) DiskIO/WriteRequest.$(OBJEXT) \ + DiskIO/DiskIOModules_gen.$(OBJEXT) @USE_DNSSERVER_FALSE@am__objects_11 = dns_internal.$(OBJEXT) @USE_DNSSERVER_TRUE@am__objects_11 = dns.$(OBJEXT) am__objects_12 = ESI.$(OBJEXT) ESIAssign.$(OBJEXT) \ @@ -381,15 +384,11 @@ $(am__objects_25) $(am__objects_26) $(am__objects_28) am__EXTRA_squid_SOURCES_DIST = fs/aufs/StoreFSaufs.cc \ fs/coss/StoreFScoss.cc fs/diskd/StoreFSdiskd.cc \ - fs/ufs/StoreFSufs.cc DiskIO/AIO/AIODiskIOModule.cc \ - DiskIO/Blocking/BlockingDiskIOModule.cc \ - DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc \ - DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc \ - DiskIO/AIO/aio_win32.cc DiskIO/AIO/aio_win32.h \ - auth/basic/basicScheme.cc auth/basic/basicScheme.h \ - auth/digest/digestScheme.cc auth/digest/digestScheme.h \ - auth/ntlm/ntlmScheme.cc auth/ntlm/ntlmScheme.h \ - auth/negotiate/negotiateScheme.cc \ + fs/ufs/StoreFSufs.cc DiskIO/AIO/aio_win32.cc \ + DiskIO/AIO/aio_win32.h auth/basic/basicScheme.cc \ + auth/basic/basicScheme.h auth/digest/digestScheme.cc \ + auth/digest/digestScheme.h auth/ntlm/ntlmScheme.cc \ + auth/ntlm/ntlmScheme.h auth/negotiate/negotiateScheme.cc \ auth/negotiate/negotiateScheme.h ACLARP.cc ACLARP.h \ ConfigOption.h CommonPool.h CompositePoolNode.h delay_pools.cc \ DelayId.cc DelayId.h DelayIdComposite.h DelayBucket.cc \ @@ -418,9 +417,9 @@ string_arrays.$(OBJEXT) squid_OBJECTS = $(am_squid_OBJECTS) $(nodist_squid_OBJECTS) am__DEPENDENCIES_1 = -am__objects_33 = event.$(OBJEXT) AsyncCallQueue.$(OBJEXT) \ +am__objects_32 = event.$(OBJEXT) AsyncCallQueue.$(OBJEXT) \ AsyncCall.$(OBJEXT) -am__objects_34 = ../test-suite/test_tools.$(OBJEXT) globals.$(OBJEXT) +am__objects_33 = ../test-suite/test_tools.$(OBJEXT) globals.$(OBJEXT) am_tests_testACLMaxUserIP_OBJECTS = acl.$(OBJEXT) \ ACLChecklist.$(OBJEXT) ACLMaxUserIP.$(OBJEXT) \ ACLProxyAuth.$(OBJEXT) ACLRegexData.$(OBJEXT) \ @@ -430,7 +429,7 @@ HttpHdrRange.$(OBJEXT) HttpHdrCc.$(OBJEXT) HttpHdrSc.$(OBJEXT) \ HttpHdrScTarget.$(OBJEXT) mem_node.$(OBJEXT) Packer.$(OBJEXT) \ Parsing.$(OBJEXT) StatHist.$(OBJEXT) stmem.$(OBJEXT) \ - String.$(OBJEXT) $(am__objects_33) $(am__objects_34) \ + String.$(OBJEXT) $(am__objects_32) $(am__objects_33) \ tests/stub_cache_cf.$(OBJEXT) tests/stub_comm.$(OBJEXT) \ tests/stub_DelayId.$(OBJEXT) tests/stub_MemObject.$(OBJEXT) \ tests/stub_store.$(OBJEXT) tests/stub_cache_manager.$(OBJEXT) \ @@ -439,7 +438,7 @@ wordlist.$(OBJEXT) tests_testACLMaxUserIP_OBJECTS = $(am_tests_testACLMaxUserIP_OBJECTS) am_tests_testAuth_OBJECTS = tests/testAuth.$(OBJEXT) \ - tests/testMain.$(OBJEXT) $(am__objects_34) \ + tests/testMain.$(OBJEXT) $(am__objects_33) \ authenticate.$(OBJEXT) ConfigParser.$(OBJEXT) \ tests/stub_acl.$(OBJEXT) tests/stub_cache_cf.$(OBJEXT) \ tests/stub_helper.$(OBJEXT) cbdata.$(OBJEXT) String.$(OBJEXT) \ @@ -457,11 +456,11 @@ tests/stub_comm.$(OBJEXT) tests/stub_http.$(OBJEXT) \ HttpMsg.$(OBJEXT) HttpRequestMethod.$(OBJEXT) \ tests/stub_mime.$(OBJEXT) tests/stub_access_log.$(OBJEXT) \ - time.$(OBJEXT) URLScheme.$(OBJEXT) $(am__objects_33) \ + time.$(OBJEXT) URLScheme.$(OBJEXT) $(am__objects_32) \ wordlist.$(OBJEXT) tests_testAuth_OBJECTS = $(am_tests_testAuth_OBJECTS) am_tests_testBoilerplate_OBJECTS = tests/testBoilerplate.$(OBJEXT) \ - tests/testMain.$(OBJEXT) $(am__objects_34) time.$(OBJEXT) + tests/testMain.$(OBJEXT) $(am__objects_33) time.$(OBJEXT) tests_testBoilerplate_OBJECTS = $(am_tests_testBoilerplate_OBJECTS) am__tests_testCacheManager_SOURCES_DIST = debug.cc globals.cc \ HttpRequest.cc HttpRequestMethod.cc mem.cc String.cc \ @@ -562,7 +561,7 @@ StoreMetaSTD.$(OBJEXT) StoreMetaSTDLFS.$(OBJEXT) \ StoreMetaUnpacker.$(OBJEXT) StoreMetaURL.$(OBJEXT) \ StoreMetaVary.$(OBJEXT) StoreSwapLogData.$(OBJEXT) \ - $(am__objects_33) tools.$(OBJEXT) tunnel.$(OBJEXT) \ + $(am__objects_32) tools.$(OBJEXT) tunnel.$(OBJEXT) \ SwapDir.$(OBJEXT) url.$(OBJEXT) URLScheme.$(OBJEXT) \ urn.$(OBJEXT) useragent.$(OBJEXT) wccp2.$(OBJEXT) \ whois.$(OBJEXT) $(am__objects_25) wordlist.$(OBJEXT) @@ -572,13 +571,14 @@ $(nodist_tests_testCacheManager_OBJECTS) am__tests_testCoss_SOURCES_DIST = tests/testCoss.cc tests/testMain.cc \ tests/testCoss.h tests/stub_cache_manager.cc \ - tests/stub_store_rebuild.cc tests/stub_internal.cc fd.cc \ - disk.cc filemap.cc HttpBody.cc HttpReply.cc HttpStatusLine.cc \ - int.cc list.cc MemObject.cc StoreSwapLogData.cc \ - StoreIOState.cc StoreMeta.cc StoreMetaMD5.cc StoreMetaSTD.cc \ - StoreMetaSTDLFS.cc StoreMetaUnpacker.cc StoreMetaURL.cc \ - StoreMetaVary.cc StoreFileSystem.cc store_io.cc \ - store_swapout.cc store_swapmeta.cc unlinkd.cc win32.cc \ + tests/stub_internal.cc tests/stub_CommIO.cc \ + tests/stub_store_rebuild.cc fd.cc disk.cc filemap.cc \ + HttpBody.cc HttpReply.cc HttpStatusLine.cc int.cc list.cc \ + MemObject.cc StoreSwapLogData.cc StoreIOState.cc StoreMeta.cc \ + StoreMetaMD5.cc StoreMetaSTD.cc StoreMetaSTDLFS.cc \ + StoreMetaUnpacker.cc StoreMetaURL.cc StoreMetaVary.cc \ + StoreFileSystem.cc store_io.cc store_swapout.cc \ + store_swapmeta.cc unlinkd.cc win32.cc \ ../test-suite/test_tools.cc globals.cc event.cc \ AsyncCallQueue.cc AsyncCall.cc CommonPool.h \ CompositePoolNode.h delay_pools.cc DelayId.cc DelayId.h \ @@ -606,8 +606,8 @@ DiskIO/ReadRequest.h DiskIO/WriteRequest.cc \ DiskIO/WriteRequest.h DiskIO/DiskFile.h \ DiskIO/DiskIOStrategy.h DiskIO/IORequestor.h \ - DiskIO/DiskIOModule.h -am__objects_35 = $(am__objects_34) $(am__objects_33) $(am__objects_9) \ + DiskIO/DiskIOModule.h DiskIO/DiskIOModules_gen.cc +am__objects_34 = $(am__objects_33) $(am__objects_32) $(am__objects_9) \ CacheDigest.$(OBJEXT) ConfigParser.$(OBJEXT) \ EventLoop.$(OBJEXT) HttpMsg.$(OBJEXT) RemovalPolicy.$(OBJEXT) \ store_dir.$(OBJEXT) store.$(OBJEXT) \ @@ -633,9 +633,10 @@ tests/stub_store_client.$(OBJEXT) tests/stub_tools.$(OBJEXT) \ tests/testStoreSupport.$(OBJEXT) time.$(OBJEXT) \ URLScheme.$(OBJEXT) wordlist.$(OBJEXT) -am__objects_36 = tests/stub_store_rebuild.$(OBJEXT) \ - tests/stub_internal.$(OBJEXT) fd.$(OBJEXT) disk.$(OBJEXT) \ - filemap.$(OBJEXT) HttpBody.$(OBJEXT) HttpReply.$(OBJEXT) \ +am__objects_35 = tests/stub_internal.$(OBJEXT) \ + tests/stub_CommIO.$(OBJEXT) tests/stub_store_rebuild.$(OBJEXT) \ + fd.$(OBJEXT) disk.$(OBJEXT) filemap.$(OBJEXT) \ + HttpBody.$(OBJEXT) HttpReply.$(OBJEXT) \ HttpStatusLine.$(OBJEXT) int.$(OBJEXT) list.$(OBJEXT) \ MemObject.$(OBJEXT) StoreSwapLogData.$(OBJEXT) \ StoreIOState.$(OBJEXT) StoreMeta.$(OBJEXT) \ @@ -644,21 +645,21 @@ StoreMetaURL.$(OBJEXT) StoreMetaVary.$(OBJEXT) \ StoreFileSystem.$(OBJEXT) store_io.$(OBJEXT) \ store_swapout.$(OBJEXT) store_swapmeta.$(OBJEXT) \ - $(am__objects_24) $(am__objects_25) $(am__objects_35) \ + $(am__objects_24) $(am__objects_25) $(am__objects_34) \ $(am__objects_10) am_tests_testCoss_OBJECTS = tests/testCoss.$(OBJEXT) \ tests/testMain.$(OBJEXT) tests/stub_cache_manager.$(OBJEXT) \ - $(am__objects_36) + $(am__objects_35) tests_testCoss_OBJECTS = $(am_tests_testCoss_OBJECTS) am__DEPENDENCIES_2 = libauth.la -am__tests_testDiskIO_SOURCES_DIST = tests/stub_store_rebuild.cc \ - tests/stub_internal.cc fd.cc disk.cc filemap.cc HttpBody.cc \ - HttpReply.cc HttpStatusLine.cc int.cc list.cc MemObject.cc \ - StoreSwapLogData.cc StoreIOState.cc StoreMeta.cc \ - StoreMetaMD5.cc StoreMetaSTD.cc StoreMetaSTDLFS.cc \ - StoreMetaUnpacker.cc StoreMetaURL.cc StoreMetaVary.cc \ - StoreFileSystem.cc store_io.cc store_swapout.cc \ - store_swapmeta.cc unlinkd.cc win32.cc \ +am__tests_testDiskIO_SOURCES_DIST = tests/stub_internal.cc \ + tests/stub_CommIO.cc tests/stub_store_rebuild.cc fd.cc disk.cc \ + filemap.cc HttpBody.cc HttpReply.cc HttpStatusLine.cc int.cc \ + list.cc MemObject.cc StoreSwapLogData.cc StoreIOState.cc \ + StoreMeta.cc StoreMetaMD5.cc StoreMetaSTD.cc \ + StoreMetaSTDLFS.cc StoreMetaUnpacker.cc StoreMetaURL.cc \ + StoreMetaVary.cc StoreFileSystem.cc store_io.cc \ + store_swapout.cc store_swapmeta.cc unlinkd.cc win32.cc \ ../test-suite/test_tools.cc globals.cc event.cc \ AsyncCallQueue.cc AsyncCall.cc CommonPool.h \ CompositePoolNode.h delay_pools.cc DelayId.cc DelayId.h \ @@ -686,9 +687,10 @@ DiskIO/ReadRequest.h DiskIO/WriteRequest.cc \ DiskIO/WriteRequest.h DiskIO/DiskFile.h \ DiskIO/DiskIOStrategy.h DiskIO/IORequestor.h \ - DiskIO/DiskIOModule.h tests/testDiskIO.cc tests/testDiskIO.h \ - tests/testMain.cc tests/stub_cache_manager.cc -am_tests_testDiskIO_OBJECTS = $(am__objects_36) \ + DiskIO/DiskIOModule.h DiskIO/DiskIOModules_gen.cc \ + tests/testDiskIO.cc tests/testDiskIO.h tests/testMain.cc \ + tests/stub_cache_manager.cc +am_tests_testDiskIO_OBJECTS = $(am__objects_35) \ tests/testDiskIO.$(OBJEXT) tests/testMain.$(OBJEXT) \ tests/stub_cache_manager.$(OBJEXT) tests_testDiskIO_OBJECTS = $(am_tests_testDiskIO_OBJECTS) @@ -791,7 +793,7 @@ StoreMetaMD5.$(OBJEXT) StoreMetaSTD.$(OBJEXT) \ StoreMetaSTDLFS.$(OBJEXT) StoreMetaUnpacker.$(OBJEXT) \ StoreMetaURL.$(OBJEXT) StoreMetaVary.$(OBJEXT) \ - StoreSwapLogData.$(OBJEXT) $(am__objects_33) tools.$(OBJEXT) \ + StoreSwapLogData.$(OBJEXT) $(am__objects_32) tools.$(OBJEXT) \ tunnel.$(OBJEXT) SwapDir.$(OBJEXT) url.$(OBJEXT) \ URLScheme.$(OBJEXT) urn.$(OBJEXT) useragent.$(OBJEXT) \ wccp2.$(OBJEXT) whois.$(OBJEXT) $(am__objects_25) \ @@ -899,7 +901,7 @@ StoreMetaMD5.$(OBJEXT) StoreMetaSTD.$(OBJEXT) \ StoreMetaSTDLFS.$(OBJEXT) StoreMetaUnpacker.$(OBJEXT) \ StoreMetaURL.$(OBJEXT) StoreMetaVary.$(OBJEXT) \ - StoreSwapLogData.$(OBJEXT) $(am__objects_33) tools.$(OBJEXT) \ + StoreSwapLogData.$(OBJEXT) $(am__objects_32) tools.$(OBJEXT) \ tunnel.$(OBJEXT) SwapDir.$(OBJEXT) url.$(OBJEXT) \ URLScheme.$(OBJEXT) urn.$(OBJEXT) useragent.$(OBJEXT) \ wccp2.$(OBJEXT) whois.$(OBJEXT) $(am__objects_25) \ @@ -1008,7 +1010,7 @@ StoreMetaSTD.$(OBJEXT) StoreMetaSTDLFS.$(OBJEXT) \ StoreMetaUnpacker.$(OBJEXT) StoreMetaURL.$(OBJEXT) \ StoreMetaVary.$(OBJEXT) StoreSwapLogData.$(OBJEXT) \ - $(am__objects_33) tools.$(OBJEXT) tunnel.$(OBJEXT) \ + $(am__objects_32) tools.$(OBJEXT) tunnel.$(OBJEXT) \ SwapDir.$(OBJEXT) url.$(OBJEXT) URLScheme.$(OBJEXT) \ urn.$(OBJEXT) useragent.$(OBJEXT) wccp2.$(OBJEXT) \ whois.$(OBJEXT) $(am__objects_25) wordlist.$(OBJEXT) @@ -1017,10 +1019,10 @@ tests_testHttpRequest_OBJECTS = $(am_tests_testHttpRequest_OBJECTS) \ $(nodist_tests_testHttpRequest_OBJECTS) am__tests_testNull_SOURCES_DIST = tests/testNull.cc tests/testMain.cc \ - tests/testNull.h tests/stub_store_rebuild.cc \ - tests/stub_internal.cc fd.cc disk.cc filemap.cc HttpBody.cc \ - HttpReply.cc HttpStatusLine.cc int.cc list.cc MemObject.cc \ - StoreSwapLogData.cc StoreIOState.cc StoreMeta.cc \ + tests/testNull.h tests/stub_internal.cc tests/stub_CommIO.cc \ + tests/stub_store_rebuild.cc fd.cc disk.cc filemap.cc \ + HttpBody.cc HttpReply.cc HttpStatusLine.cc int.cc list.cc \ + MemObject.cc StoreSwapLogData.cc StoreIOState.cc StoreMeta.cc \ StoreMetaMD5.cc StoreMetaSTD.cc StoreMetaSTDLFS.cc \ StoreMetaUnpacker.cc StoreMetaURL.cc StoreMetaVary.cc \ StoreFileSystem.cc store_io.cc store_swapout.cc \ @@ -1052,9 +1054,9 @@ DiskIO/ReadRequest.h DiskIO/WriteRequest.cc \ DiskIO/WriteRequest.h DiskIO/DiskFile.h \ DiskIO/DiskIOStrategy.h DiskIO/IORequestor.h \ - DiskIO/DiskIOModule.h + DiskIO/DiskIOModule.h DiskIO/DiskIOModules_gen.cc am_tests_testNull_OBJECTS = tests/testNull.$(OBJEXT) \ - tests/testMain.$(OBJEXT) $(am__objects_36) + tests/testMain.$(OBJEXT) $(am__objects_35) tests_testNull_OBJECTS = $(am_tests_testNull_OBJECTS) am__tests_testStore_SOURCES_DIST = tests/stub_store_swapout.cc \ tests/testMain.cc tests/stub_MemObject.cc tests/testStore.cc \ @@ -1093,11 +1095,11 @@ tests/testStoreController.$(OBJEXT) \ tests/testStoreHashIndex.$(OBJEXT) tests/TestSwapDir.$(OBJEXT) \ tests/stub_fd.$(OBJEXT) tests/stub_HttpReply.$(OBJEXT) \ - tests/stub_cache_manager.$(OBJEXT) $(am__objects_35) + tests/stub_cache_manager.$(OBJEXT) $(am__objects_34) tests_testStore_OBJECTS = $(am_tests_testStore_OBJECTS) am_tests_testString_OBJECTS = mem.$(OBJEXT) String.$(OBJEXT) \ tests/testMain.$(OBJEXT) tests/testString.$(OBJEXT) \ - tests/stub_cache_manager.$(OBJEXT) $(am__objects_34) \ + tests/stub_cache_manager.$(OBJEXT) $(am__objects_33) \ time.$(OBJEXT) tests_testString_OBJECTS = $(am_tests_testString_OBJECTS) am__tests_testURL_SOURCES_DIST = debug.cc url.cc URLScheme.cc \ @@ -1198,7 +1200,7 @@ StoreMetaMD5.$(OBJEXT) StoreMetaSTD.$(OBJEXT) \ StoreMetaSTDLFS.$(OBJEXT) StoreMetaUnpacker.$(OBJEXT) \ StoreMetaURL.$(OBJEXT) StoreMetaVary.$(OBJEXT) \ - StoreSwapLogData.$(OBJEXT) $(am__objects_33) tools.$(OBJEXT) \ + StoreSwapLogData.$(OBJEXT) $(am__objects_32) tools.$(OBJEXT) \ tunnel.$(OBJEXT) SwapDir.$(OBJEXT) urn.$(OBJEXT) \ useragent.$(OBJEXT) wccp2.$(OBJEXT) whois.$(OBJEXT) \ $(am__objects_25) wordlist.$(OBJEXT) @@ -1208,13 +1210,14 @@ $(nodist_tests_testURL_OBJECTS) am__tests_testUfs_SOURCES_DIST = tests/testUfs.cc tests/testMain.cc \ tests/testUfs.h tests/stub_cache_manager.cc \ - tests/stub_store_rebuild.cc tests/stub_internal.cc fd.cc \ - disk.cc filemap.cc HttpBody.cc HttpReply.cc HttpStatusLine.cc \ - int.cc list.cc MemObject.cc StoreSwapLogData.cc \ - StoreIOState.cc StoreMeta.cc StoreMetaMD5.cc StoreMetaSTD.cc \ - StoreMetaSTDLFS.cc StoreMetaUnpacker.cc StoreMetaURL.cc \ - StoreMetaVary.cc StoreFileSystem.cc store_io.cc \ - store_swapout.cc store_swapmeta.cc unlinkd.cc win32.cc \ + tests/stub_internal.cc tests/stub_CommIO.cc \ + tests/stub_store_rebuild.cc fd.cc disk.cc filemap.cc \ + HttpBody.cc HttpReply.cc HttpStatusLine.cc int.cc list.cc \ + MemObject.cc StoreSwapLogData.cc StoreIOState.cc StoreMeta.cc \ + StoreMetaMD5.cc StoreMetaSTD.cc StoreMetaSTDLFS.cc \ + StoreMetaUnpacker.cc StoreMetaURL.cc StoreMetaVary.cc \ + StoreFileSystem.cc store_io.cc store_swapout.cc \ + store_swapmeta.cc unlinkd.cc win32.cc \ ../test-suite/test_tools.cc globals.cc event.cc \ AsyncCallQueue.cc AsyncCall.cc CommonPool.h \ CompositePoolNode.h delay_pools.cc DelayId.cc DelayId.h \ @@ -1242,10 +1245,10 @@ DiskIO/ReadRequest.h DiskIO/WriteRequest.cc \ DiskIO/WriteRequest.h DiskIO/DiskFile.h \ DiskIO/DiskIOStrategy.h DiskIO/IORequestor.h \ - DiskIO/DiskIOModule.h + DiskIO/DiskIOModule.h DiskIO/DiskIOModules_gen.cc am_tests_testUfs_OBJECTS = tests/testUfs.$(OBJEXT) \ tests/testMain.$(OBJEXT) tests/stub_cache_manager.$(OBJEXT) \ - $(am__objects_36) + $(am__objects_35) tests_testUfs_OBJECTS = $(am_tests_testUfs_OBJECTS) am__tests_test_http_range_SOURCES_DIST = tests/test_http_range.cc \ access_log.cc acl.cc acl_noncore.cc ACLChecklist.cc \ @@ -1342,7 +1345,7 @@ StoreMetaSTDLFS.$(OBJEXT) StoreMetaUnpacker.$(OBJEXT) \ StoreMetaURL.$(OBJEXT) StoreMetaVary.$(OBJEXT) \ StoreSwapLogData.$(OBJEXT) String.$(OBJEXT) SwapDir.$(OBJEXT) \ - $(am__objects_33) time.$(OBJEXT) tools.$(OBJEXT) \ + $(am__objects_32) time.$(OBJEXT) tools.$(OBJEXT) \ tunnel.$(OBJEXT) url.$(OBJEXT) URLScheme.$(OBJEXT) \ urn.$(OBJEXT) useragent.$(OBJEXT) wccp2.$(OBJEXT) \ whois.$(OBJEXT) $(am__objects_25) wordlist.$(OBJEXT) \ @@ -1587,6 +1590,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ @@ -1922,12 +1926,6 @@ fs/diskd/StoreFSdiskd.cc \ fs/ufs/StoreFSufs.cc -all_DISKIOMODULES = \ - DiskIO/AIO/AIODiskIOModule.cc \ - DiskIO/Blocking/BlockingDiskIOModule.cc \ - DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc \ - DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc - DISKIO_SOURCE = \ DiskIO/DiskIOModule.cc \ DiskIO/ReadRequest.cc \ @@ -1938,7 +1936,8 @@ DiskIO/DiskIOStrategy.h \ DiskIO/IORequestor.h \ DiskIO/DiskIOModule.h \ - DiskIO/ReadRequest.h + DiskIO/ReadRequest.h \ + DiskIO/DiskIOModules_gen.cc all_AUTHMODULES = \ auth/basic/basicScheme.cc \ @@ -1952,7 +1951,6 @@ EXTRA_squid_SOURCES = \ $(all_FSMODULES) \ - $(all_DISKIOMODULES) \ $(AIO_WIN32_ALL_SOURCES) \ $(all_AUTHMODULES) \ $(ARP_ACL_ALL_SOURCE) \ @@ -2416,6 +2414,7 @@ cf_gen_defines \ cf.data.pre \ cf.data.depend \ + DiskIO/modules.sh \ mk-globals-c.pl \ mk-globals-c.awk \ mk-string-arrays.pl \ @@ -2431,7 +2430,8 @@ DiskIO/AIO/AIODiskFile.h \ DiskIO/AIO/AIODiskIOStrategy.cc \ DiskIO/AIO/AIODiskIOStrategy.h \ - DiskIO/AIO/AIODiskIOModule.h + DiskIO/AIO/AIODiskIOModule.cc \ + DiskIO/AIO/AIODiskIOModule.h libBlocking_a_SOURCES = \ DiskIO/Blocking/BlockingFile.cc \ @@ -2491,7 +2491,7 @@ # $(RM) -f $(DESTDIR)$(DEFAULT_CONFIG_FILE); \ # fi DISTCLEANFILES = cf_gen_defines.h cf.data cf_parser.h squid.conf.default squid.conf.documented \ - globals.cc string_arrays.c repl_modules.cc + globals.cc string_arrays.c repl_modules.cc DiskIO/DiskIOModules_gen.cc # stock tools for unit tests - library independent versions of dlink_list @@ -2795,12 +2795,14 @@ tests/stub_cache_manager.cc tests_testDiskIO_LDADD = \ + @DISK_LIBS@ \ $(SWAP_TEST_LDADD) \ - libsquid.la \ - @SSLLIB@ + SquidConfig.o tests_testDiskIO_LDFLAGS = $(LIBADD_DL) tests_testDiskIO_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a \ + @DISK_LIBS@ \ + $(SWAP_TEST_DS) \ @SQUID_CPPUNIT_LA@ tests_testEvent_SOURCES = \ @@ -3533,8 +3535,9 @@ @SQUID_CPPUNIT_LA@ SWAP_TEST_SOURCES = \ - tests/stub_store_rebuild.cc \ tests/stub_internal.cc \ + tests/stub_CommIO.cc \ + tests/stub_store_rebuild.cc \ fd.cc \ disk.cc \ filemap.cc \ @@ -3831,6 +3834,8 @@ DiskIO/AIO/$(DEPDIR)/$(am__dirstamp) DiskIO/AIO/AIODiskIOStrategy.$(OBJEXT): DiskIO/AIO/$(am__dirstamp) \ DiskIO/AIO/$(DEPDIR)/$(am__dirstamp) +DiskIO/AIO/AIODiskIOModule.$(OBJEXT): DiskIO/AIO/$(am__dirstamp) \ + DiskIO/AIO/$(DEPDIR)/$(am__dirstamp) libAIO.a: $(libAIO_a_OBJECTS) $(libAIO_a_DEPENDENCIES) -rm -f libAIO.a $(libAIO_a_AR) libAIO.a $(libAIO_a_OBJECTS) $(libAIO_a_LIBADD) @@ -4045,6 +4050,8 @@ DiskIO/$(DEPDIR)/$(am__dirstamp) DiskIO/WriteRequest.$(OBJEXT): DiskIO/$(am__dirstamp) \ DiskIO/$(DEPDIR)/$(am__dirstamp) +DiskIO/DiskIOModules_gen.$(OBJEXT): DiskIO/$(am__dirstamp) \ + DiskIO/$(DEPDIR)/$(am__dirstamp) fs/aufs/$(am__dirstamp): @$(mkdir_p) fs/aufs @: > fs/aufs/$(am__dirstamp) @@ -4077,8 +4084,6 @@ @: > fs/ufs/$(DEPDIR)/$(am__dirstamp) fs/ufs/StoreFSufs.$(OBJEXT): fs/ufs/$(am__dirstamp) \ fs/ufs/$(DEPDIR)/$(am__dirstamp) -DiskIO/AIO/AIODiskIOModule.$(OBJEXT): DiskIO/AIO/$(am__dirstamp) \ - DiskIO/AIO/$(DEPDIR)/$(am__dirstamp) auth/basic/$(am__dirstamp): @$(mkdir_p) auth/basic @: > auth/basic/$(am__dirstamp) @@ -4179,10 +4184,12 @@ $(CXXLINK) $(tests_testCacheManager_LDFLAGS) $(tests_testCacheManager_OBJECTS) $(tests_testCacheManager_LDADD) $(LIBS) tests/testCoss.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp) -tests/stub_store_rebuild.$(OBJEXT): tests/$(am__dirstamp) \ - tests/$(DEPDIR)/$(am__dirstamp) tests/stub_internal.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp) +tests/stub_CommIO.$(OBJEXT): tests/$(am__dirstamp) \ + tests/$(DEPDIR)/$(am__dirstamp) +tests/stub_store_rebuild.$(OBJEXT): tests/$(am__dirstamp) \ + tests/$(DEPDIR)/$(am__dirstamp) tests/stub_client_side_request.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp) tests/stub_store_client.$(OBJEXT): tests/$(am__dirstamp) \ @@ -4284,6 +4291,7 @@ -rm -f DiskIO/DiskDaemon/DiskdIOStrategy.$(OBJEXT) -rm -f DiskIO/DiskDaemon/diskd.$(OBJEXT) -rm -f DiskIO/DiskIOModule.$(OBJEXT) + -rm -f DiskIO/DiskIOModules_gen.$(OBJEXT) -rm -f DiskIO/DiskThreads/DiskThreadsDiskFile.$(OBJEXT) -rm -f DiskIO/DiskThreads/DiskThreadsDiskIOModule.$(OBJEXT) -rm -f DiskIO/DiskThreads/DiskThreadsIOStrategy.$(OBJEXT) @@ -4303,6 +4311,7 @@ -rm -f fs/diskd/StoreFSdiskd.$(OBJEXT) -rm -f fs/ufs/StoreFSufs.$(OBJEXT) -rm -f tests/TestSwapDir.$(OBJEXT) + -rm -f tests/stub_CommIO.$(OBJEXT) -rm -f tests/stub_DelayId.$(OBJEXT) -rm -f tests/stub_HttpReply.$(OBJEXT) -rm -f tests/stub_HttpRequest.$(OBJEXT) @@ -4578,6 +4587,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wordlist.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@DiskIO/$(DEPDIR)/DiskIOModule.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@DiskIO/$(DEPDIR)/DiskIOModules_gen.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@DiskIO/$(DEPDIR)/ReadRequest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@DiskIO/$(DEPDIR)/WriteRequest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@DiskIO/AIO/$(DEPDIR)/AIODiskFile.Po@am__quote@ @@ -4607,6 +4617,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@fs/diskd/$(DEPDIR)/StoreFSdiskd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@fs/ufs/$(DEPDIR)/StoreFSufs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/TestSwapDir.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/stub_CommIO.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/stub_DelayId.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/stub_HttpReply.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/stub_HttpRequest.Po@am__quote@ @@ -4950,6 +4961,7 @@ else :; fi distdir: $(DISTFILES) + $(mkdir_p) $(distdir)/DiskIO @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ @@ -5144,6 +5156,9 @@ cf_gen.$(OBJEXT): cf_gen_defines.h +DiskIO/DiskIOModules_gen.cc: Makefile + $(SHELL) $(srcdir)/DiskIO/modules.sh $(DISK_MODULES) > DiskIO/DiskIOModules_gen.cc + $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h snmp_core.o snmp_agent.o: ../snmplib/libsnmp.a $(top_srcdir)/include/cache_snmp.h diff -u -r -N squid-3.1.0.2/src/mem.cc squid-3.1.0.3/src/mem.cc --- squid-3.1.0.2/src/mem.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/mem.cc 2008-12-05 16:09:35.000000000 +1300 @@ -344,8 +344,8 @@ memConfigure(void) { size_t new_pool_limit; - /* set to configured value first */ + /** Set to configured value first */ if (!Config.onoff.mem_pools) new_pool_limit = 0; else if (Config.MemPools.limit > 0) @@ -354,7 +354,7 @@ new_pool_limit = mem_unlimited_size; #if 0 - /* + /** \par * DPW 2007-04-12 * No debugging here please because this method is called before * the debug log is configured and we'll get the message on @@ -375,17 +375,22 @@ { int i; - /* + /** \par * NOTE: Mem::Init() is called before the config file is parsed * and before the debugging module has been initialized. Any * debug messages here at level 0 or 1 will always be printed * on stderr. */ - /* set all pointers to null */ + /** \par + * Set all pointers to null. */ memset(MemPools, '\0', sizeof(MemPools)); - /* - * it does not hurt much to have a lot of pools since sizeof(MemPool) is + /** + * Then initialize all pools. + * \par + * Starting with generic 2kB - 64kB buffr pools, then specific object types. + * \par + * It does not hurt much to have a lot of pools since sizeof(MemPool) is * small; someday we will figure out what to do with all the entries here * that are never used or used only once; perhaps we should simply use * malloc() for those? @?@ @@ -417,8 +422,7 @@ memDataInit(MEM_MD5_DIGEST, "MD5 digest", SQUID_MD5_DIGEST_LENGTH, 0); MemPools[MEM_MD5_DIGEST]->setChunkSize(512 * 1024); - /* init string pools */ - + /** Lastly init the string pools. */ for (i = 0; i < mem_str_pool_count; i++) { StrPools[i].pool = memPoolCreate(StrPoolsAttrs[i].name, StrPoolsAttrs[i].obj_size); StrPools[i].pool->zeroOnPush(false); @@ -427,6 +431,8 @@ debugs(13, 1, "Notice: " << StrPoolsAttrs[i].name << " is " << StrPools[i].pool->objectSize() << " bytes instead of requested " << StrPoolsAttrs[i].obj_size << " bytes"); } + /** \par + * finally register with the cache manager */ RegisterWithCacheManager(); } diff -u -r -N squid-3.1.0.2/src/mime.cc squid-3.1.0.3/src/mime.cc --- squid-3.1.0.2/src/mime.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/mime.cc 2008-12-05 16:09:35.000000000 +1300 @@ -226,35 +226,35 @@ mimeGetEntry(const char *fn, int skip_encodings) { mimeEntry *m; - char *t; + char *t = NULL; char *name = xstrdup(fn); -try_again: - - for (m = MimeTable; m; m = m->next) { - if (regexec(&m->compiled_pattern, name, 0, 0, 0) == 0) - break; - } - - if (!skip_encodings) - (void) 0; - else if (m == NULL) - (void) 0; - else if (strcmp(m->content_type, dash_str)) - (void) 0; - else if (!strcmp(m->content_encoding, dash_str)) - (void) 0; - else { - /* Assume we matched /\.\w$/ and cut off the last extension */ + do { - if ((t = strrchr(name, '.'))) { - *t = '\0'; - goto try_again; + for (m = MimeTable; m; m = m->next) { + if (regexec(&m->compiled_pattern, name, 0, 0, 0) == 0) + break; } - /* What? A encoding without a extension? */ - m = NULL; - } + if (!skip_encodings) + (void) 0; + else if (m == NULL) + (void) 0; + else if (strcmp(m->content_type, dash_str)) + (void) 0; + else if (!strcmp(m->content_encoding, dash_str)) + (void) 0; + else { + /* Assume we matched /\.\w$/ and cut off the last extension */ + if ((t = strrchr(name, '.'))) { + *t = '\0'; + } + else { + /* What? A encoding without a extension? */ + m = NULL; + } + } + } while(t); xfree(name); return m; diff -u -r -N squid-3.1.0.2/src/repl/Makefile.in squid-3.1.0.3/src/repl/Makefile.in --- squid-3.1.0.2/src/repl/Makefile.in 2008-11-10 00:23:09.000000000 +1300 +++ squid-3.1.0.3/src/repl/Makefile.in 2008-12-05 16:09:58.000000000 +1300 @@ -130,6 +130,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/src/store_client.cc squid-3.1.0.3/src/store_client.cc --- squid-3.1.0.2/src/store_client.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/store_client.cc 2008-12-05 16:09:35.000000000 +1300 @@ -145,8 +145,11 @@ { StoreIOBuffer result(sz, 0 ,copyInto.data); - if (error) { + if (sz < 0) { result.flags.error = 1; + result.length = 0; + } else { + result.flags.error = error ? 1 : 0; } result.offset = cmp_offset; diff -u -r -N squid-3.1.0.2/src/StoreIOBuffer.h squid-3.1.0.3/src/StoreIOBuffer.h --- squid-3.1.0.2/src/StoreIOBuffer.h 2008-11-10 00:22:21.000000000 +1300 +++ squid-3.1.0.3/src/StoreIOBuffer.h 2008-12-05 16:09:34.000000000 +1300 @@ -46,15 +46,9 @@ StoreIOBuffer():length(0), offset (0), data (NULL) {flags.error = 0;} StoreIOBuffer(size_t aLength, int64_t anOffset, char *someData) : - offset (anOffset), data (someData) { - /* maintain own state: detect size errors now */ - if (aLength <0) { - flags.error = 1; - length = 0; - } else { - flags.error = 0; - length = aLength; - } + length (aLength), offset (anOffset), data (someData) + { + flags.error = 0; } /* Create a StoreIOBuffer from a MemBuf and offset */ diff -u -r -N squid-3.1.0.2/src/tests/stub_comm.cc squid-3.1.0.3/src/tests/stub_comm.cc --- squid-3.1.0.2/src/tests/stub_comm.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/tests/stub_comm.cc 2008-12-05 16:09:35.000000000 +1300 @@ -96,6 +96,12 @@ /* all test code runs synchronously at the moment */ } +void +comm_quick_poll_required() +{ + /* for tests ... ignore */ +} + int ignoreErrno(int ierrno) { @@ -111,6 +117,13 @@ } int +commSetNonBlocking(int fd) +{ + fatal ("Not implemented"); + return COMM_ERROR; +} + +int commUnsetNonBlocking(int fd) { fatal ("Not implemented"); diff -u -r -N squid-3.1.0.2/src/tests/stub_CommIO.cc squid-3.1.0.3/src/tests/stub_CommIO.cc --- squid-3.1.0.2/src/tests/stub_CommIO.cc 1970-01-01 12:00:00.000000000 +1200 +++ squid-3.1.0.3/src/tests/stub_CommIO.cc 2008-12-05 16:09:35.000000000 +1300 @@ -0,0 +1,37 @@ +#include "squid.h" +#include "CommIO.h" + +bool CommIO::Initialised = false; +bool CommIO::DoneSignalled = false; +int CommIO::DoneFD = -1; +int CommIO::DoneReadFD = -1; + +void +CommIO::ResetNotifications() +{ + fatal("Not Implemented"); +} + +void +CommIO::Initialise() +{ + fatal("Not Implemented"); +} + +void +CommIO::NotifyIOClose() +{ + fatal("Not Implemented"); +} + +void +CommIO::NULLFDHandler(int, void *) +{ + fatal("Not Implemented"); +} + +void +CommIO::FlushPipe() +{ + fatal("Not Implemented"); +} diff -u -r -N squid-3.1.0.2/src/tests/testDiskIO.cc squid-3.1.0.3/src/tests/testDiskIO.cc --- squid-3.1.0.2/src/tests/testDiskIO.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/tests/testDiskIO.cc 2008-12-05 16:09:35.000000000 +1300 @@ -32,8 +32,10 @@ { DiskIOModule * module = DiskIOModule::FindDefault(); #if USE_DISKIO + /* enabled. we expect at least ONE */ CPPUNIT_ASSERT(module != NULL); #else + /* disabled. we don't expect ANY */ CPPUNIT_ASSERT(module == NULL); #endif } diff -u -r -N squid-3.1.0.2/src/tools.cc squid-3.1.0.3/src/tools.cc --- squid-3.1.0.2/src/tools.cc 2008-11-10 00:22:23.000000000 +1300 +++ squid-3.1.0.3/src/tools.cc 2008-12-05 16:09:35.000000000 +1300 @@ -1148,18 +1148,21 @@ host = lt; } - if (ipcacheAddEntryFromHosts(host, addr) != 0) - goto skip; /* invalid address, continuing is useless */ - + if (ipcacheAddEntryFromHosts(host, addr) != 0) { + /* invalid address, continuing is useless */ + wordlistDestroy(&hosts); + hosts = NULL; + break; + } wordlistAdd(&hosts, host); lt = nt + 1; } - fqdncacheAddEntryFromHosts(addr, hosts); - -skip: - wordlistDestroy(&hosts); + if(hosts) { + fqdncacheAddEntryFromHosts(addr, hosts); + wordlistDestroy(&hosts); + } } fclose (fp); @@ -1254,7 +1257,10 @@ static void restoreCapabilities(int keep) { -#if defined(_SQUID_LINUX_) && HAVE_SYS_CAPABILITY_H +/* NP: keep these two if-endif separate. Non-Linux work perfectly well without Linux syscap support. */ +#if defined(_SQUID_LINUX_) + +#if HAVE_SYS_CAPABILITY_H #ifndef _LINUX_CAPABILITY_VERSION_1 #define _LINUX_CAPABILITY_VERSION_1 _LINUX_CAPABILITY_VERSION #endif @@ -1264,41 +1270,41 @@ head->version = _LINUX_CAPABILITY_VERSION_1; if (capget(head, cap) != 0) { - debugs(50, 1, "Can't get current capabilities"); - goto nocap; + debugs(50, DBG_IMPORTANT, "Can't get current capabilities"); } - - if (head->version != _LINUX_CAPABILITY_VERSION_1) { - debugs(50, 1, "Invalid capability version " << head->version << " (expected " << _LINUX_CAPABILITY_VERSION_1 << ")"); - goto nocap; + else if (head->version != _LINUX_CAPABILITY_VERSION_1) { + debugs(50, DBG_IMPORTANT, "Invalid capability version " << head->version << " (expected " << _LINUX_CAPABILITY_VERSION_1 << ")"); } + else { - head->pid = 0; + head->pid = 0; - cap->inheritable = 0; - cap->effective = (1 << CAP_NET_BIND_SERVICE); + cap->inheritable = 0; + cap->effective = (1 << CAP_NET_BIND_SERVICE); - if (IPInterceptor.TransparentActive()) { - cap->effective |= (1 << CAP_NET_ADMIN); + if (IPInterceptor.TransparentActive()) { + cap->effective |= (1 << CAP_NET_ADMIN); #if LINUX_TPROXY2 - cap->effective |= (1 << CAP_NET_BROADCAST); + cap->effective |= (1 << CAP_NET_BROADCAST); #endif - } + } - if (!keep) - cap->permitted &= cap->effective; + if (!keep) + cap->permitted &= cap->effective; - if (capset(head, cap) != 0) { - IPInterceptor.StopTransparency("Error enabling needed capabilities."); + if (capset(head, cap) != 0) { + IPInterceptor.StopTransparency("Error enabling needed capabilities."); + } } -nocap: xfree(head); xfree(cap); -#else /* not defined(_SQUID_LINUX_) && HAVE_SYS_CAPABILITY_H */ +#else IPInterceptor.StopTransparency("Missing needed capability support."); -#endif +#endif /* HAVE_SYS_CAPABILITY_H */ + +#endif /* !defined(_SQUID_LINUX_) */ } void * diff -u -r -N squid-3.1.0.2/test-suite/Makefile.in squid-3.1.0.3/test-suite/Makefile.in --- squid-3.1.0.2/test-suite/Makefile.in 2008-11-10 00:23:09.000000000 +1300 +++ squid-3.1.0.3/test-suite/Makefile.in 2008-12-05 16:09:58.000000000 +1300 @@ -197,6 +197,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@ diff -u -r -N squid-3.1.0.2/tools/Makefile.in squid-3.1.0.3/tools/Makefile.in --- squid-3.1.0.2/tools/Makefile.in 2008-11-10 00:23:09.000000000 +1300 +++ squid-3.1.0.3/tools/Makefile.in 2008-12-05 16:09:58.000000000 +1300 @@ -131,6 +131,7 @@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ DISK_LIBS = @DISK_LIBS@ DISK_LINKOBJS = @DISK_LINKOBJS@ +DISK_MODULES = @DISK_MODULES@ DISK_PROGRAMS = @DISK_PROGRAMS@ DSYMUTIL = @DSYMUTIL@ ECAP_LIBS = @ECAP_LIBS@