summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index cb4d82bc5fc..5696a2bbf10 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1506,6 +1506,18 @@
#endif
+/* Number of bits in a file offset, on hosts where this is settable. */
+#ifndef USED_FOR_TARGET
+#undef _FILE_OFFSET_BITS
+#endif
+
+
+/* Define for large files, on AIX-style hosts. */
+#ifndef USED_FOR_TARGET
+#undef _LARGE_FILES
+#endif
+
+
/* Define to 1 if on MINIX. */
#ifndef USED_FOR_TARGET
#undef _MINIX