On Sun, Apr 06, 2025 at 08:38:35PM +0100, Ramsay Jones wrote: > diff --git a/config.mak.uname b/config.mak.uname > index 1b3ba8a341..942550fb9e 100644 > --- a/config.mak.uname > +++ b/config.mak.uname > @@ -251,6 +251,8 @@ ifeq ($(uname_O),Cygwin) > endif > HAVE_DEV_TTY = YesPlease > HAVE_GETDELIM = YesPlease > + HAVE_CLOCK_GETTIME=YesPlease > + HAVE_CLOCK_MONOTONIC=YesPlease Nit: let's also have spaces around the assignment operator. > HAVE_ALLOCA_H = YesPlease > NEEDS_LIBICONV = YesPlease > NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes Patrick