diff options
author | Jerome Guitton <guitton@adacore.com> | 2005-04-20 15:00:15 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2005-04-20 15:00:15 +0000 |
commit | ec7b76fec338ed275e5e4fa9c424345ffc0bb46a (patch) | |
tree | 193fa57cb5a60639c2897283d42d0cd51da047e1 /bfd/config.in | |
parent | 30e6617391a69a824f8493843c0ad5eb76923ca3 (diff) | |
download | gdb-ec7b76fec338ed275e5e4fa9c424345ffc0bb46a.zip gdb-ec7b76fec338ed275e5e4fa9c424345ffc0bb46a.tar.gz gdb-ec7b76fec338ed275e5e4fa9c424345ffc0bb46a.tar.bz2 |
* configure.in: Fix the check for basename declaration. Add check
for declarations of ftello, ftello64, fseeko, fseeko64.
* configure: Regenerate.
* config.in: Ditto.
* sysdep.h: If needed, declare ftello, ftello64, fseeko, fseeko64.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 9ddd878..12f7239 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -28,6 +28,22 @@ don't. */ #undef HAVE_DECL_BASENAME +/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. + */ +#undef HAVE_DECL_FSEEKO + +/* Define to 1 if you have the declaration of `fseeko64', and to 0 if you + don't. */ +#undef HAVE_DECL_FSEEKO64 + +/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. + */ +#undef HAVE_DECL_FTELLO + +/* Define to 1 if you have the declaration of `ftello64', and to 0 if you + don't. */ +#undef HAVE_DECL_FTELLO64 + /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H |