Avoid redefining GNU_SOURCE

Gives a compiler warning with the wrong flags.
This commit is contained in:
Matthias Clasen 2017-03-23 15:13:33 +00:00 committed by Daniel Boles
parent 0155009d57
commit 12155b4ee3

View File

@ -35,7 +35,6 @@
* Jul 13, 2010
*/
#define _GNU_SOURCE
#include "config.h"
#include <math.h>