From 6574577cacd393ab7591fc776ea060eebc939e55 Mon Sep 17 00:00:00 2001 From: Paul Ollis Date: Sun, 5 Jun 2022 16:55:54 +0100 Subject: patch 8.2.5057: using gettimeofday() for timeout is very inefficient Problem: Using gettimeofday() for timeout is very inefficient. Solution: Set a platform dependent timer. (Paul Ollis, closes #10505) --- 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 2653e8dda5..1786f2ff96 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -231,6 +231,7 @@ #undef HAVE_UTIME #undef HAVE_BIND_TEXTDOMAIN_CODESET #undef HAVE_MBLEN +#undef HAVE_TIMER_CREATE /* Define, if needed, for accessing large files. */ #undef _LARGE_FILES -- cgit v1.2.3