diff options
author | Steve Ellcey <sje@cup.hp.com> | 2005-07-01 15:19:47 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2005-07-01 15:19:47 +0000 |
commit | 398ee8f162e94e0808230e60ea153d16de7755b0 (patch) | |
tree | 986df224d87b1c277426ea29075c589390abc175 /binutils/config.in | |
parent | bba93f6c2ce393e9c3c02ef3f518b242f62e2b55 (diff) | |
download | binutils-398ee8f162e94e0808230e60ea153d16de7755b0.zip binutils-398ee8f162e94e0808230e60ea153d16de7755b0.tar.gz binutils-398ee8f162e94e0808230e60ea153d16de7755b0.tar.bz2 |
* configure.in (AM_BINUTILS_WARNINGS): Add.
(BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
* configure: Regenerate.
* config.in: Regenerate.
* objdump.c (NEED_DECLARATION_*): Replace with !HAVE_DECL_*.
* bucomm.h: (NEED_DECLARATION_*): Ditto.
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/binutils/config.in b/binutils/config.in index ee95a12..b690906 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -27,13 +27,33 @@ /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT +/* Define to 1 if you have the declaration of `environ', and to 0 if you + don't. */ +#undef HAVE_DECL_ENVIRON + +/* Define to 1 if you have the declaration of `fprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_FPRINTF + /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_GETC_UNLOCKED +/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. + */ +#undef HAVE_DECL_GETENV + /* Is the prototype for getopt in <unistd.h> in the expected format? */ #undef HAVE_DECL_GETOPT +/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. + */ +#undef HAVE_DECL_SBRK + +/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. + */ +#undef HAVE_DECL_STRSTR + /* Does the platform use an executable suffix? */ #undef HAVE_EXECUTABLE_SUFFIX @@ -166,21 +186,6 @@ /* Define to 1 if you have the `__argz_stringify' function. */ #undef HAVE___ARGZ_STRINGIFY -/* Define if environ is not declared in system header files. */ -#undef NEED_DECLARATION_ENVIRON - -/* Define if fprintf is not declared in system header files. */ -#undef NEED_DECLARATION_FPRINTF - -/* Define if getenv is not declared in system header files. */ -#undef NEED_DECLARATION_GETENV - -/* Define if sbrk is not declared in system header files. */ -#undef NEED_DECLARATION_SBRK - -/* Define if strstr is not declared in system header files. */ -#undef NEED_DECLARATION_STRSTR - /* Name of package */ #undef PACKAGE |