From d6442e7f204b5298854395d0278a62fb7aa4a7d2 Mon Sep 17 00:00:00 2001 From: Jerome Guitton Date: Thu, 31 Mar 2005 15:35:38 +0000 Subject: * bfd/config.in (HAVE_DECL_BASENAME): New configure macro. * bfd/configure.in: Check for basename. * bfd/configure: Regenerate. --- bfd/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/config.in') diff --git a/bfd/config.in b/bfd/config.in index 3ea2d282f2e..bfd9c59cc5a 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 header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H -- cgit v1.2.1