From d1569c215cf7cdbbe1b04f75f05c0bd99df435cf Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 2 Dec 2005 17:57:23 +0000 Subject: If we really _need_ an #ifdef like this, then we should be using the libbb getopt infrastructure instead. --- networking/wget.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/networking/wget.c b/networking/wget.c index 165af9a58..29f5d45c3 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -24,9 +24,6 @@ #include #include -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif #include #include "busybox.h" -- cgit v1.2.3