From: wessels <> Date: Mon, 21 Oct 1996 10:36:23 +0000 (+0000) Subject: add memcpy X-Git-Tag: SQUID_3_0_PRE1~5623 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ae6b9b0d140aa5a2f09ec8f46fe324c85b42354;p=thirdparty%2Fsquid.git add memcpy --- diff --git a/configure b/configure index 6f51a4313c..b94ca14791 100755 --- a/configure +++ b/configure @@ -2293,6 +2293,7 @@ for ac_func in \ mallinfo \ mallocblksize \ mallopt \ + memcpy \ memmove \ mktime \ regcomp \ @@ -2317,7 +2318,7 @@ 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 <&6 else cat > conftest.$ac_ext < conftest.$ac_ext < @@ -2489,7 +2490,7 @@ if test "$cross_compiling" = yes; then SQUID_UDP_SO_SNDBUF=16384 else cat > conftest.$ac_ext < @@ -2525,7 +2526,7 @@ if test "$cross_compiling" = yes; then SQUID_UDP_SO_RCVBUF=16384 else cat > conftest.$ac_ext < @@ -2561,7 +2562,7 @@ if test "$cross_compiling" = yes; then SQUID_TCP_SO_SNDBUF=16384 else cat > conftest.$ac_ext < @@ -2597,7 +2598,7 @@ if test "$cross_compiling" = yes; then SQUID_TCP_SO_RCVBUF=16384 else cat > conftest.$ac_ext < @@ -2630,7 +2631,7 @@ EOF echo $ac_n "checking if sys_errlist is already defined""... $ac_c" 1>&6 cat > conftest.$ac_ext < int main() { return 0; } @@ -2654,7 +2655,7 @@ rm -f conftest* echo $ac_n "checking for libresolv _dns_ttl_ hack""... $ac_c" 1>&6 cat > conftest.$ac_ext <