aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-12-02 17:57:23 +0000
committerRob Landley <rob@landley.net>2005-12-02 17:57:23 +0000
commitd1569c215cf7cdbbe1b04f75f05c0bd99df435cf (patch)
tree7cdd8643785e514c674fe997743f6db2c7758182
parent746cfc8bf0fe2ac5e4adf6198f32360ec8ae1e5d (diff)
downloadbusybox-d1569c215cf7cdbbe1b04f75f05c0bd99df435cf.tar.gz
If we really _need_ an #ifdef like this, then we should be using the libbb
getopt infrastructure instead.
-rw-r--r--networking/wget.c3
1 files changed, 0 insertions, 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 <arpa/inet.h>
#include <netdb.h>
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
-#endif
#include <getopt.h>
#include "busybox.h"