diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2015-03-17 10:21:12 +0900 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-12 08:02:11 -0700 |
commit | 4962c8c08842d9d3ca66d254b1ce4cacc4fb3756 (patch) | |
tree | 4ef29065ecfcdf250f4a4f87eff0e357e8de949b /include | |
parent | 0409b6e6d63e9cfb5dc71bb27de4b1ed0152dd9b (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |