comparison src/config.h.in @ 25953:d7e1cf30728c v8.2.3510

patch 8.2.3510: changes are only detected with one second accuracy Commit: https://github.com/vim/vim/commit/0a7984af5601323fae7b3398f05a48087db7b767 Author: Leah Neukirchen <leah@vuxu.org> Date: Thu Oct 14 21:27:55 2021 +0100 patch 8.2.3510: changes are only detected with one second accuracy Problem: Changes are only detected with one second accuracy. Solution: Use the nanosecond time if possible. (Leah Neukirchen, closes #8873, closes #8875)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Oct 2021 22:30:04 +0200
parents 7e9e53a0368f
children 13e09dc59f0f
comparison
equal deleted inserted replaced
25952:7eded0585ee0 25953:d7e1cf30728c
141 /* Define if touuper/tolower only work on lower/upercase characters */ 141 /* Define if touuper/tolower only work on lower/upercase characters */
142 #undef BROKEN_TOUPPER 142 #undef BROKEN_TOUPPER
143 143
144 /* Define if stat() ignores a trailing slash */ 144 /* Define if stat() ignores a trailing slash */
145 #undef STAT_IGNORES_SLASH 145 #undef STAT_IGNORES_SLASH
146
147 /* Define to nanoseconds field of struct stat */
148 #undef ST_MTIM_NSEC
146 149
147 /* Define if tgetstr() has a second argument that is (char *) */ 150 /* Define if tgetstr() has a second argument that is (char *) */
148 #undef TGETSTR_CHAR_P 151 #undef TGETSTR_CHAR_P
149 152
150 /* Define if tgetent() returns zero for an error */ 153 /* Define if tgetent() returns zero for an error */