]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove remaining traces of dlmalloc
authorhno <>
Mon, 27 Aug 2007 15:43:44 +0000 (15:43 +0000)
committerhno <>
Mon, 27 Aug 2007 15:43:44 +0000 (15:43 +0000)
CREDITS
configure.in
lib/Makefile.am

diff --git a/CREDITS b/CREDITS
index 828229f833ff39a442f72f7783a9fe479fb6878a..23608903f7dc100ae6551ae5a8c18dd07c87e24e 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,4 +1,4 @@
-$Id: CREDITS,v 1.9 2003/01/23 00:34:50 robertc Exp $
+$Id: CREDITS,v 1.10 2007/08/27 09:43:44 hno Exp $
 
 ==============================================================================
 
@@ -154,16 +154,6 @@ lib/GNUregex.c:
 
 ==============================================================================
 
-lib/dlmalloc.c:
-
-A version of malloc/free/realloc written by Doug Lea and released to the 
-public domain.  Send questions/comments/complaints/performance data
-to dl@cs.oswego.edu.
-
-http://g.oswego.edu/dl/html/malloc.html
-
-==============================================================================
-
 lib/md5.c:
 
 /*
index 6e0dc74fcb5f1c7be5e83e189b6cb6fe70051bc6..9e7f0bc458fdafb96a72ee0602a3c2fcda29c686 100644 (file)
@@ -1,7 +1,7 @@
 
 dnl  Configuration input file for Squid
 dnl
-dnl  $Id: configure.in,v 1.467 2007/08/26 21:04:30 hno Exp $
+dnl  $Id: configure.in,v 1.468 2007/08/27 09:43:44 hno Exp $
 dnl
 dnl
 dnl
@@ -11,7 +11,7 @@ AM_CONFIG_HEADER(include/autoconf.h)
 AC_CONFIG_AUX_DIR(cfgaux)
 AC_CONFIG_SRCDIR([src/main.cc])
 AM_INIT_AUTOMAKE([tar-ustar])
-AC_REVISION($Revision: 1.467 $)dnl
+AC_REVISION($Revision: 1.468 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -2231,9 +2231,6 @@ if test x"$squid_cv_unixsocket" = x"yes"; then
 fi
 dnl end rip
 
-if test "x$ac_cv_enabled_dlmalloc" = "xyes" ; then
-  echo "skipping libmalloc check (--enable-dlmalloc specified)"
-else
   AC_CHECK_LIB(gnumalloc, main)
   if test "$ac_cv_lib_gnumalloc_main" = "yes"; then
                echo "Disabling extended malloc functions when using gnumalloc"
@@ -2254,7 +2251,6 @@ else
                                ;;
                esac
   fi
-fi
 
 AC_CHECK_LIB(bsd, main)
 AC_CHECK_LIB(regex, main, [REGEXLIB="-lregex"])
index 9b8084be57eba89c82e7ac117bcab30d2714df0f..418d8fdda73f98eea9f8c3942c70d352b0a3bf12 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 #
-#  $Id: Makefile.am,v 1.26 2007/08/17 18:56:25 serassio Exp $
+#  $Id: Makefile.am,v 1.27 2007/08/27 09:43:45 hno Exp $
 #
 
 DIST_SUBDIRS = libTrie
@@ -48,7 +48,6 @@ WIN32SRC=
 endif
 
 EXTRA_LIBRARIES = \
-       libdlmalloc.a \
        libregex.a \
        libsspwin32.a
 noinst_LIBRARIES = \
@@ -97,8 +96,6 @@ libmiscutil_a_LIBADD = \
 # $(top_srcdir)/include/version.h should be a dependency
 libregex_a_SOURCES = \
        GNUregex.c
-libdlmalloc_a_SOURCES = \
-       dlmalloc.c
 libntlmauth_a_SOURCES = \
        ntlmauth.c
 libntlmauth_a_LIBADD = \