$OpenBSD: patch-kdm_config-kdm_h_cmake,v 1.1 2016/07/16 10:38:50 zhuk Exp $
Add BSD authentication support.
--- kdm/config-kdm.h.cmake.orig	Tue Jul 12 22:59:33 2016
+++ kdm/config-kdm.h.cmake	Tue Jul 12 23:19:02 2016
@@ -60,6 +60,9 @@
 /* Define the system's entropy device */
 #cmakedefine DEV_RANDOM ${DEV_RANDOM}
 
+/* Define if the system uses a BSD-style auth */
+#cmakedefine HAVE_BSDAUTH 1
+
 /* Define if the system uses a BSD-style init */
 #cmakedefine BSD_INIT 1
 
