If we really _need_ an #ifdef like this, then we should be using the libbb
authorRob Landley <rob@landley.net>
Fri, 2 Dec 2005 17:57:23 +0000 (17:57 -0000)
committerRob Landley <rob@landley.net>
Fri, 2 Dec 2005 17:57:23 +0000 (17:57 -0000)
getopt infrastructure instead.

networking/wget.c

index 165af9a5804bad7aa8e78f69167735723805e892..29f5d45c39cca03f1653466a0ee765122575ceba 100644 (file)
@@ -24,9 +24,6 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
-#endif
 #include <getopt.h>
 
 #include "busybox.h"