Eve: Don't #define _GNU_SOURCE

It is already done by AC_GNU_SOURCE macro in configure.ac. Just a matter
of #include "config.h" properly



SVN revision: 53156
This commit is contained in:
Eduardo de Barros Lima 2010-10-07 19:20:36 +00:00
parent 67ae4e0931
commit fa1d77ead1
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif /* _GNU_SOURCE */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <string.h>