From: Todd C. Miller Date: Thu, 28 Oct 2010 16:09:17 +0000 (-0400) Subject: Add large file support. X-Git-Tag: SUDO_1_8_0~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6247b85469cd22d17b3f8f0387e8de288f9a6392;p=sudo Add large file support. --- diff --git a/config.h.in b/config.h.in index 18e383938..77d7409e6 100644 --- a/config.h.in +++ b/config.h.in @@ -710,6 +710,12 @@ /* Define to avoid using the passwd/shadow file for authentication. */ #undef WITHOUT_PASSWD +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to `signed' or nothing if compiler does not support a signed type qualifier. */ #undef __signed