diff options
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/config.in b/ld/config.in index a905962..689a99c 100644 --- a/ld/config.in +++ b/ld/config.in @@ -154,6 +154,9 @@ /* Define to 1 if NLS is requested */ #undef ENABLE_NLS +/* Is the prototype for getopt in <unistd.h> in the expected format? */ +#undef HAVE_DECL_GETOPT + /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN @@ -175,5 +178,3 @@ /* Additional extension a shared object might have. */ #undef EXTRA_SHLIB_EXTENSION -/* Is the prototype for getopt in <unistd.h> in the expected format? */ -#undef HAVE_DECL_GETOPT |