From: Thomas Roessler Date: Mon, 5 Mar 2001 20:52:04 +0000 (+0000) Subject: Fix use_ipv6. X-Git-Tag: mutt-1-3-17-rel~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e741dc3d8ef922a8b0d2c4d291fb9b5d76dd021;p=mutt Fix use_ipv6. --- diff --git a/init.h b/init.h index efc92333..45518f69 100644 --- a/init.h +++ b/init.h @@ -2146,6 +2146,7 @@ struct option_t MuttVars[] = { ** generated unless the user explicitly sets one using the ``$my_hdr'' ** command. */ +#ifdef HAVE_GETADDRINFO { "use_ipv6", DT_BOOL, R_NONE, OPTUSEIPV6, 1}, /* ** .pp @@ -2153,6 +2154,7 @@ struct option_t MuttVars[] = { ** contact. If this option is unset, Mutt will restrict itself to IPv4 addresses. ** Normally, the default should work. */ +#endif /* HAVE_GETADDRINFO */ { "user_agent", DT_BOOL, R_NONE, OPTXMAILER, 1}, /* ** .pp