From 03bb3e863663a034434b000fbfce2de7e908ba24 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 24 Apr 2010 15:22:17 +0000 Subject: remove _GNU_SOURCE define from everywhere. strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474 --- content/fetchers/fetch_data.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/fetchers') diff --git a/content/fetchers/fetch_data.c b/content/fetchers/fetch_data.c index 51fade815..a58c971bf 100644 --- a/content/fetchers/fetch_data.c +++ b/content/fetchers/fetch_data.c @@ -18,8 +18,6 @@ /* data: URL handling. See http://tools.ietf.org/html/rfc2397 */ -#define _GNU_SOURCE - #include #include #include -- cgit v1.2.3