From 9b02812029793a7ad9636dcfef6efc980e0b3afa Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 11 Dec 2001 22:22:43 +0000 Subject: * include/getopt.h: Add HAVE_DECL_GETOPT to save pain elsewhere. --- winsup/cygwin/include/getopt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/include/getopt.h') diff --git a/winsup/cygwin/include/getopt.h b/winsup/cygwin/include/getopt.h index b05b32fdd..beca375c8 100644 --- a/winsup/cygwin/include/getopt.h +++ b/winsup/cygwin/include/getopt.h @@ -54,6 +54,7 @@ extern char *optarg; /* argument associated with option */ int getopt (int, char * const *, const char *); int getopt_long (int, char *const *, const char *, const struct option *, int *); +#define HAVE_DECL_GETOPT 1 #define no_argument 0 #define required_argument 1 -- cgit v1.2.3