From 7c43ae9ee22282eaf8c644b7cf8ba2d4c357ee21 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 16 Dec 2009 08:16:27 +0000 Subject: [PATCH 1/1] indeed, loading simgrid_config first is a better idea since we need to declare GNU_SOURCE before anyone loads stdio.h, but no need to reload the same file at the end git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6901 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/portable.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/portable.h b/src/portable.h index 823409cf09..3b4d34a021 100644 --- a/src/portable.h +++ b/src/portable.h @@ -155,5 +155,4 @@ XBT_PUBLIC(int) vsnprintf(char *, size_t, const char *, va_list); void hexa_print(const char *name, unsigned char *data, int size); const char *hexa_str(unsigned char *data, int size, int downside); -#include "simgrid_config.h" #endif /* GRAS_PORTABLE_H */ -- 2.20.1