aboutsummaryrefslogtreecommitdiffstats
path: root/tools/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/config.h.in')
-rw-r--r--tools/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/config.h.in b/tools/config.h.in
index 6d67503de7..08e337a1f5 100644
--- a/tools/config.h.in
+++ b/tools/config.h.in
@@ -68,3 +68,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES