summaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2005-07-01 15:19:47 +0000
committerSteve Ellcey <sje@cup.hp.com>2005-07-01 15:19:47 +0000
commit4d7725093c49aaf45ba86cba9f272e8d11e53f70 (patch)
treed7a4f2bde8063d3deeba413298ed94c9d9338cb2 /binutils/config.in
parent3dab4ae989818bdf66191ec925eb7853d2540d82 (diff)
downloadbinutils-redhat-4d7725093c49aaf45ba86cba9f272e8d11e53f70.tar.gz
* configure.in (AM_BINUTILS_WARNINGS): Add.
(BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS. * configure: Regenerate. * config.in: Regenerate. * objdump.c (NEED_DECLARATION_*): Replace with !HAVE_DECL_*. * bucomm.h: (NEED_DECLARATION_*): Ditto.
Diffstat (limited to 'binutils/config.in')
-rw-r--r--binutils/config.in35
1 files changed, 20 insertions, 15 deletions
diff --git a/binutils/config.in b/binutils/config.in
index ee95a12d0e..b690906d2f 100644
--- a/binutils/config.in
+++ b/binutils/config.in
@@ -27,13 +27,33 @@
/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
+/* Define to 1 if you have the declaration of `environ', and to 0 if you
+ don't. */
+#undef HAVE_DECL_ENVIRON
+
+/* Define to 1 if you have the declaration of `fprintf', and to 0 if you
+ don't. */
+#undef HAVE_DECL_FPRINTF
+
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
don't. */
#undef HAVE_DECL_GETC_UNLOCKED
+/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
+ */
+#undef HAVE_DECL_GETENV
+
/* Is the prototype for getopt in <unistd.h> in the expected format? */
#undef HAVE_DECL_GETOPT
+/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
+ */
+#undef HAVE_DECL_SBRK
+
+/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
+ */
+#undef HAVE_DECL_STRSTR
+
/* Does the platform use an executable suffix? */
#undef HAVE_EXECUTABLE_SUFFIX
@@ -166,21 +186,6 @@
/* Define to 1 if you have the `__argz_stringify' function. */
#undef HAVE___ARGZ_STRINGIFY
-/* Define if environ is not declared in system header files. */
-#undef NEED_DECLARATION_ENVIRON
-
-/* Define if fprintf is not declared in system header files. */
-#undef NEED_DECLARATION_FPRINTF
-
-/* Define if getenv is not declared in system header files. */
-#undef NEED_DECLARATION_GETENV
-
-/* Define if sbrk is not declared in system header files. */
-#undef NEED_DECLARATION_SBRK
-
-/* Define if strstr is not declared in system header files. */
-#undef NEED_DECLARATION_STRSTR
-
/* Name of package */
#undef PACKAGE