aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index f5e5e280..3746e830 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -63,3 +63,9 @@
/* Version number of package */
#undef VERSION
+
+/* 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