aboutsummaryrefslogtreecommitdiff
path: root/ld/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/acconfig.h')
-rw-r--r--ld/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/acconfig.h b/ld/acconfig.h
index 75c00ff..7be9865 100644
--- a/ld/acconfig.h
+++ b/ld/acconfig.h
@@ -1,6 +1,12 @@
+/* Whether strstr must be declared even if <string.h> is included. */
+#undef NEED_DECLARATION_STRSTR
+
/* Whether free must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_FREE
+
+/* Whether sbrk must be declared even if <unistd.h> is included. */
+#undef NEED_DECLARATION_SBRK
@TOP@
/* Do we need to use the b modifier when opening binary files? */