summaryrefslogtreecommitdiff
path: root/ld/config.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2012-04-06 16:48:56 +0000
committerRoland McGrath <roland@gnu.org>2012-04-06 16:48:56 +0000
commit232578178f1f34d44e4b8fb14b34e4ca022b5c1a (patch)
tree1c34eb685a4cc2348ca68f92ce3de7e337fad289 /ld/config.in
parentd15d1d3e16eec296cda4b2c45d1910529af7be0c (diff)
downloadbinutils-redhat-232578178f1f34d44e4b8fb14b34e4ca022b5c1a.tar.gz
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 'ld/config.in')
-rw-r--r--ld/config.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/ld/config.in b/ld/config.in
index fc013fafbe..0a3219e4c0 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -73,6 +73,9 @@
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
/* Define to 1 if you have the `lseek' function. */
#undef HAVE_LSEEK
@@ -94,15 +97,15 @@
/* Define to 1 if you have the `sbrk' function. */
#undef HAVE_SBRK
+/* Define to 1 if you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* 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
@@ -169,8 +172,8 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* The size of `long', as computed by sizeof. */
-#undef SIZEOF_LONG
+/* The size of `void *', as computed by sizeof. */
+#undef SIZEOF_VOID_P
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS