Added dns_use_edns0 main option.
authorPhil Pennock <pdp@exim.org>
Tue, 22 Mar 2011 13:37:32 +0000 (09:37 -0400)
committerPhil Pennock <pdp@exim.org>
Tue, 22 Mar 2011 13:37:32 +0000 (09:37 -0400)
commite97d1f088ab357d806bff8b7d5f3fce068a85989
treeb1d5e77b34c176b8c11feacd28db68ebcf6c74e1
parent0e944a0d8501ebf6ff71c652a48bd38b984f4450
Added dns_use_edns0 main option.

Is int because need a "do not override default" option, but that stops
us from using the bool expansion logic and so we need to explicitly
set numbers. Should try to find a way around that.
doc/doc-docbook/spec.xfpt
doc/doc-txt/ChangeLog
doc/doc-txt/NewStuff
src/src/dns.c
src/src/globals.c
src/src/globals.h
src/src/readconf.c