comparison src/config.h.in @ 18669:9007e9896303 v8.1.2326

patch 8.1.2326: cannot parse a date/time string Commit: https://github.com/vim/vim/commit/10455d43fef041309ce0613fa792c635dd71e3a8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 21 15:36:18 2019 +0100 patch 8.1.2326: cannot parse a date/time string Problem: Cannot parse a date/time string. Solution: Add strptime(). (Stephen Wall, closes #)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 15:45:03 +0100
parents d03a52e02f1a
children df141c730008
comparison
equal deleted inserted replaced
18668:ce55d198b1b5 18669:9007e9896303
204 #undef HAVE_STRFTIME 204 #undef HAVE_STRFTIME
205 #undef HAVE_STRICMP 205 #undef HAVE_STRICMP
206 #undef HAVE_STRNCASECMP 206 #undef HAVE_STRNCASECMP
207 #undef HAVE_STRNICMP 207 #undef HAVE_STRNICMP
208 #undef HAVE_STRPBRK 208 #undef HAVE_STRPBRK
209 #undef HAVE_STRPTIME
209 #undef HAVE_STRTOL 210 #undef HAVE_STRTOL
210 #undef HAVE_CANBERRA 211 #undef HAVE_CANBERRA
211 #undef HAVE_ST_BLKSIZE 212 #undef HAVE_ST_BLKSIZE
212 #undef HAVE_SYSCONF 213 #undef HAVE_SYSCONF
213 #undef HAVE_SYSCTL 214 #undef HAVE_SYSCTL