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 /networking | |
parent | 746cfc8bf0fe2ac5e4adf6198f32360ec8ae1e5d (diff) |
If we really _need_ an #ifdef like this, then we should be using the libbb
getopt infrastructure instead.
Diffstat (limited to 'networking')
-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 @@ #include <arpa/inet.h> #include <netdb.h> -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif #include <getopt.h> #include "busybox.h" |