summaryrefslogtreecommitdiff
path: root/chat/zephyr/patches/patch-acconfig_h
diff options
context:
space:
mode:
Diffstat (limited to 'chat/zephyr/patches/patch-acconfig_h')
-rw-r--r--chat/zephyr/patches/patch-acconfig_h16
1 files changed, 16 insertions, 0 deletions
diff --git a/chat/zephyr/patches/patch-acconfig_h b/chat/zephyr/patches/patch-acconfig_h
new file mode 100644
index 00000000000..5b213851999
--- /dev/null
+++ b/chat/zephyr/patches/patch-acconfig_h
@@ -0,0 +1,16 @@
+$NetBSD: patch-acconfig_h,v 1.1 2011/10/08 06:17:40 dholland Exp $
+
+Check for HES_GETMAILHOST before using it.
+
+--- acconfig.h~ 1998-12-01 16:48:27.000000000 +0000
++++ acconfig.h
+@@ -1,6 +1,9 @@
+ /* Define to compile with Hesiod support. */
+ #undef HAVE_HESIOD
+
++/* Define if Hesiod has hes_getmailhost. */
++#undef HAVE_HES_GETMAILHOST
++
+ /* Define to compile with Kerberos support. */
+ #undef HAVE_KRB4
+