diff options
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in index a3867f3912d..fc013fafbe6 100644 --- a/ld/config.in +++ b/ld/config.in @@ -67,6 +67,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define if your <locale.h> file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -97,6 +100,9 @@ /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H |