From 5e741dc3d8ef922a8b0d2c4d291fb9b5d76dd021 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 5 Mar 2001 20:52:04 +0000 Subject: [PATCH] Fix use_ipv6. --- init.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0