From d68d4dd9841dc22dcafbf1f69878caa91f617925 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Jul 2014 09:25:37 +0200 Subject: Revert "build: avoid defining _GNU_SOURCE" This reverts commit 2e6a8f260ca169e2e1a5646eecfc322de6f77307. Too many problems for now, such as with OSX and asprintf(). --- stream/rar.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'stream') diff --git a/stream/rar.c b/stream/rar.c index ec68bcbfa2..31211c777b 100644 --- a/stream/rar.c +++ b/stream/rar.c @@ -25,9 +25,6 @@ * Preamble *****************************************************************************/ -// needed for asprintf() -#define _GNU_SOURCE - #include #include #include -- cgit v1.2.3