From: Martin Pool Date: Wed, 9 Jan 2002 05:10:47 +0000 (+0000) Subject: Fix macro name controlling inclusion of DMALLOC. X-Git-Tag: samba-4.0.0alpha6~801^2~16112 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=abc6e70ca4824f7d7df5f4f68da4686018f9723c Fix macro name controlling inclusion of DMALLOC. (This used to be commit a57e13b8b661dd41e8036f862c708b5d3ced82e6) --- diff --git a/source3/include/includes.h b/source3/include/includes.h index 70fc41034c2..6021ebb83b0 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