mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
Problem: Missing -D_FILE_OFFSET_BITS=64 may cause problems if a library is compiled with it. Solution: Include -D_FILE_OFFSET_BITS if some CFLAGS has it. (James McCoy, closes #2600)