diff options
author | wm4 <wm4@nowhere> | 2014-07-10 09:25:37 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-07-10 09:25:37 +0200 |
commit | d68d4dd9841dc22dcafbf1f69878caa91f617925 (patch) | |
tree | 6d8a914ddf986202950eb98c9d13f3f21c2145ac /stream | |
parent | f8c2dd1b785125e82b9f2d04f1618137db1e2378 (diff) |
Revert "build: avoid defining _GNU_SOURCE"
This reverts commit 2e6a8f260ca169e2e1a5646eecfc322de6f77307.
Too many problems for now, such as with OSX and asprintf().
Diffstat (limited to 'stream')
-rw-r--r-- | stream/rar.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <assert.h> #include <limits.h> #include <stdio.h> |