diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-21 15:36:18 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-21 15:36:18 +0100 |
commit | 10455d43fef041309ce0613fa792c635dd71e3a8 (patch) | |
tree | 66b437223be119f47c759603193a6b1c6ff205c3 /src/config.h.in | |
parent | 9ae862ebba4a8962cb1c6811a2a46656fa672599 (diff) | |
download | vim-git-10455d43fef041309ce0613fa792c635dd71e3a8.tar.gz |
patch 8.1.2326: cannot parse a date/time stringv8.1.2326
Problem: Cannot parse a date/time string.
Solution: Add strptime(). (Stephen Wall, closes #)
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index f9ae0bbf3..e17f036c7 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -206,6 +206,7 @@ #undef HAVE_STRNCASECMP #undef HAVE_STRNICMP #undef HAVE_STRPBRK +#undef HAVE_STRPTIME #undef HAVE_STRTOL #undef HAVE_CANBERRA #undef HAVE_ST_BLKSIZE |