diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-02-15 21:33:05 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-02-15 21:33:05 +0000 |
commit | cc00f4af38ebcc8255460398f573ba6e6ec842e3 (patch) | |
tree | 18e670d49ca46f17036b5288e33295d377f1cb29 /src/OS | |
parent | 65f1c92a5c06bb7de867f8d72c7eef5f829daeb4 (diff) |
Withdraw A6 DNS record support
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/Makefile-Default | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/OS/Makefile-Default b/src/OS/Makefile-Default index 60d5ea83b..a0d9afa95 100644 --- a/src/OS/Makefile-Default +++ b/src/OS/Makefile-Default @@ -186,14 +186,6 @@ EXIWHAT_KILL_SIGNAL=-USR1 # IPV6_USE_INET_PTON=yes -# Setting the next option brings in support for A6 DNS records for IPV6. These -# were at one time expected to supplant AAAA records, but were eventually -# rejected. The code remains in Exim, but has not been compiled or tested for -# quite some time. Do not set this unless you know what you are doing. - -# SUPPORT_A6=yes - - # HOSTNAME_COMMAND contains the path to the "hostname" command, which varies # from OS to OS. This is used when building the Exim monitor script only. (See # also BASENAME_COMMAND.) If HOSTNAME_COMMAND is set to "look_for_it" then the |