Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This seems to be useless since ... a long time, now (and it breaks on macos)
[simgrid.git] / include / xbt / mmalloc.h
index 85af731..116a6c3 100644 (file)
@@ -11,7 +11,7 @@
 #define SIMGRID_MMALLOC_H 1
 
 #include "src/internal_config.h"
-#ifdef HAVE_MMALLOC
+#if HAVE_MMALLOC
 
 # include <sys/types.h>        /* for size_t */
 # include <stdio.h>            /* for NULL */