]> granicus.if.org Git - neomutt/commitdiff
Update _MAKEDOC macro so that the documentation includes all variables.
authorBrendan Cully <brendan@kublai.com>
Mon, 25 Jul 2005 20:07:23 +0000 (20:07 +0000)
committerBrendan Cully <brendan@kublai.com>
Mon, 25 Jul 2005 20:07:23 +0000 (20:07 +0000)
init.h

diff --git a/init.h b/init.h
index 66ca068dcf325f86a09ca32d108629ba4228f9be..2144f8e461acaf2e9fd992a7a87311a3ef835275 100644 (file)
--- 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