aboutsummaryrefslogtreecommitdiff
path: root/bfd/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/acconfig.h')
-rw-r--r--bfd/acconfig.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/acconfig.h b/bfd/acconfig.h
new file mode 100644
index 0000000..69c7ab0
--- /dev/null
+++ b/bfd/acconfig.h
@@ -0,0 +1,11 @@
+/* Do we need to use the b modifier when opening binary files? */
+#undef USE_BINARY_FOPEN
+
+/* Whether malloc must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_MALLOC
+
+/* Whether free must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_FREE
+
+/* Name of host specific header file to include in trad-core.c. */
+#undef TRAD_HEADER