mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
don't redefine ISC_MEM_TRACKLINES if already defined
This commit is contained in:
@@ -15,13 +15,15 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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 <config.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#ifndef ISC_MEM_TRACKLINES
|
||||||
#define ISC_MEM_TRACKLINES
|
#define ISC_MEM_TRACKLINES
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <isc/commandline.h>
|
#include <isc/commandline.h>
|
||||||
#include <isc/mem.h>
|
#include <isc/mem.h>
|
||||||
|
Reference in New Issue
Block a user