FreeBSD: only assume iconv for FreeBSD >= 10
authorPhil Pennock <pdp@exim.org>
Sun, 12 Feb 2017 11:52:36 +0000 (06:52 -0500)
committerPhil Pennock <pdp@exim.org>
Sun, 12 Feb 2017 11:54:55 +0000 (06:54 -0500)
commitb1d4fc252b9a4ed3a70c2ee7296af2af806e0033
tree99290522d31ecbfee4bd925db76221c0c1f4e58e
parente1054c675575d47d6289d7e92aa79e09ca05c3e4
FreeBSD: only assume iconv for FreeBSD >= 10

Since FreeBSD 10 is the oldest version of the OS supported by the
FreeBSD Project, we shouldn't need this.  But people are still using
older versions.  On closer examination, it's only been 6 weeks since 9.3
stopped being supported.  People ignoring the status are playing with
fire, getting no security updates, but let's not make that _our_
problem.

Guard the "use system iconv" #define for the libiconv package with an OS
version #ifdef.

(cherry picked from commit 852e25c532665a5523f07930030199666aef996c)
Signed-off-by: Phil Pennock <pdp@exim.org>
src/OS/os.h-FreeBSD