summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-18 22:53:24 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-18 22:53:24 +0200
commitdb51730df1817fc4b6ecf5a065c69fac518ad821 (patch)
treed7966f2f74b8f11cb6bb228a422bf4650e9bc7d9 /src/config.h.in
parent517f71ab17c265602465eaee3775dcfe8afe0478 (diff)
patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567
Problem: Localtime_r() does not respond to $TZ changes. Solution: If $TZ changes then call tzset(). (Tom Ryder)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index c1ced6fe9c..f9ae0bbf3d 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -217,6 +217,7 @@
#undef HAVE_TOWLOWER
#undef HAVE_TOWUPPER
#undef HAVE_ISWUPPER
+#undef HAVE_TZSET
#undef HAVE_UNSETENV
#undef HAVE_USLEEP
#undef HAVE_UTIME