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

removed definition of ISC_MEM_TRACKLINES altogether, since

defining it in an individual source module without also defining it in mem.c will
not work
This commit is contained in:
Andreas Gustafsson
2000-11-20 22:05:35 +00:00
parent b313f1f0c0
commit ac0486788e

View File

@@ -15,16 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rbt_test.c,v 1.40 2000/11/20 22:01:53 gson Exp $ */
/* $Id: rbt_test.c,v 1.41 2000/11/20 22:05:35 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>
#include <isc/string.h>