aboutsummaryrefslogtreecommitdiff
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
commit2e9ebff5c7305c5b65deb0f9230325d107603ce0 (patch)
tree714d16d7430b26618ceba0de97f3529f2136f510 /bfd/config.in
parente46eba98aea90cf780f66f7633c2e3417a2a6a76 (diff)
downloadfsf-binutils-gdb-2e9ebff5c7305c5b65deb0f9230325d107603ce0.zip
fsf-binutils-gdb-2e9ebff5c7305c5b65deb0f9230325d107603ce0.tar.gz
fsf-binutils-gdb-2e9ebff5c7305c5b65deb0f9230325d107603ce0.tar.bz2
* 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 3ea2d28..bfd9c59 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