$OpenBSD: patch-config_h_in,v 1.7 2011/11/30 11:13:47 ajacoutot Exp $

From d7ab99c00a01bea870cf51d855ecf320e0d23bac Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@openbsd.org>
Date: Wed, 30 Nov 2011 12:02:48 +0100
Subject: [PATCH] Implement OpenBSD authentication using bsd_auth(3).

--- config.h.in.orig	Mon Apr  4 16:29:28 2011
+++ config.h.in	Tue May 31 16:06:27 2011
@@ -9,6 +9,9 @@
 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
 #undef HAVE_BIND_TEXTDOMAIN_CODESET
 
+/* Define to 1 if using bsd_auth(3) authentication */
+#undef HAVE_BSDAUTH
+
 /* Define to 1 if you have the `clearenv' function. */
 #undef HAVE_CLEARENV
 
