From 317fd3ae3b9e80953e1d934975f0e7e5be9a94ae Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 7 May 2010 16:05:55 +0200 Subject: updated for version 7.2.413 Problem: Large file support is incorrect. Solution: Add AC_SYS_LARGEFILE to configure. (James Vega) --- src/config.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 8fc8539c7..e05d59ed3 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -196,6 +196,11 @@ #undef HAVE_UTIME #undef HAVE_BIND_TEXTDOMAIN_CODESET +/* Define, if needed, for accessing large files. */ +#undef _LARGE_FILES +#undef _FILE_OFFSET_BITS +#undef _LARGEFILE_SOURCE + /* Define if you do not have utime(), but do have the utimes() function. */ #undef HAVE_UTIMES -- cgit v1.2.3