From b313f1f0c08d08097cbe339faf5353ca59091d2f Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 20 Nov 2000 22:01:53 +0000 Subject: [PATCH] don't redefine ISC_MEM_TRACKLINES if already defined --- bin/tests/rbt_test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/tests/rbt_test.c b/bin/tests/rbt_test.c index 284e552988..5eb4a0668d 100644 --- a/bin/tests/rbt_test.c +++ b/bin/tests/rbt_test.c @@ -15,13 +15,15 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbt_test.c,v 1.39 2000/08/01 01:13:14 tale Exp $ */ +/* $Id: rbt_test.c,v 1.40 2000/11/20 22:01:53 gson Exp $ */ #include #include +#ifndef ISC_MEM_TRACKLINES #define ISC_MEM_TRACKLINES +#endif #include #include