* include/getopt.h: Add HAVE_DECL_GETOPT to save pain elsewhere.

This commit is contained in:
Christopher Faylor 2001-12-11 22:22:43 +00:00
parent c4d15ff443
commit 9b02812029
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-12-11 Christopher Faylor <cgf@redhat.com>
* include/getopt.h: Add HAVE_DECL_GETOPT to save pain elsewhere.
2001-12-10 Christopher Faylor <cgf@redhat.com>
* fhandler.h (fhandler_serial::ev): New class member.

View File

@ -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