ossp-pkg/getopt/getopt_main.c 1.1 -> 1.2
--- getopt_main.c 2003/03/07 10:35:16 1.1
+++ getopt_main.c 2005/10/05 10:11:57 1.2
@@ -43,11 +43,7 @@
#include <unistd.h>
#include <ctype.h>
-#if LIBCGETOPT
-#include <getopt.h>
-#else
#include "getopt.h"
-#endif
#define WITHOUT_GETTEXT 1
#define _(x) x
|
|