diff options
author | Jerome Guitton <guitton@adacore.com> | 2005-04-22 13:58:14 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2005-04-22 13:58:14 +0000 |
commit | d34a2b1dc9d8e59c41f630002ffa70c4de1100f9 (patch) | |
tree | 1f4e60903ebe18edbee2dd319b3c329aeb15f3c3 /bfd/config.in | |
parent | 0abb7bc72fc039cd73a8bbb558ad21b17a872d44 (diff) | |
download | gdb-d34a2b1dc9d8e59c41f630002ffa70c4de1100f9.zip gdb-d34a2b1dc9d8e59c41f630002ffa70c4de1100f9.tar.gz gdb-d34a2b1dc9d8e59c41f630002ffa70c4de1100f9.tar.bz2 |
* configure.in: Replace BFD_NEED_DECLARATION checks by the
corresponding AC_CHECK_DECLS.
* sysdep.h: Replace NEED_DECLARATION_* checks by the corresponding
HAVE_DECL_*.
* bfd.m4 (BFD_NEED_DECLARATION): Remove, obsolete.
* configure: Regenerate.
* config.in: Ditto.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 41 |
1 files changed, 23 insertions, 18 deletions
diff --git a/bfd/config.in b/bfd/config.in index 12f7239..decd1f7 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -28,6 +28,13 @@ don't. */ #undef HAVE_DECL_BASENAME +/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ +#undef HAVE_DECL_FFS + +/* Define to 1 if you have the declaration of `free', and to 0 if you don't. + */ +#undef HAVE_DECL_FREE + /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. */ #undef HAVE_DECL_FSEEKO @@ -44,6 +51,22 @@ don't. */ #undef HAVE_DECL_FTELLO64 +/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. + */ +#undef HAVE_DECL_GETENV + +/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. + */ +#undef HAVE_DECL_MALLOC + +/* Define to 1 if you have the declaration of `realloc', and to 0 if you + don't. */ +#undef HAVE_DECL_REALLOC + +/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. + */ +#undef HAVE_DECL_STRSTR + /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H @@ -257,24 +280,6 @@ /* Define to 1 if you have the `__argz_stringify' function. */ #undef HAVE___ARGZ_STRINGIFY -/* Define if ffs is not declared in system header files. */ -#undef NEED_DECLARATION_FFS - -/* Define if free is not declared in system header files. */ -#undef NEED_DECLARATION_FREE - -/* Define if getenv is not declared in system header files. */ -#undef NEED_DECLARATION_GETENV - -/* Define if malloc is not declared in system header files. */ -#undef NEED_DECLARATION_MALLOC - -/* Define if realloc is not declared in system header files. */ -#undef NEED_DECLARATION_REALLOC - -/* Define if strstr is not declared in system header files. */ -#undef NEED_DECLARATION_STRSTR - /* Name of package */ #undef PACKAGE |