]> granicus.if.org Git - sudo/commitdiff
Add large file support.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Oct 2010 16:09:17 +0000 (12:09 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Oct 2010 16:09:17 +0000 (12:09 -0400)
config.h.in

index 18e383938b64a95fe3e30e916782d089c64baa0e..77d7409e68f367afe35c1c1a359bb82370b0a737 100644 (file)
 /* 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