aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2013-08-12 17:22:39 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2013-08-12 17:22:39 +0000
commitc4190e0fcfad7fe5f4c4f480276fbaec75a44631 (patch)
tree0fcf002ae09efd23153b66a88e0fb10b64eda068 /contrib/sendmail
parent2c9c61defa0fe79c50e37d7d704a26e687a520e3 (diff)
downloadsrc-c4190e0fcfad7fe5f4c4f480276fbaec75a44631.tar.gz
src-c4190e0fcfad7fe5f4c4f480276fbaec75a44631.zip
Notes
Diffstat (limited to 'contrib/sendmail')
-rw-r--r--contrib/sendmail/include/sm/os/sm_os_freebsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/sendmail/include/sm/os/sm_os_freebsd.h b/contrib/sendmail/include/sm/os/sm_os_freebsd.h
index 3ba61fd5460a..cb4d6f4685f0 100644
--- a/contrib/sendmail/include/sm/os/sm_os_freebsd.h
+++ b/contrib/sendmail/include/sm/os/sm_os_freebsd.h
@@ -39,3 +39,7 @@
#ifndef SM_CONF_MSG
# define SM_CONF_MSG 1
#endif /* SM_CONF_MSG */
+
+#ifndef SM_IPNODEBYNAME_FLAGS
+# define SM_IPNODEBYNAME_FLAGS AI_DEFAULT|AI_ALL
+#endif /* SM_IPNODEBYNAME_FLAGS */