From 10455d43fef041309ce0613fa792c635dd71e3a8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Nov 2019 15:36:18 +0100 Subject: patch 8.1.2326: cannot parse a date/time string Problem: Cannot parse a date/time string. Solution: Add strptime(). (Stephen Wall, closes #) --- src/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index f9ae0bbf3d..e17f036c7c 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 -- cgit v1.2.3