Rename T_APL to T_ADDRESSES
authorPhil Pennock <pdp@exim.org>
Mon, 14 Jul 2014 06:49:33 +0000 (02:49 -0400)
committerPhil Pennock <pdp@exim.org>
Mon, 14 Jul 2014 06:49:33 +0000 (02:49 -0400)
Fixes Github issue #15

Known DNS RRTYPE aliases can be found at
<http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml>
and `T_APL` conflicts with the `APL` RRTYPE, Address Prefix List, in
experimental RFC 3123.

Issue reported compilation issues on OpenBSD.

Instead, use `T_ADDRESSES`.


No differences found