]> granicus.if.org Git - mutt/commitdiff
Fix use_ipv6.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 5 Mar 2001 20:52:04 +0000 (20:52 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 5 Mar 2001 20:52:04 +0000 (20:52 +0000)
init.h

diff --git a/init.h b/init.h
index efc9233307ceacb8c80c73524ba5cc7085743b2a..45518f69f54ce86292833cf0016a0ccfd34c127d 100644 (file)
--- 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