summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2005-04-22 13:58:14 +0000
committerJerome Guitton <guitton@adacore.com>2005-04-22 13:58:14 +0000
commit415ff996aeeb948776ca05af5c1aee5dd088f291 (patch)
tree77f1d5d1a148f148d0d1c0878a1632d609877d08 /bfd/config.in
parentc3cd9a58506b70808450ef37b9341a446387c5ec (diff)
downloadbinutils-redhat-415ff996aeeb948776ca05af5c1aee5dd088f291.tar.gz
* configure.in: Replace BFD_NEED_DECLARATION checks by the
corresponding AC_CHECK_DECLS. * sysdep.h: Replace NEED_DECLARATION_* checks by the corresponding HAVE_DECL_*. * bfd.m4 (BFD_NEED_DECLARATION): Remove, obsolete. * configure: Regenerate. * config.in: Ditto.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in41
1 files changed, 23 insertions, 18 deletions
diff --git a/bfd/config.in b/bfd/config.in
index 12f7239069..decd1f7112 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -28,6 +28,13 @@
don't. */
#undef HAVE_DECL_BASENAME
+/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
+#undef HAVE_DECL_FFS
+
+/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
+ */
+#undef HAVE_DECL_FREE
+
/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
*/
#undef HAVE_DECL_FSEEKO
@@ -44,6 +51,22 @@
don't. */
#undef HAVE_DECL_FTELLO64
+/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
+ */
+#undef HAVE_DECL_GETENV
+
+/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
+ */
+#undef HAVE_DECL_MALLOC
+
+/* Define to 1 if you have the declaration of `realloc', and to 0 if you
+ don't. */
+#undef HAVE_DECL_REALLOC
+
+/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
+ */
+#undef HAVE_DECL_STRSTR
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
@@ -257,24 +280,6 @@
/* Define to 1 if you have the `__argz_stringify' function. */
#undef HAVE___ARGZ_STRINGIFY
-/* Define if ffs is not declared in system header files. */
-#undef NEED_DECLARATION_FFS
-
-/* Define if free is not declared in system header files. */
-#undef NEED_DECLARATION_FREE
-
-/* Define if getenv is not declared in system header files. */
-#undef NEED_DECLARATION_GETENV
-
-/* Define if malloc is not declared in system header files. */
-#undef NEED_DECLARATION_MALLOC
-
-/* Define if realloc is not declared in system header files. */
-#undef NEED_DECLARATION_REALLOC
-
-/* Define if strstr is not declared in system header files. */
-#undef NEED_DECLARATION_STRSTR
-
/* Name of package */
#undef PACKAGE