aboutsummaryrefslogtreecommitdiff
path: root/binutils/acconfig.h
diff options
context:
space:
mode:
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>? */