-$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 $
==============================================================================
==============================================================================
-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:
/*
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
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
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"
;;
esac
fi
-fi
AC_CHECK_LIB(bsd, main)
AC_CHECK_LIB(regex, main, [REGEXLIB="-lregex"])
## 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
endif
EXTRA_LIBRARIES = \
- libdlmalloc.a \
libregex.a \
libsspwin32.a
noinst_LIBRARIES = \
# $(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 = \