aboutsummaryrefslogtreecommitdiff
path: root/bfd/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/acconfig.h')
-rw-r--r--bfd/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/acconfig.h b/bfd/acconfig.h
index 647798c..496c0ae 100644
--- a/bfd/acconfig.h
+++ b/bfd/acconfig.h
@@ -1,7 +1,13 @@
+/* Whether strstr must be declared even if <string.h> is included. */
+#undef NEED_DECLARATION_STRSTR
+
/* Whether malloc must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_MALLOC
+/* Whether realloc must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_REALLOC
+
/* Whether free must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_FREE
@TOP@