summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-07 16:05:55 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-07 16:05:55 +0200
commit317fd3ae3b9e80953e1d934975f0e7e5be9a94ae (patch)
treed9b2dd2e498f1f37646779bd73c4df788c11337b /src/config.h.in
parent5ea0ac77b3a44e414932da38a98f6821fe3f33a3 (diff)
downloadvim-git-317fd3ae3b9e80953e1d934975f0e7e5be9a94ae.tar.gz
updated for version 7.2.413v7.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.in5
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