aboutsummaryrefslogtreecommitdiff
path: root/binutils/acconfig.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-08-07 18:30:39 +0000
committerIan Lance Taylor <ian@airs.com>1996-08-07 18:30:39 +0000
commitf0bbf79aea89403d07798c118e640bb6e8f26c70 (patch)
tree98867715626ecec54b8ab93a3d255f00f8db658a /binutils/acconfig.h
parent5cece5267784495835c2fb2fb4141612d4c3c02b (diff)
downloadgdb-f0bbf79aea89403d07798c118e640bb6e8f26c70.zip
gdb-f0bbf79aea89403d07798c118e640bb6e8f26c70.tar.gz
gdb-f0bbf79aea89403d07798c118e640bb6e8f26c70.tar.bz2
Wed Aug 7 14:27:33 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
* 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.
Diffstat (limited to 'binutils/acconfig.h')
-rw-r--r--binutils/acconfig.h6
1 files changed, 6 insertions, 0 deletions
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 <string.h> is included. */
+#undef NEED_DECLARATION_STRSTR
+
/* Whether fprintf must be declared even if <stdio.h> is included. */
#undef NEED_DECLARATION_FPRINTF
+
+/* Whether sbrk must be declared even if <unistd.h> is included. */
+#undef NEED_DECLARATION_SBRK
@TOP@
/* Is the type time_t defined in <time.h>? */