Declarations for getopt externs
This commit is contained in:
@@ -766,13 +766,13 @@ ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL vsyslog(int, const char *, va_list);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !HAVE_DECL_OPTARG
|
#if !HAVE_DECL_OPTARG
|
||||||
extern char *optarg;
|
ROKEN_LIB_VARIABLE extern char *optarg;
|
||||||
#endif
|
#endif
|
||||||
#if !HAVE_DECL_OPTIND
|
#if !HAVE_DECL_OPTIND
|
||||||
extern int optind;
|
ROKEN_LIB_VARIABLE extern int optind;
|
||||||
#endif
|
#endif
|
||||||
#if !HAVE_DECL_OPTERR
|
#if !HAVE_DECL_OPTERR
|
||||||
extern int opterr;
|
ROKEN_LIB_VARIABLE extern int opterr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_GETIPNODEBYNAME
|
#ifndef HAVE_GETIPNODEBYNAME
|
||||||
|
Reference in New Issue
Block a user