From 50a8312c9f682004e21ffb2d58ec2064a244a9c7 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 6 Sep 2001 23:03:17 +0000 Subject: [PATCH] #define ISC_MEM_TRACKLINES 1 --- lib/isc/include/isc/mem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/include/isc/mem.h b/lib/isc/include/isc/mem.h index 61ceb29d5f..d85868bc79 100644 --- a/lib/isc/include/isc/mem.h +++ b/lib/isc/include/isc/mem.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.h,v 1.56 2001/09/06 22:13:47 gson Exp $ */ +/* $Id: mem.h,v 1.57 2001/09/06 23:03:17 gson Exp $ */ #ifndef ISC_MEM_H #define ISC_MEM_H 1 @@ -50,7 +50,7 @@ typedef void (*isc_memfree_t)(void *, void *); * allocation and freeing by file and line number. */ #ifndef ISC_MEM_TRACKLINES -#define ISC_MEM_TRACKLINES 0 +#define ISC_MEM_TRACKLINES 1 #endif /*