From abc6e70ca4824f7d7df5f4f68da4686018f9723c Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 9 Jan 2002 05:10:47 +0000 Subject: Fix macro name controlling inclusion of DMALLOC. (This used to be commit a57e13b8b661dd41e8036f862c708b5d3ced82e6) --- source3/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 70fc41034c..6021ebb83b 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -981,7 +981,7 @@ int vasprintf(char **ptr, const char *format, va_list ap); /* dmalloc -- free heap debugger (dmalloc.org). This should be near * the *bottom* of include files so as not to conflict. */ -#ifdef DMALLOC +#ifdef ENABLE_DMALLOC # include #endif -- cgit