summaryrefslogtreecommitdiff
path: root/ld/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'ld/config.in')
-rw-r--r--ld/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in
index 5321a1244f9..e3d4f71f6f4 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -143,11 +143,17 @@
`char[]'. */
#undef YYTEXT_POINTER
+/* 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