diff options
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in index 76d3b81..abb8ee2 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -178,6 +178,9 @@ /* Is the type time_t defined in <sys/types.h>? */ #undef HAVE_TIME_T_IN_TYPES_H +/* Is the prototype for getopt in <unistd.h> in the expected format? */ +#undef HAVE_DECL_GETOPT + /* Does <utime.h> define struct utimbuf? */ #undef HAVE_GOOD_UTIME_H |