From 474935665e3c2ca648556b093fe20e70a3b2b5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 7 Aug 2015 13:24:14 +0200 Subject: [PATCH] Remove redundant definition of _GNU_SOURCE * src/warc.c: Remove definition of _GNU_SOURCE _GNU_SOURCE is already defined in config.h --- src/warc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/warc.c b/src/warc.c index 2f1873e2..ea3ad11f 100644 --- a/src/warc.c +++ b/src/warc.c @@ -27,10 +27,6 @@ Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work. */ -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - #include "wget.h" #include "hash.h" #include "utils.h"