2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

#define ISC_MEM_TRACKLINES 1

This commit is contained in:
Andreas Gustafsson
2001-09-06 23:03:17 +00:00
parent f8dbd659d0
commit 50a8312c9f

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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 #ifndef ISC_MEM_H
#define ISC_MEM_H 1 #define ISC_MEM_H 1
@@ -50,7 +50,7 @@ typedef void (*isc_memfree_t)(void *, void *);
* allocation and freeing by file and line number. * allocation and freeing by file and line number.
*/ */
#ifndef ISC_MEM_TRACKLINES #ifndef ISC_MEM_TRACKLINES
#define ISC_MEM_TRACKLINES 0 #define ISC_MEM_TRACKLINES 1
#endif #endif
/* /*