1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fix macro name controlling inclusion of DMALLOC.

This commit is contained in:
Martin Pool 0001-01-01 00:00:00 +00:00
parent a823e3f8b2
commit a57e13b8b6

View 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. */
#ifdef DMALLOC
#ifdef ENABLE_DMALLOC
# include <dmalloc.h>
#endif