From: Brendan Cully Date: Mon, 25 Jul 2005 20:07:23 +0000 (+0000) Subject: Update _MAKEDOC macro so that the documentation includes all variables. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bec2f32c95674a6eb8a6b92c532e3b754799fbb;p=neomutt Update _MAKEDOC macro so that the documentation includes all variables. --- diff --git a/init.h b/init.h index 66ca068dc..2144f8e46 100644 --- a/init.h +++ b/init.h @@ -95,9 +95,27 @@ struct option_t # ifndef USE_SSL # define USE_SSL # endif +# ifndef USE_GNUTLS +# define USE_GNUTLS +# endif # ifndef USE_SOCKET # define USE_SOCKET # endif +# ifndef USE_DOTLOCK +# define USE_DOTLOCK +# endif +# ifndef DL_STANDALONE +# define DL_STANDALONE +# endif +# ifndef USE_HCACHE +# define USE_HCACHE +# endif +# ifndef HAVE_LIBIDN +# define HAVE_LIBIDN +# endif +# ifndef HAVE_GETADDRINFO +# define HAVE_GETADDRINFO +# endif #endif struct option_t MuttVars[] = { @@ -1893,7 +1911,7 @@ struct option_t MuttVars[] = { ** .pp ** Example: set certificate_file=~/.mutt/certificates */ -# ifndef USE_GNUTLS +# if defined _MAKEDOC || !defined(USE_GNUTLS) { "ssl_usesystemcerts", DT_BOOL, R_NONE, OPTSSLSYSTEMCERTS, 1 }, /* ** .pp