$NetBSD: patch-config.h.in,v 1.2 2025/05/10 18:59:47 vins Exp $ Support NetBSD and SunOS backends. --- config.h.in.orig 2024-12-15 09:22:32.000000000 +0000 +++ config.h.in @@ -12,6 +12,12 @@ /* OpenBSD suspend/hibernate backend */ #undef BACKEND_TYPE_OPENBSD +/* NetBSD suspend/hibernate backend */ +#undef BACKEND_TYPE_NETBSD + +/* SunOS suspend backend */ +#undef BACKEND_TYPE_SOLARIS + /* Define for debugging support */ #undef DEBUG