]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add memcpy
authorwessels <>
Mon, 21 Oct 1996 10:36:23 +0000 (10:36 +0000)
committerwessels <>
Mon, 21 Oct 1996 10:36:23 +0000 (10:36 +0000)
configure
configure.in
include/autoconf.h.in

index 6f51a4313c403d676940f4910cf8f7fb28f36c49..b94ca14791ef92f0942d987c3ee7a92ebcb608df 100755 (executable)
--- 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 <<EOF
-#line 2321 "configure"
+#line 2322 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -2371,7 +2372,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 <<EOF
-#line 2375 "configure"
+#line 2376 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -2419,7 +2420,7 @@ if test "$cross_compiling" = yes; then
   SQUID_FD_SETSIZE=256
 else
 cat > conftest.$ac_ext <<EOF
-#line 2423 "configure"
+#line 2424 "configure"
 #include "confdefs.h"
 
 #include <unistd.h>
@@ -2489,7 +2490,7 @@ if test "$cross_compiling" = yes; then
   SQUID_UDP_SO_SNDBUF=16384
 else
 cat > conftest.$ac_ext <<EOF
-#line 2493 "configure"
+#line 2494 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -2525,7 +2526,7 @@ if test "$cross_compiling" = yes; then
   SQUID_UDP_SO_RCVBUF=16384
 else
 cat > conftest.$ac_ext <<EOF
-#line 2529 "configure"
+#line 2530 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -2561,7 +2562,7 @@ if test "$cross_compiling" = yes; then
   SQUID_TCP_SO_SNDBUF=16384
 else
 cat > conftest.$ac_ext <<EOF
-#line 2565 "configure"
+#line 2566 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -2597,7 +2598,7 @@ if test "$cross_compiling" = yes; then
   SQUID_TCP_SO_RCVBUF=16384
 else
 cat > conftest.$ac_ext <<EOF
-#line 2601 "configure"
+#line 2602 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -2630,7 +2631,7 @@ EOF
 
 echo $ac_n "checking if sys_errlist is already defined""... $ac_c" 1>&6
 cat > conftest.$ac_ext <<EOF
-#line 2634 "configure"
+#line 2635 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 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 <<EOF
-#line 2658 "configure"
+#line 2659 "configure"
 #include "confdefs.h"
 extern int _dns_ttl_;
 int main() { return 0; }
index 20f76ff7b10edbe91c7992cbb32e29568a9b55ef..1c1e3f6d16940ddb5e473be9525fa8214fa9585f 100644 (file)
@@ -3,13 +3,13 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.39 1996/10/17 04:13:30 wessels Exp $
+dnl  $Id: configure.in,v 1.40 1996/10/21 04:36:23 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.39 $)dnl
+AC_REVISION($Revision: 1.40 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(aux)
 
@@ -297,6 +297,7 @@ AC_CHECK_FUNCS(\
        mallinfo \
        mallocblksize \
        mallopt \
+       memcpy \
        memmove \
        mktime \
        regcomp \
index 714b611f7134c85c25ca77ecd2a34d04bb246b6c..38193bff747f1ae0ba04d6aec0e3aab58921313e 100644 (file)
 /* Define if you have the mallopt function.  */
 #undef HAVE_MALLOPT
 
+/* Define if you have the memcpy function.  */
+#undef HAVE_MEMCPY
+
 /* Define if you have the memmove function.  */
 #undef HAVE_MEMMOVE