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
parent 41389ca98c
commit e171f4930b

View File

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