summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/getopt.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-12-31 04:00:07 +0000
committerChristopher Faylor <me@cgf.cx>2001-12-31 04:00:07 +0000
commit6d218bb5c6da497b5be5697eb07809d5591fbed2 (patch)
tree18cdaabe7b54ee20aca4e207a41522d709c5e9f3 /winsup/cygwin/include/getopt.h
parente56f4d7fc4f734d1f784e898a4f4ace33eb019b3 (diff)
downloadcygnal-6d218bb5c6da497b5be5697eb07809d5591fbed2.tar.gz
cygnal-6d218bb5c6da497b5be5697eb07809d5591fbed2.tar.bz2
cygnal-6d218bb5c6da497b5be5697eb07809d5591fbed2.zip
* include/getopt.h: Fix define.
Diffstat (limited to 'winsup/cygwin/include/getopt.h')
-rw-r--r--winsup/cygwin/include/getopt.h2
1 files changed, 1 insertions, 1 deletions
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