Add AC_SYS_LARGEFILE defines to dix-config.h

Without this, AC_SYS_LARGEFILE doesn't actually have any effect.

Signed-off-by: Michel Dänzer <michel@daenzer.net>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 4962c8c088)
This commit is contained in:
Michel Dänzer 2015-03-17 10:21:12 +09:00 committed by Adam Jackson
parent ae3aa32688
commit 554cb404a5
1 changed files with 6 additions and 0 deletions

View File

@ -388,9 +388,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