summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/autoconf.h.in4
-rw-r--r--src/config.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/autoconf.h.in b/src/autoconf.h.in
index e22985c..6d698a7 100644
--- a/src/autoconf.h.in
+++ b/src/autoconf.h.in
@@ -33,4 +33,8 @@
/* liberty */
#undef CONFIG_LIBERTY
+/* large file support */
+#undef _LARGE_FILES
+#undef _FILE_OFFSET_BITS
+
#endif
diff --git a/src/config.h b/src/config.h
index 1f49273..7c88b8c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -31,7 +31,6 @@
#include "audit.h"
#include "list.h"
-#include "autoconf.h"
#ifdef CONFIG_ARCH_HAVE_ARGS
#include "args.h"