From 9c6d6519236f536efcd284f714e6f3f145767a57 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 1 May 2016 18:51:28 -0700 Subject: Adding -D_GNU_SOURCE to compiler command line. * configure (lang_flags): -D_GNU_SOURCE added. * ftw.c (__USE_GNU): Macro definition removed. --- ftw.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ftw.c') diff --git a/ftw.c b/ftw.c index c906d6a3..63509ed5 100644 --- a/ftw.c +++ b/ftw.c @@ -29,9 +29,6 @@ #include #include #include -#ifndef __USE_GNU -#define __USE_GNU -#endif #include #include "config.h" #include ALLOCA_H -- cgit v1.2.3