$NetBSD: patch-config.h.in,v 1.2 2025/05/09 14:05:32 adam Exp $ Detect presence of getrandom(2). https://dev.gnupg.org/T6442 --- config.h.in.orig 2025-05-07 14:13:07.000000000 +0000 +++ config.h.in @@ -360,6 +360,9 @@ /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE +/* Define to 1 if you have the `getrandom' function. */ +#undef HAVE_GETRANDOM + /* Define to 1 if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE