From 6d218bb5c6da497b5be5697eb07809d5591fbed2 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 31 Dec 2001 04:00:07 +0000 Subject: * include/getopt.h: Fix define. --- winsup/cygwin/include/getopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/include/getopt.h') diff --git a/winsup/cygwin/include/getopt.h b/winsup/cygwin/include/getopt.h index 7cbefbbb2..6b6f643b7 100644 --- a/winsup/cygwin/include/getopt.h +++ b/winsup/cygwin/include/getopt.h @@ -69,7 +69,7 @@ struct option { int getopt_long (int, char *const *, const char *, const struct option *, int *); #ifndef HAVE_DECL_GETOPT -#define HAVE_DECL_GETOPT 0 +#define HAVE_DECL_GETOPT 1 #endif #define no_argument 0 -- cgit v1.2.3