diff options
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gold/config.in b/gold/config.in index 68ea1f6..dd6d827 100644 --- a/gold/config.in +++ b/gold/config.in @@ -84,6 +84,9 @@ /* Define if your <locale.h> file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES +/* Define to 1 if you have the <locale.h> header file. */ +#undef HAVE_LOCALE_H + /* Define to 1 if you have the `mallinfo' function. */ #undef HAVE_MALLINFO @@ -108,6 +111,9 @@ /* Define to 1 if you have the `readv' function. */ #undef HAVE_READV +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + /* Define if struct stat has a field st_mtim with timespec for mtime */ #undef HAVE_STAT_ST_MTIM @@ -117,9 +123,6 @@ /* 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 |