diff options
author | Jerome Guitton <guitton@adacore.com> | 2005-03-31 15:35:38 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2005-03-31 15:35:38 +0000 |
commit | 2e9ebff5c7305c5b65deb0f9230325d107603ce0 (patch) | |
tree | 714d16d7430b26618ceba0de97f3529f2136f510 /bfd/config.in | |
parent | e46eba98aea90cf780f66f7633c2e3417a2a6a76 (diff) | |
download | gdb-2e9ebff5c7305c5b65deb0f9230325d107603ce0.zip gdb-2e9ebff5c7305c5b65deb0f9230325d107603ce0.tar.gz 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.in | 3 |
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 |