diff options
author | Rob Landley <rob@landley.net> | 2005-12-02 17:57:23 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-12-02 17:57:23 +0000 |
commit | d1569c215cf7cdbbe1b04f75f05c0bd99df435cf (patch) | |
tree | 7cdd8643785e514c674fe997743f6db2c7758182 | |
parent | 746cfc8bf0fe2ac5e4adf6198f32360ec8ae1e5d (diff) | |
download | busybox-w32-d1569c215cf7cdbbe1b04f75f05c0bd99df435cf.tar.gz busybox-w32-d1569c215cf7cdbbe1b04f75f05c0bd99df435cf.tar.bz2 busybox-w32-d1569c215cf7cdbbe1b04f75f05c0bd99df435cf.zip |
If we really _need_ an #ifdef like this, then we should be using the libbb
getopt infrastructure instead.
-rw-r--r-- | networking/wget.c | 3 |
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 @@ | |||
24 | #include <arpa/inet.h> | 24 | #include <arpa/inet.h> |
25 | #include <netdb.h> | 25 | #include <netdb.h> |
26 | 26 | ||
27 | #ifndef _GNU_SOURCE | ||
28 | #define _GNU_SOURCE | ||
29 | #endif | ||
30 | #include <getopt.h> | 27 | #include <getopt.h> |
31 | 28 | ||
32 | #include "busybox.h" | 29 | #include "busybox.h" |