Fix macro name controlling inclusion of DMALLOC.
authorMartin Pool <mbp@samba.org>
Wed, 9 Jan 2002 05:10:47 +0000 (05:10 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 9 Jan 2002 05:10:47 +0000 (05:10 +0000)
(This used to be commit a57e13b8b661dd41e8036f862c708b5d3ced82e6)

source3/include/includes.h

index 70fc41034c218ecf7d3ee73ec65e04d631d943b1..6021ebb83b090654fb43df19d87cfbe7b8a755bb 100644 (file)
@@ -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. */
 
 /* 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
 
 #  include <dmalloc.h>
 #endif