From efa9bda48249988ac6d0459f5331b73e0d43339e Mon Sep 17 00:00:00 2001 From: "Aaron W. LaFramboise" Date: Wed, 30 Mar 2005 02:46:25 +0000 Subject: * configure.in: Check for ffs decl and alphabetize. * config.in: Regenerate. * configure: Regenerate. * sysdep.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize. --- 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 a379372..3ea2d28 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -237,6 +237,9 @@ /* 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 -- cgit v1.1