diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config.in b/gas/config.in index 9c91b88..9c8c793 100644 --- a/gas/config.in +++ b/gas/config.in @@ -48,6 +48,9 @@ /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT +/* Is the prototype for getopt in <unistd.h> in the expected format? */ +#undef HAVE_DECL_GETOPT + /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H @@ -318,6 +321,3 @@ /* 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 |