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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user