]> granicus.if.org Git - neomutt/commit
Stub out getdnsdomainname() unless HAVE_GETADDRINFO.
authorKevin McCarthy <kevin@8t8.us>
Mon, 5 Sep 2016 19:35:19 +0000 (12:35 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 5 Sep 2016 19:35:19 +0000 (12:35 -0700)
commite74c284173346c9e89dc47217c5fe72c7a28df4f
treeb6942d0684becc11092cec7833304bbe51905df6
parent9745fb7ac880a2ad023ed46aa38e2c054b373c04
Stub out getdnsdomainname() unless HAVE_GETADDRINFO.

It seems unlikely there are systems without it (given that this
mistake has been in since 1.6.0), but for correctness we should stub
out the function for those without it.
getdomain.c