Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a pimple to get the ability to trace the amount of messages per size as histogram...
[simgrid.git] / include / simgrid_config.h.in
index ca6c550..f82be86 100644 (file)
@@ -26,7 +26,9 @@
 #include <stdio.h>  /* FILE*  */
 XBT_PUBLIC(long) getline(char **lineptr, size_t * n, FILE * stream);
 #else
-#define _GNU_SOURCE
+#ifndef _GNU_SOURCE
+       #define _GNU_SOURCE
+#endif
 #include <stdio.h>
 #endif