From f0bbf79aea89403d07798c118e640bb6e8f26c70 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 7 Aug 1996 18:30:39 +0000 Subject: Wed Aug 7 14:27:33 1996 Philippe De Muyter * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk. * acconfig.h (NEED_DECLARATION_STRSTR): New macro. (NEED_DECLARATION_SBRK): New macro. * configure, config.in: Rebuild. * bucomm.h (strstr): Declare if NEED_DECLARATION_STRSTR. (sbrk): Declare if HAVE_SBRK and NEED_DECLARATION_SBRK. --- binutils/acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binutils/acconfig.h') diff --git a/binutils/acconfig.h b/binutils/acconfig.h index bcd47f0..a3e0eab 100644 --- a/binutils/acconfig.h +++ b/binutils/acconfig.h @@ -1,6 +1,12 @@ +/* Whether strstr must be declared even if is included. */ +#undef NEED_DECLARATION_STRSTR + /* Whether fprintf must be declared even if is included. */ #undef NEED_DECLARATION_FPRINTF + +/* Whether sbrk must be declared even if is included. */ +#undef NEED_DECLARATION_SBRK @TOP@ /* Is the type time_t defined in ? */ -- cgit v1.1