diff options
Diffstat (limited to 'winsup/cygwin/include/getopt.h')
-rw-r--r-- | winsup/cygwin/include/getopt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/include/getopt.h b/winsup/cygwin/include/getopt.h index d3a3df9b8..7cbefbbb2 100644 --- a/winsup/cygwin/include/getopt.h +++ b/winsup/cygwin/include/getopt.h @@ -68,7 +68,9 @@ struct option { }; int getopt_long (int, char *const *, const char *, const struct option *, int *); -#define HAVE_DECL_GETOPT 1 +#ifndef HAVE_DECL_GETOPT +#define HAVE_DECL_GETOPT 0 +#endif #define no_argument 0 #define required_argument 1 |