* include/getopt.h: Fix define.
This commit is contained in:
parent
e56f4d7fc4
commit
6d218bb5c6
@ -1,3 +1,7 @@
|
|||||||
|
2001-12-30 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* include/getopt.h: Fix define.
|
||||||
|
|
||||||
2001-12-30 Christopher Faylor <cgf@redhat.com>
|
2001-12-30 Christopher Faylor <cgf@redhat.com>
|
||||||
Ralf Habacker <Ralf.Habacker@freenet.de>
|
Ralf Habacker <Ralf.Habacker@freenet.de>
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ struct option {
|
|||||||
|
|
||||||
int getopt_long (int, char *const *, const char *, const struct option *, int *);
|
int getopt_long (int, char *const *, const char *, const struct option *, int *);
|
||||||
#ifndef HAVE_DECL_GETOPT
|
#ifndef HAVE_DECL_GETOPT
|
||||||
#define HAVE_DECL_GETOPT 0
|
#define HAVE_DECL_GETOPT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define no_argument 0
|
#define no_argument 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user