summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2005-03-31 15:35:38 +0000
committerJerome Guitton <guitton@adacore.com>2005-03-31 15:35:38 +0000
commitcb9811183f211e5d11e89aaffe126bef056b9017 (patch)
treecd54c21f3d2a621cfcd188e45fcb85616064da03 /bfd/config.in
parentbd4f7a8f3985986b4f3d9df49310053a92eaa81f (diff)
downloadbinutils-redhat-cb9811183f211e5d11e89aaffe126bef056b9017.tar.gz
* bfd/config.in (HAVE_DECL_BASENAME): New configure macro.
* bfd/configure.in: Check for basename. * bfd/configure: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index 3ea2d282f2..bfd9c59cc5 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -24,6 +24,9 @@
/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
+/* Define to 1 if basename is declared by the system. */
+#undef HAVE_DECL_BASENAME
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H