summaryrefslogtreecommitdiff
path: root/lib/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config.h.in')
-rw-r--r--lib/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/config.h.in b/lib/config.h.in
index 6cf1f47d..ab38266f 100644
--- a/lib/config.h.in
+++ b/lib/config.h.in
@@ -653,7 +653,13 @@
# endif
#endif
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
/* Define to 1 if Apple Darwin libintl workaround is needed */
#undef _INTL_REDIRECT_MACROS
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
#include <dirpaths.h>