summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/ld/acconfig.h')
-rw-r--r--contrib/binutils/ld/acconfig.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/binutils/ld/acconfig.h b/contrib/binutils/ld/acconfig.h
new file mode 100644
index 0000000..6034cad
--- /dev/null
+++ b/contrib/binutils/ld/acconfig.h
@@ -0,0 +1,16 @@
+
+/* 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
+
+/* Whether getenv must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_GETENV
+@TOP@
+
+/* Do we need to use the b modifier when opening binary files? */
+#undef USE_BINARY_FOPEN
OpenPOWER on IntegriCloud