From: wessels <> Date: Thu, 28 Nov 1996 14:27:38 +0000 (+0000) Subject: disable mallopt X-Git-Tag: SQUID_3_0_PRE1~5380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dfc26e808cf6332444a1c52c363e2ecfa6c2edc;p=thirdparty%2Fsquid.git disable mallopt --- diff --git a/src/main.cc b/src/main.cc index d3c153b909..1d761dbbea 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ /* - * $Id: main.cc,v 1.116 1996/11/24 04:19:12 wessels Exp $ + * $Id: main.cc,v 1.117 1996/11/28 07:27:38 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -562,7 +562,7 @@ main(int argc, char **argv) time_t loop_delay; /* call mallopt() before anything else */ -#if HAVE_MALLOPT +#if 0 && HAVE_MALLOPT #ifdef M_GRAIN /* Round up all sizes to a multiple of this */ mallopt(M_GRAIN, 16);