diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-24 21:44:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-24 21:44:06 +0000 |
commit | a44b19a466cc0e6221f29c7fefa79bf60763528d (patch) | |
tree | accbc7a2558221c53ea317775ed3d0113a5065f4 /gnu/usr.sbin/sendmail | |
parent | 7ce25fc231db9158c81f7af683b5dbc8b015b3e1 (diff) |
Add WorkAroundBrokenAAAA option here too. We already have it in
openbsd-proto.mc and openbsd-localhost.mc.
Diffstat (limited to 'gnu/usr.sbin/sendmail')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/submit.mc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/submit.mc b/gnu/usr.sbin/sendmail/cf/cf/submit.mc index aed561caddd..4eee81cfb60 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/submit.mc +++ b/gnu/usr.sbin/sendmail/cf/cf/submit.mc @@ -19,4 +19,5 @@ VERSIONID(`$Sendmail: submit.mc,v 8.5 2001/09/08 01:20:53 gshapiro Exp $') define(`confCF_VERSION', `Submit')dnl define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet +define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl FEATURE(`msp')dnl |