$NetBSD: patch-config.h.in,v 1.2 2025/10/22 14:32:26 taca Exp $ * Based on NetBSD, add support for blocklist(blacklist). --- config.h.in.orig 2025-10-18 10:21:42.458286762 +0000 +++ config.h.in @@ -33,6 +33,12 @@ /* Define to 1 if you have the 'BN_GENCB_new' function. */ #undef HAVE_BN_GENCB_NEW +/* Define to 1 if blacklist is supported. */ +#undef HAVE_BLACKLIST_H + +/* Define to 1 if blocklist is supported. */ +#undef HAVE_BLOCKLIST_H + /* Define to 1 if the compiler supports __builtin_clz. */ #undef HAVE_BUILTIN_CLZ