If we really _need_ an #ifdef like this, then we should be using the libbb

getopt infrastructure instead.
This commit is contained in:
Rob Landley 2005-12-02 17:57:23 +00:00
parent 746cfc8bf0
commit d1569c215c

View 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"