diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index 6b5b8dc..9c91b88 100644 --- a/gas/config.in +++ b/gas/config.in @@ -318,3 +318,6 @@ /* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t + +/* Is the prototype for getopt in <unistd.h> in the expected format? */ +#undef HAVE_DECL_GETOPT |