From: hno <> Date: Sat, 13 Apr 2002 21:37:37 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1090 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0205c9c88343da400351749024506cae54902d81;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/Makefile.in b/Makefile.in index 2b78f06a16..0cea8ecfc8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.11 2002/04/06 08:49:21 adrian Exp $ +# $Id: Makefile.in,v 1.12 2002/04/13 15:37:37 hno Exp $ # SHELL = @SHELL@ @@ -61,7 +61,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -75,7 +74,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -97,7 +95,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -106,8 +103,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/configure b/configure index 8eacd9075a..ec729cd71c 100755 --- a/configure +++ b/configure @@ -41,6 +41,8 @@ ac_help="$ac_help --with-pthreads Use POSIX Threads" ac_help="$ac_help --with-aio Use POSIX AIO" +ac_help="$ac_help + --with-dl Use dynamic linking" ac_help="$ac_help --enable-storeio=\"list of modules\" Build support for the list of store I/O modules. @@ -121,6 +123,10 @@ ac_help="$ac_help --enable-ipf-transparent Enable Transparent Proxy support for systems using IP-Filter network address redirection." +ac_help="$ac_help + --enable-pf-transparent + Enable Transparent Proxy support for systems + using PF network address redirection." ac_help="$ac_help --enable-linux-netfilter Enable Transparent Proxy support for Linux 2.4." @@ -746,7 +752,7 @@ am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd` # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:750: checking for a BSD compatible install" >&5 +echo "configure:756: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -799,7 +805,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 -echo "configure:803: checking whether build environment is sane" >&5 +echo "configure:809: checking whether build environment is sane" >&5 # Just in case sleep 1 echo timestamp > conftest.file @@ -870,7 +876,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:874: checking for $ac_word" >&5 +echo "configure:880: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -900,7 +906,7 @@ test -n "$AWK" && break done echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:904: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:910: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1019,9 +1025,9 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -# From configure.in Revision: 1.261 +# From configure.in Revision: 1.264 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:1025: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:1031: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval="$enable_maintainer_mode" @@ -1053,7 +1059,7 @@ PRESET_CFLAGS="$CFLAGS" # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1057: checking for $ac_word" >&5 +echo "configure:1063: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1083,7 +1089,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1087: checking for $ac_word" >&5 +echo "configure:1093: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1134,7 +1140,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1138: checking for $ac_word" >&5 +echo "configure:1144: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1166,7 +1172,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1170: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:1176: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1177,12 +1183,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 1181 "configure" +#line 1187 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:1186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1208,12 +1214,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1212: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1218: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1217: checking whether we are using GNU C" >&5 +echo "configure:1223: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1222,7 +1228,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -1241,7 +1247,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1245: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:1251: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1280,7 +1286,7 @@ doit: END # If we don't find an include directive, just comment out the code. echo $ac_n "checking for style of include used by $am_make""... $ac_c" 1>&6 -echo "configure:1284: checking for style of include used by $am_make" >&5 +echo "configure:1290: checking for style of include used by $am_make" >&5 am__include='#' am__quote= _am_result=none @@ -1314,7 +1320,7 @@ rm -f confinc confmf depcc="$CC" am_compiler_list= echo $ac_n "checking dependency style of $depcc""... $ac_c" 1>&6 -echo "configure:1318: checking dependency style of $depcc" >&5 +echo "configure:1324: checking dependency style of $depcc" >&5 if eval "test \"`echo '$''{'am_cv_CC_dependencies_compiler_type'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1382,10 +1388,10 @@ CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type" if test "x$CC" != xcc; then echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6 -echo "configure:1386: checking whether $CC and cc understand -c and -o together" >&5 +echo "configure:1392: checking whether $CC and cc understand -c and -o together" >&5 else echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6 -echo "configure:1389: checking whether cc understands -c and -o together" >&5 +echo "configure:1395: checking whether cc understands -c and -o together" >&5 fi set dummy $CC; ac_cc="`echo $2 | sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`" @@ -1397,16 +1403,16 @@ else # We do the test twice because some compilers refuse to overwrite an # existing .o file with -o, though they will create one. ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5' -if { (eval echo configure:1401: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && - test -f conftest.o && { (eval echo configure:1402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; +if { (eval echo configure:1407: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && + test -f conftest.o && { (eval echo configure:1408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; then eval ac_cv_prog_cc_${ac_cc}_c_o=yes if test "x$CC" != xcc; then # Test first that cc exists at all. - if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1407: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then + if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then ac_try='cc -c conftest.c -o conftest.o 1>&5' - if { (eval echo configure:1409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && - test -f conftest.o && { (eval echo configure:1410: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; + if { (eval echo configure:1415: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && + test -f conftest.o && { (eval echo configure:1416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; then # cc works too. : @@ -1452,7 +1458,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } fi echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:1456: checking host system type" >&5 +echo "configure:1462: checking host system type" >&5 host_alias=$host case "$host_alias" in @@ -1479,12 +1485,12 @@ REGEXLIB='' # -lregex LIBREGEX='' # libregex.a echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 -echo "configure:1483: checking for Cygwin environment" >&5 +echo "configure:1489: checking for Cygwin environment" >&5 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1505: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cygwin=yes else @@ -1512,19 +1518,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6 CYGWIN= test "$ac_cv_cygwin" = yes && CYGWIN=yes echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 -echo "configure:1516: checking for mingw32 environment" >&5 +echo "configure:1522: checking for mingw32 environment" >&5 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_mingw32=yes else @@ -1543,7 +1549,7 @@ test "$ac_cv_mingw32" = yes && MINGW32=yes echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:1547: checking for executable suffix" >&5 +echo "configure:1553: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1553,7 +1559,7 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:1557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:1563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in *.c | *.o | *.obj) ;; @@ -1574,13 +1580,13 @@ echo "$ac_t""${ac_cv_exeext}" 1>&6 ac_exeext=$EXEEXT echo $ac_n "checking for object suffix""... $ac_c" 1>&6 -echo "configure:1578: checking for object suffix" >&5 +echo "configure:1584: checking for object suffix" >&5 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else rm -f conftest* echo 'int i = 1;' > conftest.$ac_ext -if { (eval echo configure:1584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then for ac_file in conftest.*; do case $ac_file in *.c) ;; @@ -1658,7 +1664,7 @@ EOF # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1662: checking for $ac_word" >&5 +echo "configure:1668: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1688,7 +1694,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1692: checking for $ac_word" >&5 +echo "configure:1698: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1739,7 +1745,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1743: checking for $ac_word" >&5 +echo "configure:1749: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1771,7 +1777,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1775: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:1781: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1782,12 +1788,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 1786 "configure" +#line 1792 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:1791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1813,12 +1819,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1817: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1823: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1822: checking whether we are using GNU C" >&5 +echo "configure:1828: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1827,7 +1833,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -1846,7 +1852,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1850: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:1856: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1880,7 +1886,7 @@ fi depcc="$CC" am_compiler_list= echo $ac_n "checking dependency style of $depcc""... $ac_c" 1>&6 -echo "configure:1884: checking dependency style of $depcc" >&5 +echo "configure:1890: checking dependency style of $depcc" >&5 if eval "test \"`echo '$''{'am_cv_CC_dependencies_compiler_type'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2134,14 +2140,12 @@ if test "${enable_async_io+set}" = set; then enableval="$enable_async_io" case $enableval in yes) - with_pthreads=yes STORE_MODULES="ufs aufs" ;; no) ;; *) aufs_io_threads=$enableval - with_pthreads=yes STORE_MODULES="ufs aufs" ;; esac @@ -2157,7 +2161,6 @@ fi if test "$aufs_io_threads"; then echo "With $aufs_io_threads aufs threads" - with_pthreads=yes cat >> confdefs.h <> confdefs.h <<\EOF +#define PF_TRANSPARENT 1 +EOF + + PF_TRANSPARENT="yes" + fi + +fi + + # Check whether --enable-linux-netfilter or --disable-linux-netfilter was given. if test "${enable_linux_netfilter+set}" = set; then enableval="$enable_linux_netfilter" @@ -3192,7 +3224,7 @@ case "$host" in esac echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:3196: checking how to run the C preprocessor" >&5 +echo "configure:3228: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -3207,13 +3239,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3217: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -3224,13 +3256,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3266: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -3241,13 +3273,13 @@ else rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -3283,7 +3315,7 @@ echo "$ac_t""$CPP" 1>&6 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:3287: checking for a BSD compatible install" >&5 +echo "configure:3319: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3338,7 +3370,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3342: checking for $ac_word" >&5 +echo "configure:3374: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3366,7 +3398,7 @@ else fi echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:3370: checking whether ln -s works" >&5 +echo "configure:3402: checking whether ln -s works" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3389,7 +3421,7 @@ fi # Extract the first word of "sh", so it can be a program name with args. set dummy sh; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3393: checking for $ac_word" >&5 +echo "configure:3425: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_SH'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3425,7 +3457,7 @@ fi # Extract the first word of "false", so it can be a program name with args. set dummy false; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3429: checking for $ac_word" >&5 +echo "configure:3461: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_FALSE'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3461,7 +3493,7 @@ fi # Extract the first word of "true", so it can be a program name with args. set dummy true; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3465: checking for $ac_word" >&5 +echo "configure:3497: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_TRUE'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3497,7 +3529,7 @@ fi # Extract the first word of "rm", so it can be a program name with args. set dummy rm; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3501: checking for $ac_word" >&5 +echo "configure:3533: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3533,7 +3565,7 @@ fi # Extract the first word of "mv", so it can be a program name with args. set dummy mv; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3537: checking for $ac_word" >&5 +echo "configure:3569: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3569,7 +3601,7 @@ fi # Extract the first word of "mkdir", so it can be a program name with args. set dummy mkdir; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3573: checking for $ac_word" >&5 +echo "configure:3605: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MKDIR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3605,7 +3637,7 @@ fi # Extract the first word of "ln", so it can be a program name with args. set dummy ln; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3609: checking for $ac_word" >&5 +echo "configure:3641: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3641,7 +3673,7 @@ fi # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3645: checking for $ac_word" >&5 +echo "configure:3677: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3677,7 +3709,7 @@ fi # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3681: checking for $ac_word" >&5 +echo "configure:3713: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3737,12 +3769,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 -echo "configure:3741: checking for $ac_hdr that defines DIR" >&5 +echo "configure:3773: checking for $ac_hdr that defines DIR" >&5 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include <$ac_hdr> @@ -3750,7 +3782,7 @@ int main() { DIR *dirp = 0; ; return 0; } EOF -if { (eval echo configure:3754: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3786: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=yes" else @@ -3775,7 +3807,7 @@ done # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. if test $ac_header_dirent = dirent.h; then echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 -echo "configure:3779: checking for opendir in -ldir" >&5 +echo "configure:3811: checking for opendir in -ldir" >&5 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3783,7 +3815,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldir $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3816,7 +3848,7 @@ fi else echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 -echo "configure:3820: checking for opendir in -lx" >&5 +echo "configure:3852: checking for opendir in -lx" >&5 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3824,7 +3856,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lx $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3858,12 +3890,12 @@ fi fi echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:3862: checking for ANSI C header files" >&5 +echo "configure:3894: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -3871,7 +3903,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3907: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3888,7 +3920,7 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -3906,7 +3938,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -3927,7 +3959,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -3938,7 +3970,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:3942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -3987,6 +4019,7 @@ for ac_hdr in \ memory.h \ mount.h \ net/if.h \ + net/pfvar.h \ netdb.h \ netinet/if_ether.h \ netinet/in.h \ @@ -4043,17 +4076,17 @@ for ac_hdr in \ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4047: checking for $ac_hdr" >&5 +echo "configure:4080: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4057: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4090: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4081,12 +4114,12 @@ done echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:4085: checking for working const" >&5 +echo "configure:4118: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4172: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -4156,14 +4189,14 @@ EOF fi echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 -echo "configure:4160: checking whether byte ordering is bigendian" >&5 +echo "configure:4193: checking whether byte ordering is bigendian" >&5 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_bigendian=unknown # See if sys/param.h defines the BYTE_ORDER macro. cat > conftest.$ac_ext < #include @@ -4174,11 +4207,11 @@ int main() { #endif ; return 0; } EOF -if { (eval echo configure:4178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4211: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* # It does; now see whether it defined to BIG_ENDIAN or not. cat > conftest.$ac_ext < #include @@ -4189,7 +4222,7 @@ int main() { #endif ; return 0; } EOF -if { (eval echo configure:4193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_bigendian=yes else @@ -4209,7 +4242,7 @@ if test "$cross_compiling" = yes; then { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_bigendian=no else @@ -4247,20 +4280,20 @@ fi echo $ac_n "checking if ANSI prototypes work""... $ac_c" 1>&6 -echo "configure:4251: checking if ANSI prototypes work" >&5 +echo "configure:4284: checking if ANSI prototypes work" >&5 if eval "test \"`echo '$''{'ac_cv_have_ansi_prototypes'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4297: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_ansi_prototypes="yes" else @@ -4282,13 +4315,13 @@ EOF fi echo $ac_n "checking for tm->tm_gmtoff""... $ac_c" 1>&6 -echo "configure:4286: checking for tm->tm_gmtoff" >&5 +echo "configure:4319: checking for tm->tm_gmtoff" >&5 if eval "test \"`echo '$''{'ac_cv_have_tm_gmoff'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -4297,7 +4330,7 @@ struct tm foo; foo.tm_gmtoff = 0; ; return 0; } EOF -if { (eval echo configure:4301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4334: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_tm_gmoff="yes" else @@ -4319,13 +4352,13 @@ EOF fi echo $ac_n "checking for struct mallinfo""... $ac_c" 1>&6 -echo "configure:4323: checking for struct mallinfo" >&5 +echo "configure:4356: checking for struct mallinfo" >&5 if eval "test \"`echo '$''{'ac_cv_have_struct_mallinfo'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if HAVE_MALLOC_H @@ -4343,7 +4376,7 @@ struct mallinfo foo; foo.keepcost = 0; ; return 0; } EOF -if { (eval echo configure:4347: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4380: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_struct_mallinfo="yes" else @@ -4365,13 +4398,13 @@ EOF fi echo $ac_n "checking for extended mallinfo""... $ac_c" 1>&6 -echo "configure:4369: checking for extended mallinfo" >&5 +echo "configure:4402: checking for extended mallinfo" >&5 if eval "test \"`echo '$''{'ac_cv_have_ext_mallinfo'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -4380,7 +4413,7 @@ struct mallinfo foo; foo.mxfast = 0; ; return 0; } EOF -if { (eval echo configure:4384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_ext_mallinfo="yes" else @@ -4402,13 +4435,13 @@ EOF fi echo $ac_n "checking for struct rusage""... $ac_c" 1>&6 -echo "configure:4406: checking for struct rusage" >&5 +echo "configure:4439: checking for struct rusage" >&5 if eval "test \"`echo '$''{'ac_cv_have_struct_rusage'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4458: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_struct_rusage="yes" else @@ -4443,13 +4476,13 @@ EOF fi echo $ac_n "checking for ip->ip_hl""... $ac_c" 1>&6 -echo "configure:4447: checking for ip->ip_hl" >&5 +echo "configure:4480: checking for ip->ip_hl" >&5 if eval "test \"`echo '$''{'ac_cv_have_ip_hl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -4468,7 +4501,7 @@ struct iphdr ip; ip.ip_hl= 0; ; return 0; } EOF -if { (eval echo configure:4472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4505: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_ip_hl="yes" else @@ -4490,7 +4523,7 @@ EOF fi echo $ac_n "checking size of void *""... $ac_c" 1>&6 -echo "configure:4494: checking size of void *" >&5 +echo "configure:4527: checking size of void *" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4498,7 +4531,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@ -4509,7 +4542,7 @@ main() exit(0); } EOF -if { (eval echo configure:4513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_void_p=`cat conftestval` else @@ -4529,7 +4562,7 @@ EOF echo $ac_n "checking size of short""... $ac_c" 1>&6 -echo "configure:4533: checking size of short" >&5 +echo "configure:4566: checking size of short" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4537,7 +4570,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@ -4548,7 +4581,7 @@ main() exit(0); } EOF -if { (eval echo configure:4552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_short=`cat conftestval` else @@ -4568,7 +4601,7 @@ EOF echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:4572: checking size of int" >&5 +echo "configure:4605: checking size of int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4576,7 +4609,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@ -4587,7 +4620,7 @@ main() exit(0); } EOF -if { (eval echo configure:4591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_int=`cat conftestval` else @@ -4607,7 +4640,7 @@ EOF echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:4611: checking size of long" >&5 +echo "configure:4644: checking size of long" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4615,7 +4648,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@ -4626,7 +4659,7 @@ main() exit(0); } EOF -if { (eval echo configure:4630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long=`cat conftestval` else @@ -4646,7 +4679,7 @@ EOF echo $ac_n "checking size of long long""... $ac_c" 1>&6 -echo "configure:4650: checking size of long long" >&5 +echo "configure:4683: checking size of long long" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4654,7 +4687,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@ -4665,7 +4698,7 @@ main() exit(0); } EOF -if { (eval echo configure:4669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long_long=`cat conftestval` else @@ -4684,405 +4717,25 @@ cat >> confdefs.h <&6 -echo "configure:4689: checking size of __int64" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof___int64'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(__int64)); - exit(0); -} -EOF -if { (eval echo configure:4708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof___int64=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof___int64=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof___int64" 1>&6 -cat >> confdefs.h <&6 -echo "configure:4728: checking size of int16_t" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_int16_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(int16_t)); - exit(0); -} -EOF -if { (eval echo configure:4747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_int16_t=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof_int16_t=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof_int16_t" 1>&6 -cat >> confdefs.h <&6 -echo "configure:4767: checking size of uint16_t" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_uint16_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(uint16_t)); - exit(0); -} -EOF -if { (eval echo configure:4786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_uint16_t=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof_uint16_t=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof_uint16_t" 1>&6 -cat >> confdefs.h <&6 -echo "configure:4806: checking size of u_int16_t" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_u_int16_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(u_int16_t)); - exit(0); -} -EOF -if { (eval echo configure:4825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_u_int16_t=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof_u_int16_t=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof_u_int16_t" 1>&6 -cat >> confdefs.h <&6 -echo "configure:4845: checking size of int32_t" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_int32_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(int32_t)); - exit(0); -} -EOF -if { (eval echo configure:4864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_int32_t=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof_int32_t=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof_int32_t" 1>&6 -cat >> confdefs.h <&6 -echo "configure:4884: checking size of uint32_t" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_uint32_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(uint32_t)); - exit(0); -} -EOF -if { (eval echo configure:4903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_uint32_t=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof_uint32_t=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof_uint32_t" 1>&6 -cat >> confdefs.h <&6 -echo "configure:4923: checking size of u_int32_t" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_u_int32_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(u_int32_t)); - exit(0); -} -EOF -if { (eval echo configure:4942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_u_int32_t=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof_u_int32_t=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof_u_int32_t" 1>&6 -cat >> confdefs.h <&6 -echo "configure:4962: checking size of int64_t" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_int64_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(int64_t)); - exit(0); -} -EOF -if { (eval echo configure:4981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_int64_t=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof_int64_t=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof_int64_t" 1>&6 -cat >> confdefs.h <&6 -echo "configure:5001: checking size of uint64_t" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_uint64_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(uint64_t)); - exit(0); -} -EOF -if { (eval echo configure:5020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_uint64_t=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof_uint64_t=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof_uint64_t" 1>&6 -cat >> confdefs.h <&6 -echo "configure:5040: checking size of u_int64_t" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_u_int64_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -else - cat > conftest.$ac_ext < -main() -{ - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(u_int64_t)); - exit(0); -} -EOF -if { (eval echo configure:5059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_u_int64_t=`cat conftestval` -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_sizeof_u_int64_t=0 -fi -rm -fr conftest* -fi - -fi -echo "$ac_t""$ac_cv_sizeof_u_int64_t" 1>&6 -cat >> confdefs.h <&6 -echo "configure:5081: checking for int16_t" >&5 +echo "configure:4734: checking for int16_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_int16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5111,12 +4764,12 @@ fi elif test "x$ac_cv_sizeof_int" = "x2"; then echo $ac_n "checking for int16_t""... $ac_c" 1>&6 -echo "configure:5115: checking for int16_t" >&5 +echo "configure:4768: checking for int16_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_int16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5146,12 +4799,12 @@ fi fi if test "x$ac_cv_sizeof_uint16_t" = "x2"; then echo $ac_n "checking for u_int16_t""... $ac_c" 1>&6 -echo "configure:5150: checking for u_int16_t" >&5 +echo "configure:4803: checking for u_int16_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_u_int16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5180,12 +4833,12 @@ fi elif test "x$ac_cv_sizeof_short" = "x2"; then echo $ac_n "checking for u_int16_t""... $ac_c" 1>&6 -echo "configure:5184: checking for u_int16_t" >&5 +echo "configure:4837: checking for u_int16_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_u_int16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5214,12 +4867,12 @@ fi elif test "x$ac_cv_sizeof_int" = "x2"; then echo $ac_n "checking for u_int16_t""... $ac_c" 1>&6 -echo "configure:5218: checking for u_int16_t" >&5 +echo "configure:4871: checking for u_int16_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_u_int16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5249,12 +4902,12 @@ fi fi if test "x$ac_cv_sizeof_int" = "x4"; then echo $ac_n "checking for int32_t""... $ac_c" 1>&6 -echo "configure:5253: checking for int32_t" >&5 +echo "configure:4906: checking for int32_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5283,12 +4936,12 @@ fi elif "x$ac_cv_sizeof_long" = "x4"; then echo $ac_n "checking for int32_t""... $ac_c" 1>&6 -echo "configure:5287: checking for int32_t" >&5 +echo "configure:4940: checking for int32_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5318,12 +4971,12 @@ fi fi if test "x$ac_cv_sizeof_uint32_t" = "x4"; then echo $ac_n "checking for u_int32_t""... $ac_c" 1>&6 -echo "configure:5322: checking for u_int32_t" >&5 +echo "configure:4975: checking for u_int32_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_u_int32_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5352,12 +5005,12 @@ fi elif test "x$ac_cv_sizeof_int" = "x4"; then echo $ac_n "checking for u_int32_t""... $ac_c" 1>&6 -echo "configure:5356: checking for u_int32_t" >&5 +echo "configure:5009: checking for u_int32_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_u_int32_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5386,12 +5039,12 @@ fi elif test "x$ac_cv_sizeof_long" = "x4"; then echo $ac_n "checking for u_int32_t""... $ac_c" 1>&6 -echo "configure:5390: checking for u_int32_t" >&5 +echo "configure:5043: checking for u_int32_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_u_int32_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5421,12 +5074,12 @@ fi fi if test "x$ac_cv_sizeof_long" = "x8"; then echo $ac_n "checking for int64_t""... $ac_c" 1>&6 -echo "configure:5425: checking for int64_t" >&5 +echo "configure:5078: checking for int64_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_int64_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5455,12 +5108,12 @@ fi elif test "x$ac_cv_sizeof_long_long" = "x8"; then echo $ac_n "checking for int64_t""... $ac_c" 1>&6 -echo "configure:5459: checking for int64_t" >&5 +echo "configure:5112: checking for int64_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_int64_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5489,12 +5142,12 @@ fi elif test "x$ac_cv_sizeof___int64" = "x8"; then echo $ac_n "checking for int64_t""... $ac_c" 1>&6 -echo "configure:5493: checking for int64_t" >&5 +echo "configure:5146: checking for int64_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_int64_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5524,12 +5177,12 @@ fi fi if test "x$ac_cv_sizeof_uint64_t" = "x8"; then echo $ac_n "checking for u_int64_t""... $ac_c" 1>&6 -echo "configure:5528: checking for u_int64_t" >&5 +echo "configure:5181: checking for u_int64_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_u_int64_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5558,12 +5211,12 @@ fi elif test "x$ac_cv_sizeof_long" = "x8"; then echo $ac_n "checking for u_int64_t""... $ac_c" 1>&6 -echo "configure:5562: checking for u_int64_t" >&5 +echo "configure:5215: checking for u_int64_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_u_int64_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5592,12 +5245,12 @@ fi elif test "x$ac_cv_sizeof_long_long" = "x8"; then echo $ac_n "checking for u_int64_t""... $ac_c" 1>&6 -echo "configure:5596: checking for u_int64_t" >&5 +echo "configure:5249: checking for u_int64_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_u_int64_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5626,12 +5279,12 @@ fi elif test "x$ac_cv_sizeof___int64" = "x8"; then echo $ac_n "checking for int64_t""... $ac_c" 1>&6 -echo "configure:5630: checking for int64_t" >&5 +echo "configure:5283: checking for int64_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_int64_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5661,12 +5314,12 @@ fi fi echo $ac_n "checking for pid_t""... $ac_c" 1>&6 -echo "configure:5665: checking for pid_t" >&5 +echo "configure:5318: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5694,12 +5347,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:5698: checking for size_t" >&5 +echo "configure:5351: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5727,12 +5380,12 @@ EOF fi echo $ac_n "checking for ssize_t""... $ac_c" 1>&6 -echo "configure:5731: checking for ssize_t" >&5 +echo "configure:5384: checking for ssize_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5760,12 +5413,12 @@ EOF fi echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:5764: checking for off_t" >&5 +echo "configure:5417: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5793,12 +5446,12 @@ EOF fi echo $ac_n "checking for mode_t""... $ac_c" 1>&6 -echo "configure:5797: checking for mode_t" >&5 +echo "configure:5450: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5826,12 +5479,12 @@ EOF fi echo $ac_n "checking for fd_mask""... $ac_c" 1>&6 -echo "configure:5830: checking for fd_mask" >&5 +echo "configure:5483: checking for fd_mask" >&5 if eval "test \"`echo '$''{'ac_cv_type_fd_mask'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -5859,22 +5512,25 @@ EOF fi +AC_CHECK_SIZEOF_SYSTYPE(off_t, 4) +AC_CHECK_SIZEOF_SYSTYPE(size_t, 4) + # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:5866: checking for working alloca.h" >&5 +echo "configure:5522: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:5878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -5895,12 +5551,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:5899: checking for alloca" >&5 +echo "configure:5555: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -5960,12 +5616,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:5964: checking whether alloca needs Cray hooks" >&5 +echo "configure:5620: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5994: checking for $ac_func" >&5 +echo "configure:5650: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -6045,7 +5701,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:6049: checking stack direction for C alloca" >&5 +echo "configure:5705: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6053,7 +5709,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:5732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -6096,13 +5752,13 @@ fi echo $ac_n "checking for socklen_t""... $ac_c" 1>&6 -echo "configure:6100: checking for socklen_t" >&5 +echo "configure:5756: checking for socklen_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -6133,13 +5789,13 @@ EOF fi echo $ac_n "checking for mtyp_t""... $ac_c" 1>&6 -echo "configure:6137: checking for mtyp_t" >&5 +echo "configure:5793: checking for mtyp_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mtyp_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -6167,7 +5823,7 @@ EOF fi echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6 -echo "configure:6171: checking for main in -lnsl" >&5 +echo "configure:5827: checking for main in -lnsl" >&5 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6175,14 +5831,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6210,7 +5866,7 @@ else fi echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6 -echo "configure:6214: checking for main in -lsocket" >&5 +echo "configure:5870: checking for main in -lsocket" >&5 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6218,14 +5874,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6254,13 +5910,13 @@ fi echo $ac_n "checking for unix domain sockets""... $ac_c" 1>&6 -echo "configure:6258: checking for unix domain sockets" >&5 +echo "configure:5914: checking for unix domain sockets" >&5 if eval "test \"`echo '$''{'squid_cv_unixsocket'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -6275,7 +5931,7 @@ int main() { ; return 0; } EOF -if { (eval echo configure:6279: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* squid_cv_unixsocket=yes else @@ -6299,7 +5955,7 @@ if test "x$ac_cv_enabled_dlmalloc" = "xyes" ; then echo "skipping libmalloc check (--enable-dlmalloc specified)" else echo $ac_n "checking for main in -lgnumalloc""... $ac_c" 1>&6 -echo "configure:6303: checking for main in -lgnumalloc" >&5 +echo "configure:5959: checking for main in -lgnumalloc" >&5 ac_lib_var=`echo gnumalloc'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6307,14 +5963,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lgnumalloc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6357,7 +6013,7 @@ fi *) echo $ac_n "checking for main in -lmalloc""... $ac_c" 1>&6 -echo "configure:6361: checking for main in -lmalloc" >&5 +echo "configure:6017: checking for main in -lmalloc" >&5 ac_lib_var=`echo malloc'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6365,14 +6021,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lmalloc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6405,7 +6061,7 @@ fi fi echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6 -echo "configure:6409: checking for main in -lbsd" >&5 +echo "configure:6065: checking for main in -lbsd" >&5 ac_lib_var=`echo bsd'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6413,14 +6069,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lbsd $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6448,7 +6104,7 @@ else fi echo $ac_n "checking for main in -lregex""... $ac_c" 1>&6 -echo "configure:6452: checking for main in -lregex" >&5 +echo "configure:6108: checking for main in -lregex" >&5 ac_lib_var=`echo regex'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6456,14 +6112,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lregex $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6484,7 +6140,7 @@ else fi echo $ac_n "checking for gethostbyname in -lbind""... $ac_c" 1>&6 -echo "configure:6488: checking for gethostbyname in -lbind" >&5 +echo "configure:6144: checking for gethostbyname in -lbind" >&5 ac_lib_var=`echo bind'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6492,7 +6148,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lbind $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6537,7 +6193,7 @@ if test $ac_cv_lib_bind_gethostbyname = "no" ; then ;; *) echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6 -echo "configure:6541: checking for inet_aton in -lresolv" >&5 +echo "configure:6197: checking for inet_aton in -lresolv" >&5 ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6545,7 +6201,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6572,7 +6228,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for inet_aton in -l44bsd""... $ac_c" 1>&6 -echo "configure:6576: checking for inet_aton in -l44bsd" >&5 +echo "configure:6232: checking for inet_aton in -l44bsd" >&5 ac_lib_var=`echo 44bsd'_'inet_aton | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6580,7 +6236,7 @@ else ac_save_LIBS="$LIBS" LIBS="-l44bsd $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6623,7 +6279,7 @@ else fi echo $ac_n "checking for main in -lresolv""... $ac_c" 1>&6 -echo "configure:6627: checking for main in -lresolv" >&5 +echo "configure:6283: checking for main in -lresolv" >&5 ac_lib_var=`echo resolv'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6631,14 +6287,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6669,7 +6325,7 @@ fi esac fi echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 -echo "configure:6673: checking for main in -lm" >&5 +echo "configure:6329: checking for main in -lm" >&5 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6677,14 +6333,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6713,7 +6369,7 @@ fi echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 -echo "configure:6717: checking for crypt in -lcrypt" >&5 +echo "configure:6373: checking for crypt in -lcrypt" >&5 ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6721,7 +6377,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lcrypt $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6754,8 +6410,9 @@ fi -echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 -echo "configure:6759: checking for dlopen in -ldl" >&5 +if test "$with_dl" = "yes"; then + echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 +echo "configure:6416: checking for dlopen in -ldl" >&5 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6763,7 +6420,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6789,15 +6446,23 @@ LIBS="$ac_save_LIBS" fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - DLLIB="-ldl" + ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \ + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` + cat >> confdefs.h <&6 fi +fi - -echo $ac_n "checking for main in -lpthread""... $ac_c" 1>&6 -echo "configure:6801: checking for main in -lpthread" >&5 +if test "$with_pthreads" = "yes"; then + echo $ac_n "checking for main in -lpthread""... $ac_c" 1>&6 +echo "configure:6466: checking for main in -lpthread" >&5 ac_lib_var=`echo pthread'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6805,14 +6470,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lpthread $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6827,15 +6492,23 @@ LIBS="$ac_save_LIBS" fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - PTHREADLIB="-lpthread" + ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' \ + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` + cat >> confdefs.h <&6 fi +fi - -echo $ac_n "checking for aio_read in -lrt""... $ac_c" 1>&6 -echo "configure:6839: checking for aio_read in -lrt" >&5 +if test "$with_aio" = "yes"; then + echo $ac_n "checking for aio_read in -lrt""... $ac_c" 1>&6 +echo "configure:6512: checking for aio_read in -lrt" >&5 ac_lib_var=`echo rt'_'aio_read | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6843,7 +6516,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lrt $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6869,17 +6542,24 @@ LIBS="$ac_save_LIBS" fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - AIOLIB="-lrt" + ac_tr_lib=HAVE_LIB`echo rt | sed -e 's/[^a-zA-Z0-9_]/_/g' \ + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` + cat >> confdefs.h <&6 fi - +fi case "$host" in *-pc-sco3.2*) echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6 -echo "configure:6883: checking for strftime in -lintl" >&5 +echo "configure:6563: checking for strftime in -lintl" >&5 ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6887,7 +6567,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7084,12 +6764,12 @@ for ac_func in \ do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:7088: checking for $ac_func" >&5 +echo "configure:6768: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -7170,7 +6850,7 @@ echo "Using ${SELECT_TYPE} for select loop." echo $ac_n "checking if setresuid is implemented""... $ac_c" 1>&6 -echo "configure:7174: checking if setresuid is implemented" >&5 +echo "configure:6854: checking if setresuid is implemented" >&5 if eval "test \"`echo '$''{'ac_cv_func_setresuid'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7178,7 +6858,7 @@ else { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < @@ -7191,7 +6871,7 @@ else } EOF -if { (eval echo configure:7195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_setresuid="yes" else @@ -7237,7 +6917,7 @@ fi if test "$IPF_TRANSPARENT" ; then echo $ac_n "checking if IP-Filter header files are installed""... $ac_c" 1>&6 -echo "configure:7241: checking if IP-Filter header files are installed" >&5 +echo "configure:6921: checking if IP-Filter header files are installed" >&5 # hold on to your hats... if test "$ac_cv_header_ip_compat_h" = "yes" || test "$ac_cv_header_ip_fil_compat_h" = "yes" || @@ -7276,9 +6956,34 @@ if test "$IPF_TRANSPARENT" = "no" ; then sleep 10 fi +if test "$PF_TRANSPARENT" ; then + echo $ac_n "checking if PF header file is installed""... $ac_c" 1>&6 +echo "configure:6962: checking if PF header file is installed" >&5 + # hold on to your hats... + if test "$ac_cv_header_net_pfvar_h" = "yes"; then + PF_TRANSPARENT="yes" + cat >> confdefs.h <<\EOF +#define PF_TRANSPARENT 1 +EOF + + else + PF_TRANSPARENT="no" + cat >> confdefs.h <<\EOF +#define PF_TRANSPARENT 0 +EOF + + fi + echo "$ac_t""$PF_TRANSPARENT" 1>&6 +fi +if test "$PF_TRANSPARENT" = "no" ; then + echo "WARNING: Cannot find necessary PF header file" + echo " Transparent Proxy support WILL NOT be enabled" + sleep 10 +fi + if test "$LINUX_NETFILTER" ; then echo $ac_n "checking if Linux 2.4 kernel header files are installed""... $ac_c" 1>&6 -echo "configure:7282: checking if Linux 2.4 kernel header files are installed" >&5 +echo "configure:6987: checking if Linux 2.4 kernel header files are installed" >&5 # hold on to your hats... if test "$ac_cv_header_linux_netfilter_ipv4_h" = "yes"; then LINUX_NETFILTER="yes" @@ -7312,13 +7017,13 @@ if test -z "$USE_GNUREGEX" ; then esac fi echo $ac_n "checking if GNUregex needs to be compiled""... $ac_c" 1>&6 -echo "configure:7316: checking if GNUregex needs to be compiled" >&5 +echo "configure:7021: checking if GNUregex needs to be compiled" >&5 if test -z "$USE_GNUREGEX"; then if test "$ac_cv_func_regcomp" = "no" || test "$USE_GNUREGEX" = "yes" ; then USE_GNUREGEX="yes" else cat > conftest.$ac_ext < #include @@ -7326,7 +7031,7 @@ int main() { regex_t t; regcomp(&t,"",0); ; return 0; } EOF -if { (eval echo configure:7330: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7035: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* USE_GNUREGEX="no" else @@ -7357,12 +7062,12 @@ for ac_func in \ do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:7361: checking for $ac_func" >&5 +echo "configure:7066: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -7413,12 +7118,12 @@ done echo $ac_n "checking Default FD_SETSIZE value""... $ac_c" 1>&6 -echo "configure:7417: checking Default FD_SETSIZE value" >&5 +echo "configure:7122: checking Default FD_SETSIZE value" >&5 if test "$cross_compiling" = yes; then DEFAULT_FD_SETSIZE=256 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then DEFAULT_FD_SETSIZE=`cat conftestval` else @@ -7462,7 +7167,7 @@ EOF echo $ac_n "checking Maximum number of filedescriptors we can open""... $ac_c" 1>&6 -echo "configure:7466: checking Maximum number of filedescriptors we can open" >&5 +echo "configure:7171: checking Maximum number of filedescriptors we can open" >&5 TLDFLAGS="$LDFLAGS" case $host in i386-unknown-freebsd*) @@ -7474,7 +7179,7 @@ if test "$cross_compiling" = yes; then SQUID_MAXFD=256 else cat > conftest.$ac_ext < @@ -7534,7 +7239,7 @@ main() { } EOF -if { (eval echo configure:7538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SQUID_MAXFD=`cat conftestval` else @@ -7561,12 +7266,12 @@ fi LDFLAGS="$TLDFLAGS" echo $ac_n "checking Default UDP send buffer size""... $ac_c" 1>&6 -echo "configure:7565: checking Default UDP send buffer size" >&5 +echo "configure:7270: checking Default UDP send buffer size" >&5 if test "$cross_compiling" = yes; then SQUID_UDP_SO_SNDBUF=16384 else cat > conftest.$ac_ext < @@ -7587,7 +7292,7 @@ main () } EOF -if { (eval echo configure:7591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SQUID_UDP_SO_SNDBUF=`cat conftestval` else @@ -7606,12 +7311,12 @@ EOF echo $ac_n "checking Default UDP receive buffer size""... $ac_c" 1>&6 -echo "configure:7610: checking Default UDP receive buffer size" >&5 +echo "configure:7315: checking Default UDP receive buffer size" >&5 if test "$cross_compiling" = yes; then SQUID_UDP_SO_RCVBUF=16384 else cat > conftest.$ac_ext < @@ -7632,7 +7337,7 @@ main () } EOF -if { (eval echo configure:7636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SQUID_UDP_SO_RCVBUF=`cat conftestval` else @@ -7651,12 +7356,12 @@ EOF echo $ac_n "checking Default TCP send buffer size""... $ac_c" 1>&6 -echo "configure:7655: checking Default TCP send buffer size" >&5 +echo "configure:7360: checking Default TCP send buffer size" >&5 if test "$cross_compiling" = yes; then SQUID_TCP_SO_SNDBUF=16384 else cat > conftest.$ac_ext < @@ -7677,7 +7382,7 @@ main () } EOF -if { (eval echo configure:7681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SQUID_TCP_SO_SNDBUF=`cat conftestval` else @@ -7696,12 +7401,12 @@ EOF echo $ac_n "checking Default TCP receive buffer size""... $ac_c" 1>&6 -echo "configure:7700: checking Default TCP receive buffer size" >&5 +echo "configure:7405: checking Default TCP receive buffer size" >&5 if test "$cross_compiling" = yes; then SQUID_TCP_SO_RCVBUF=16384 else cat > conftest.$ac_ext < @@ -7722,7 +7427,7 @@ main () } EOF -if { (eval echo configure:7726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then SQUID_TCP_SO_RCVBUF=`cat conftestval` else @@ -7741,19 +7446,19 @@ EOF echo $ac_n "checking if sys_errlist is already defined""... $ac_c" 1>&6 -echo "configure:7745: checking if sys_errlist is already defined" >&5 +echo "configure:7450: checking if sys_errlist is already defined" >&5 if eval "test \"`echo '$''{'ac_cv_needs_sys_errlist'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *s = sys_errlist; ; return 0; } EOF -if { (eval echo configure:7757: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7462: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_needs_sys_errlist="no" else @@ -7775,16 +7480,16 @@ EOF fi echo $ac_n "checking for libresolv _dns_ttl_ hack""... $ac_c" 1>&6 -echo "configure:7779: checking for libresolv _dns_ttl_ hack" >&5 +echo "configure:7484: checking for libresolv _dns_ttl_ hack" >&5 cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF @@ -7800,12 +7505,12 @@ fi rm -f conftest* echo $ac_n "checking if inet_ntoa() actually works""... $ac_c" 1>&6 -echo "configure:7804: checking if inet_ntoa() actually works" >&5 +echo "configure:7509: checking if inet_ntoa() actually works" >&5 if test "$cross_compiling" = yes; then INET_NTOA_RESULT="broken" else cat > conftest.$ac_ext < @@ -7824,7 +7529,7 @@ main () } EOF -if { (eval echo configure:7828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then INET_NTOA_RESULT=`cat conftestval` else @@ -7850,9 +7555,9 @@ fi if test "$ac_cv_header_sys_statvfs_h" = "yes" ; then echo $ac_n "checking for working statvfs() interface""... $ac_c" 1>&6 -echo "configure:7854: checking for working statvfs() interface" >&5 +echo "configure:7559: checking for working statvfs() interface" >&5 cat > conftest.$ac_ext < @@ -7869,7 +7574,7 @@ statvfs("/tmp", &sfs); ; return 0; } EOF -if { (eval echo configure:7873: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7578: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_func_statvfs=yes else @@ -7889,12 +7594,12 @@ fi fi echo $ac_n "checking for _res.nsaddr_list""... $ac_c" 1>&6 -echo "configure:7893: checking for _res.nsaddr_list" >&5 +echo "configure:7598: checking for _res.nsaddr_list" >&5 if eval "test \"`echo '$''{'ac_cv_have_res_nsaddr_list'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7626: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_res_nsaddr_list="yes" else @@ -7939,12 +7644,12 @@ fi if test $ac_cv_have_res_nsaddr_list = "no" ; then echo $ac_n "checking for _res.ns_list""... $ac_c" 1>&6 -echo "configure:7943: checking for _res.ns_list" >&5 +echo "configure:7648: checking for _res.ns_list" >&5 if eval "test \"`echo '$''{'ac_cv_have_res_ns_list'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7676: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_res_ns_list="yes" else @@ -8224,8 +7929,6 @@ s%@ENABLE_WIN32SPECIFIC_TRUE@%$ENABLE_WIN32SPECIFIC_TRUE%g s%@ENABLE_WIN32SPECIFIC_FALSE@%$ENABLE_WIN32SPECIFIC_FALSE%g s%@LIBDLMALLOC@%$LIBDLMALLOC%g s%@LIB_MALLOC@%$LIB_MALLOC%g -s%@SQUID_PTHREAD_LIB@%$SQUID_PTHREAD_LIB%g -s%@SQUID_AIO_LIB@%$SQUID_AIO_LIB%g s%@STORE_OBJS@%$STORE_OBJS%g s%@STORE_LIBS@%$STORE_LIBS%g s%@STORE_MODULES@%$STORE_MODULES%g @@ -8279,9 +7982,6 @@ s%@AR@%$AR%g s%@AR_R@%$AR_R%g s%@ALLOCA@%$ALLOCA%g s%@CRYPTLIB@%$CRYPTLIB%g -s%@DLLIB@%$DLLIB%g -s%@PTHREADLIB@%$PTHREADLIB%g -s%@AIOLIB@%$AIOLIB%g s%@NEED_OWN_SNPRINTF_TRUE@%$NEED_OWN_SNPRINTF_TRUE%g s%@NEED_OWN_SNPRINTF_FALSE@%$NEED_OWN_SNPRINTF_FALSE%g s%@REGEXLIB@%$REGEXLIB%g diff --git a/contrib/Makefile.in b/contrib/Makefile.in index 00ff47ba2c..94693ac0eb 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -62,7 +62,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -76,7 +75,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -98,7 +96,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -107,8 +104,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/doc/Makefile.in b/doc/Makefile.in index f7be7f5d49..d06515abee 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.4 2002/04/06 08:49:22 adrian Exp $ +# $Id: Makefile.in,v 1.5 2002/04/13 15:37:39 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/errors/Makefile.in b/errors/Makefile.in index f3b9016714..c7e9ea5c34 100644 --- a/errors/Makefile.in +++ b/errors/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.20 2002/04/06 08:49:23 adrian Exp $ +# $Id: Makefile.in,v 1.21 2002/04/13 15:37:40 hno Exp $ # SHELL = @SHELL@ @@ -61,7 +61,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -75,7 +74,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -97,7 +95,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -106,8 +103,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/LDAP/Makefile.in b/helpers/basic_auth/LDAP/Makefile.in index 8c3d33234b..47412c9a55 100644 --- a/helpers/basic_auth/LDAP/Makefile.in +++ b/helpers/basic_auth/LDAP/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.12 2002/04/06 08:49:32 adrian Exp $ +# $Id: Makefile.in,v 1.13 2002/04/13 15:37:51 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/MSNT/Makefile.in b/helpers/basic_auth/MSNT/Makefile.in index d6d62f8100..bc52a9d479 100644 --- a/helpers/basic_auth/MSNT/Makefile.in +++ b/helpers/basic_auth/MSNT/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:33 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:37:53 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/Makefile.in b/helpers/basic_auth/Makefile.in index 28dee9bc38..b888acdae1 100644 --- a/helpers/basic_auth/Makefile.in +++ b/helpers/basic_auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:32 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:37:50 hno Exp $ # SHELL = @SHELL@ @@ -62,7 +62,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -76,7 +75,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -98,7 +96,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -107,8 +104,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/NCSA/Makefile.in b/helpers/basic_auth/NCSA/Makefile.in index de8f027c93..50482a7bdb 100644 --- a/helpers/basic_auth/NCSA/Makefile.in +++ b/helpers/basic_auth/NCSA/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:33 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:37:55 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/PAM/Makefile.in b/helpers/basic_auth/PAM/Makefile.in index c6d069d588..ac203c4606 100644 --- a/helpers/basic_auth/PAM/Makefile.in +++ b/helpers/basic_auth/PAM/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid PAM authentication helper # -# $Id: Makefile.in,v 1.11 2002/04/06 08:49:34 adrian Exp $ +# $Id: Makefile.in,v 1.12 2002/04/13 15:37:56 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/SASL/Makefile.in b/helpers/basic_auth/SASL/Makefile.in index 71ab0775f8..e372752d94 100644 --- a/helpers/basic_auth/SASL/Makefile.in +++ b/helpers/basic_auth/SASL/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid SASL authentication helper # -# $Id: Makefile.in,v 1.7 2002/04/06 08:49:35 adrian Exp $ +# $Id: Makefile.in,v 1.8 2002/04/13 15:37:57 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/SMB/Makefile.in b/helpers/basic_auth/SMB/Makefile.in index ccba918ae6..63ae985254 100644 --- a/helpers/basic_auth/SMB/Makefile.in +++ b/helpers/basic_auth/SMB/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:35 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:37:58 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -70,7 +70,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -84,7 +83,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -106,7 +104,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -115,8 +112,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/YP/Makefile.in b/helpers/basic_auth/YP/Makefile.in index 3b78242ae5..ade5086b90 100644 --- a/helpers/basic_auth/YP/Makefile.in +++ b/helpers/basic_auth/YP/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.12 2002/04/06 08:49:36 adrian Exp $ +# $Id: Makefile.in,v 1.13 2002/04/13 15:37:59 hno Exp $ # # @@ -64,7 +64,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -78,7 +77,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -100,7 +98,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -109,8 +106,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/getpwnam/Makefile.in b/helpers/basic_auth/getpwnam/Makefile.in index 992fda94d7..6c6810d852 100644 --- a/helpers/basic_auth/getpwnam/Makefile.in +++ b/helpers/basic_auth/getpwnam/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:36 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:38:00 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/basic_auth/multi-domain-NTLM/Makefile.in b/helpers/basic_auth/multi-domain-NTLM/Makefile.in index a79a589a8d..1127bef41f 100644 --- a/helpers/basic_auth/multi-domain-NTLM/Makefile.in +++ b/helpers/basic_auth/multi-domain-NTLM/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.8 2002/04/06 08:49:37 adrian Exp $ +# $Id: Makefile.in,v 1.9 2002/04/13 15:38:01 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/digest_auth/Makefile.in b/helpers/digest_auth/Makefile.in index cf6fa3f851..41e33357ba 100644 --- a/helpers/digest_auth/Makefile.in +++ b/helpers/digest_auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for digest auth helpers in the Squid Object Cache server # -# $Id: Makefile.in,v 1.8 2002/04/06 08:49:38 adrian Exp $ +# $Id: Makefile.in,v 1.9 2002/04/13 15:38:03 hno Exp $ # SHELL = @SHELL@ @@ -62,7 +62,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -76,7 +75,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -98,7 +96,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -107,8 +104,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/digest_auth/password/Makefile.in b/helpers/digest_auth/password/Makefile.in index e5c6593081..9a3813b826 100644 --- a/helpers/digest_auth/password/Makefile.in +++ b/helpers/digest_auth/password/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:39 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:38:04 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/Makefile.in b/helpers/ntlm_auth/Makefile.in index 0a867561bc..0fe71a318b 100644 --- a/helpers/ntlm_auth/Makefile.in +++ b/helpers/ntlm_auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.9 2002/04/06 08:49:40 adrian Exp $ +# $Id: Makefile.in,v 1.10 2002/04/13 15:38:07 hno Exp $ # SHELL = @SHELL@ @@ -62,7 +62,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -76,7 +75,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -98,7 +96,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -107,8 +104,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/SMB/Makefile.in b/helpers/ntlm_auth/SMB/Makefile.in index 53ff974ba6..61bdd261a7 100644 --- a/helpers/ntlm_auth/SMB/Makefile.in +++ b/helpers/ntlm_auth/SMB/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:40 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:38:07 hno Exp $ # SHELL = @SHELL@ @@ -63,7 +63,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -77,7 +76,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -99,7 +97,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -108,8 +105,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/SMB/smbval/Makefile.in b/helpers/ntlm_auth/SMB/smbval/Makefile.in index 2bee81d609..d7bcd83b55 100644 --- a/helpers/ntlm_auth/SMB/smbval/Makefile.in +++ b/helpers/ntlm_auth/SMB/smbval/Makefile.in @@ -59,7 +59,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -73,7 +72,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -95,7 +93,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -104,8 +101,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/fakeauth/Makefile.in b/helpers/ntlm_auth/fakeauth/Makefile.in index f7df167eb6..b862dde92a 100644 --- a/helpers/ntlm_auth/fakeauth/Makefile.in +++ b/helpers/ntlm_auth/fakeauth/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:41 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:38:09 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/helpers/ntlm_auth/no_check/Makefile.in b/helpers/ntlm_auth/no_check/Makefile.in index eeaa33ce5b..3842971225 100644 --- a/helpers/ntlm_auth/no_check/Makefile.in +++ b/helpers/ntlm_auth/no_check/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.11 2002/04/06 08:49:42 adrian Exp $ +# $Id: Makefile.in,v 1.12 2002/04/13 15:38:11 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/icons/Makefile.in b/icons/Makefile.in index 07c5913429..eb5a559962 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -13,7 +13,7 @@ @SET_MAKE@ -# $Id: Makefile.in,v 1.23 2002/04/06 08:49:24 adrian Exp $ +# $Id: Makefile.in,v 1.24 2002/04/13 15:37:42 hno Exp $ # SHELL = @SHELL@ @@ -60,7 +60,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -74,7 +73,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -96,7 +94,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -105,8 +102,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/include/autoconf.h.in b/include/autoconf.h.in index e11647f0a7..f42eb6a219 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -265,6 +265,12 @@ */ #undef IPF_TRANSPARENT +/* + * Enable support for Transparent Proxy on systems using PF address + * redirection. This provides "masquerading" support for OpenBSD. + */ +#undef PF_TRANSPARENT + /* * Enable code for assiting in finding memory leaks. Hacker stuff only. */ @@ -367,22 +373,6 @@ #undef u_int64_t -/* - * Enable support for the X-Accelerator-Vary HTTP header - */ -#undef X_ACCELERATOR_VARY - -/* Support for poll/select/etc stuff */ -#undef USE_POLL -#undef USE_SELECT -#undef USE_KQUEUE - -/* The number of bytes in a __int64. */ -#undef SIZEOF___INT64 - -/* The number of bytes in a int. */ -#undef SIZEOF_INT - /* The number of bytes in a int16_t. */ #undef SIZEOF_INT16_T @@ -392,14 +382,11 @@ /* The number of bytes in a int64_t. */ #undef SIZEOF_INT64_T -/* The number of bytes in a long. */ -#undef SIZEOF_LONG - -/* The number of bytes in a long long. */ -#undef SIZEOF_LONG_LONG +/* The number of bytes in a off_t. */ +#undef SIZEOF_OFF_T -/* The number of bytes in a short. */ -#undef SIZEOF_SHORT +/* The number of bytes in a size_t. */ +#undef SIZEOF_SIZE_T /* The number of bytes in a u_int16_t. */ #undef SIZEOF_U_INT16_T @@ -410,14 +397,27 @@ /* The number of bytes in a u_int64_t. */ #undef SIZEOF_U_INT64_T -/* The number of bytes in a uint16_t. */ -#undef SIZEOF_UINT16_T +/* + * Enable support for the X-Accelerator-Vary HTTP header + */ +#undef X_ACCELERATOR_VARY -/* The number of bytes in a uint32_t. */ -#undef SIZEOF_UINT32_T +/* Support for poll/select/etc stuff */ +#undef USE_POLL +#undef USE_SELECT +#undef USE_KQUEUE -/* The number of bytes in a uint64_t. */ -#undef SIZEOF_UINT64_T +/* The number of bytes in a int. */ +#undef SIZEOF_INT + +/* The number of bytes in a long. */ +#undef SIZEOF_LONG + +/* The number of bytes in a long long. */ +#undef SIZEOF_LONG_LONG + +/* The number of bytes in a short. */ +#undef SIZEOF_SHORT /* The number of bytes in a void *. */ #undef SIZEOF_VOID_P @@ -662,6 +662,9 @@ /* Define if you have the header file. */ #undef HAVE_NET_IF_H +/* Define if you have the header file. */ +#undef HAVE_NET_PFVAR_H + /* Define if you have the header file. */ #undef HAVE_NETDB_H @@ -821,6 +824,9 @@ /* Define if you have the bsd library (-lbsd). */ #undef HAVE_LIBBSD +/* Define if you have the dl library (-ldl). */ +#undef HAVE_LIBDL + /* Define if you have the gnumalloc library (-lgnumalloc). */ #undef HAVE_LIBGNUMALLOC @@ -836,9 +842,15 @@ /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL +/* Define if you have the pthread library (-lpthread). */ +#undef HAVE_LIBPTHREAD + /* Define if you have the resolv library (-lresolv). */ #undef HAVE_LIBRESOLV +/* Define if you have the rt library (-lrt). */ +#undef HAVE_LIBRT + /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET diff --git a/lib/Makefile.in b/lib/Makefile.in index ab51181ea1..4fb6917ac3 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.59 2002/04/06 08:49:26 adrian Exp $ +# $Id: Makefile.in,v 1.60 2002/04/13 15:37:44 hno Exp $ # SHELL = @SHELL@ @@ -61,7 +61,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -75,7 +74,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -97,7 +95,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -106,8 +103,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/scripts/Makefile.in b/scripts/Makefile.in index b6e1cc545a..1971816358 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -62,7 +62,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -76,7 +75,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -98,7 +96,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -107,8 +104,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/snmplib/Makefile.in b/snmplib/Makefile.in index 17352e1bbd..4fb7c73b91 100644 --- a/snmplib/Makefile.in +++ b/snmplib/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/Makefile.in b/src/Makefile.in index f70b11a075..de8f11ebce 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.232 2002/04/06 08:49:27 adrian Exp $ +# $Id: Makefile.in,v 1.233 2002/04/13 15:37:48 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -65,7 +65,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -79,7 +78,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -101,7 +99,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -110,8 +107,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ @@ -319,8 +314,6 @@ squid_LDADD = \ @AUTH_OBJS@ \ @CRYPTLIB@ \ @REGEXLIB@ \ - @SQUID_AIO_LIB@ \ - @SQUID_PTHREAD_LIB@ \ @SNMPLIB@ \ @LIB_MALLOC@ \ @SSLLIB@ \ diff --git a/src/auth/Makefile.in b/src/auth/Makefile.in index 2fcb2af781..af72eee521 100644 --- a/src/auth/Makefile.in +++ b/src/auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for authentication modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.8 2002/04/06 08:49:30 adrian Exp $ +# $Id: Makefile.in,v 1.9 2002/04/13 15:37:49 hno Exp $ # SHELL = @SHELL@ @@ -62,7 +62,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -76,7 +75,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -98,7 +96,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -107,8 +104,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/auth/basic/Makefile.in b/src/auth/basic/Makefile.in index fffc88ad6e..1e221160fa 100644 --- a/src/auth/basic/Makefile.in +++ b/src/auth/basic/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/auth/digest/Makefile.in b/src/auth/digest/Makefile.in index 02e887db24..c3cd753408 100644 --- a/src/auth/digest/Makefile.in +++ b/src/auth/digest/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/auth/ntlm/Makefile.in b/src/auth/ntlm/Makefile.in index 39e05d8adb..f60dd4241f 100644 --- a/src/auth/ntlm/Makefile.in +++ b/src/auth/ntlm/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/fs/Makefile.in b/src/fs/Makefile.in index 94af63c9ff..bddf186ef3 100644 --- a/src/fs/Makefile.in +++ b/src/fs/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:42 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:38:13 hno Exp $ # SHELL = @SHELL@ @@ -62,7 +62,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -76,7 +75,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -98,7 +96,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -107,8 +104,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/fs/aufs/Makefile.in b/src/fs/aufs/Makefile.in index bb6463ae1d..bfd6e1f287 100644 --- a/src/fs/aufs/Makefile.in +++ b/src/fs/aufs/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/fs/coss/Makefile.in b/src/fs/coss/Makefile.in index 9b80ce1924..4d22f7aa47 100644 --- a/src/fs/coss/Makefile.in +++ b/src/fs/coss/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/fs/diskd/Makefile.in b/src/fs/diskd/Makefile.in index 75a74e4c59..e8f85269fa 100644 --- a/src/fs/diskd/Makefile.in +++ b/src/fs/diskd/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the DISKD storage driver for the Squid Object Cache server # -# $Id: Makefile.in,v 1.8 2002/04/06 08:49:43 adrian Exp $ +# $Id: Makefile.in,v 1.9 2002/04/13 15:38:17 hno Exp $ # SHELL = @SHELL@ @@ -63,7 +63,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -77,7 +76,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -99,7 +97,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -108,8 +105,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/fs/null/Makefile.in b/src/fs/null/Makefile.in index 0f0700a1ee..439ab7fe93 100644 --- a/src/fs/null/Makefile.in +++ b/src/fs/null/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/fs/ufs/Makefile.in b/src/fs/ufs/Makefile.in index b54d790c83..1031d3b75f 100644 --- a/src/fs/ufs/Makefile.in +++ b/src/fs/ufs/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/repl/Makefile.in b/src/repl/Makefile.in index 31f9a3624a..670d0c91a3 100644 --- a/src/repl/Makefile.in +++ b/src/repl/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.10 2002/04/06 08:49:45 adrian Exp $ +# $Id: Makefile.in,v 1.11 2002/04/13 15:38:20 hno Exp $ # SHELL = @SHELL@ @@ -62,7 +62,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -76,7 +75,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -98,7 +96,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -107,8 +104,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/repl/heap/Makefile.in b/src/repl/heap/Makefile.in index 7390846f34..cdd626580e 100644 --- a/src/repl/heap/Makefile.in +++ b/src/repl/heap/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@ diff --git a/src/repl/lru/Makefile.in b/src/repl/lru/Makefile.in index 1afc89dba2..060d71d42d 100644 --- a/src/repl/lru/Makefile.in +++ b/src/repl/lru/Makefile.in @@ -57,7 +57,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AIOLIB = @AIOLIB@ AMTAR = @AMTAR@ AR = @AR@ AR_R = @AR_R@ @@ -71,7 +70,6 @@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@ -DLLIB = @DLLIB@ ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@ ERR_LANGUAGES = @ERR_LANGUAGES@ EXEEXT = @EXEEXT@ @@ -93,7 +91,6 @@ OPT_PINGER = @OPT_PINGER@ OPT_PINGER_EXE = @OPT_PINGER_EXE@ PACKAGE = @PACKAGE@ PERL = @PERL@ -PTHREADLIB = @PTHREADLIB@ RANLIB = @RANLIB@ REGEXLIB = @REGEXLIB@ REPL_LIBS = @REPL_LIBS@ @@ -102,8 +99,6 @@ REPL_POLICIES = @REPL_POLICIES@ RM = @RM@ SH = @SH@ SNMPLIB = @SNMPLIB@ -SQUID_AIO_LIB = @SQUID_AIO_LIB@ -SQUID_PTHREAD_LIB = @SQUID_PTHREAD_LIB@ SSLLIB = @SSLLIB@ STORE_LIBS = @STORE_LIBS@ STORE_MODULES = @STORE_MODULES@