OSDN Git Service

* include/getopt.h: Fix define.
authorcgf <cgf>
Mon, 31 Dec 2001 04:00:05 +0000 (04:00 +0000)
committercgf <cgf>
Mon, 31 Dec 2001 04:00:05 +0000 (04:00 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/getopt.h

index 7825311..0f7564f 100644 (file)
@@ -1,4 +1,8 @@
 2001-12-30  Christopher Faylor  <cgf@redhat.com>
+
+       * include/getopt.h: Fix define.
+
+2001-12-30  Christopher Faylor  <cgf@redhat.com>
            Ralf Habacker  <Ralf.Habacker@freenet.de>
 
        * speclib: New file.
index 7cbefbb..6b6f643 100644 (file)
@@ -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