2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

don't redefine ISC_MEM_TRACKLINES if already defined

This commit is contained in:
Andreas Gustafsson 2000-11-20 22:01:53 +00:00
parent 7803df6c0a
commit b313f1f0c0

View File

@ -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 <config.h>
#include <stdlib.h>
#ifndef ISC_MEM_TRACKLINES
#define ISC_MEM_TRACKLINES
#endif
#include <isc/commandline.h>
#include <isc/mem.h>