tools: drop explicit GNU_SOURCE define

It's defined globally through AC_USE_SYSTEM_EXTENSIONS

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-02-14 10:13:52 +10:00
parent 4c8a7a265d
commit 3d03038d78

View file

@ -20,7 +20,6 @@
* OF THIS SOFTWARE.
*/
#define _GNU_SOURCE
#include "config.h"
#include <getopt.h>