diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-07 16:05:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-07 16:05:55 +0200 |
commit | 317fd3ae3b9e80953e1d934975f0e7e5be9a94ae (patch) | |
tree | d9b2dd2e498f1f37646779bd73c4df788c11337b /src/config.h.in | |
parent | 5ea0ac77b3a44e414932da38a98f6821fe3f33a3 (diff) | |
download | vim-317fd3ae3b9e80953e1d934975f0e7e5be9a94ae.zip |
updated for version 7.2.413
Problem: Large file support is incorrect.
Solution: Add AC_SYS_LARGEFILE to configure. (James Vega)
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
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 |