summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index 7a4aa707966..f15e4ff3785 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -297,11 +297,17 @@
/* Version number of package */
#undef VERSION
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
/* Define to 1 if on MINIX. */
#undef _MINIX