summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-01-09 05:10:47 +0000
committerMartin Pool <mbp@samba.org>2002-01-09 05:10:47 +0000
commita57e13b8b661dd41e8036f862c708b5d3ced82e6 (patch)
treefcadfc94ef2fe0ec4e60ba6f9cfa0fd862b2d081 /source/include
parenta823e3f8b2961c3e24205911354a55ffa588233b (diff)
downloadsamba-a57e13b8b661dd41e8036f862c708b5d3ced82e6.tar.gz
samba-a57e13b8b661dd41e8036f862c708b5d3ced82e6.tar.xz
samba-a57e13b8b661dd41e8036f862c708b5d3ced82e6.zip
Fix macro name controlling inclusion of DMALLOC.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 70fc41034c2..6021ebb83b0 100644
--- a/source/include/includes.h
+++ b/source/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 <dmalloc.h>
#endif