summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-10 21:26:37 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-10 21:26:37 +0100
commitf52f0606ed9ea19bcfc3a8343af9958f2d99eaf7 (patch)
tree1fd2ccebf68aca966d10acdacf36a99badea66c5 /src/config.h.in
parentc23555de346c53f8f6c478635c2d9e5f2992dd7f (diff)
patch 8.2.2586: process id may be invalidv8.2.2586
Problem: Process id may be invalid. Solution: Use sysinfo.uptime to check for recent reboot. (suggested by Hugo van der Sanden, closes #7947)
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 5d01e2c4f7..fbf4b2449c 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -213,6 +213,7 @@
#undef HAVE_SYSCTL
#undef HAVE_SYSINFO
#undef HAVE_SYSINFO_MEM_UNIT
+#undef HAVE_SYSINFO_UPTIME
#undef HAVE_TGETENT
#undef HAVE_TOWLOWER
#undef HAVE_TOWUPPER