aboutsummaryrefslogtreecommitdiff
path: root/opcodes/config.in
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2005-03-31 16:52:54 +0000
committerJerome Guitton <guitton@adacore.com>2005-03-31 16:52:54 +0000
commit4bd60896340febb5bfafc025401ef2d221d748a2 (patch)
treef5941c4d4ef58be6182e9a1073f1ed9e3816483f /opcodes/config.in
parentfddc4048e58c34d1f297277a4d23984fb5f9e54d (diff)
downloadbinutils-4bd60896340febb5bfafc025401ef2d221d748a2.zip
binutils-4bd60896340febb5bfafc025401ef2d221d748a2.tar.gz
binutils-4bd60896340febb5bfafc025401ef2d221d748a2.tar.bz2
* configure.in: Check for basename.
* configure: Regenerate. * config.in: Ditto.
Diffstat (limited to 'opcodes/config.in')
-rw-r--r--opcodes/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/config.in b/opcodes/config.in
index 76e2f3d..9d143c3 100644
--- a/opcodes/config.in
+++ b/opcodes/config.in
@@ -24,6 +24,10 @@
/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
+/* Define to 1 if you have the declaration of `basename', and to 0 if you
+ don't. */
+#undef HAVE_DECL_BASENAME
+
/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD