From 4962c8c08842d9d3ca66d254b1ce4cacc4fb3756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Tue, 17 Mar 2015 10:21:12 +0900 Subject: [PATCH] Add AC_SYS_LARGEFILE defines to dix-config.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this, AC_SYS_LARGEFILE doesn't actually have any effect. Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher Signed-off-by: Keith Packard --- include/dix-config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 78c2010d0..76f45f535 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -391,9 +391,15 @@ /* Vendor name */ #undef XVENDORNAME +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + /* Enable GNU and other extensions to the C environment for GLIBC */ #undef _GNU_SOURCE +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to empty if `const' does not conform to ANSI C. */ #undef const