1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Remove redundant definition of _GNU_SOURCE

* src/warc.c: Remove definition of _GNU_SOURCE

_GNU_SOURCE is already defined in config.h
This commit is contained in:
Tim Rühsen 2015-08-07 13:24:14 +02:00
parent f8519b52f0
commit 474935665e

View File

@ -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"