aboutsummaryrefslogtreecommitdiff
path: root/gold/config.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2012-04-06 16:49:02 +0000
committerRoland McGrath <roland@gnu.org>2012-04-06 16:49:02 +0000
commit58797674628264ab9d71631970f74000dc522e81 (patch)
tree5d69c6f022fda9497d470dad70e1bf287fe33291 /gold/config.in
parente127cba8317b3641f8012db22b8008d84002132d (diff)
downloadfsf-binutils-gdb-58797674628264ab9d71631970f74000dc522e81.zip
fsf-binutils-gdb-58797674628264ab9d71631970f74000dc522e81.tar.gz
fsf-binutils-gdb-58797674628264ab9d71631970f74000dc522e81.tar.bz2
binutils/
2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate. gas/ 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate. gold/ 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate. ld/ 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'gold/config.in')
-rw-r--r--gold/config.in9
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