diff options
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ld/config.in b/ld/config.in index aca6e2d4c46..01ec4ff020d 100644 --- a/ld/config.in +++ b/ld/config.in @@ -61,6 +61,9 @@ /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE +/* Define if you have the glob function. */ +#undef HAVE_GLOB + /* Define if you have the munmap function. */ #undef HAVE_MUNMAP @@ -145,12 +148,12 @@ /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES -/* Define to 1 if NLS is requested */ -#undef ENABLE_NLS - /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT +/* Define to 1 if NLS is requested */ +#undef ENABLE_NLS + /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN |