X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.h;h=874e423104b99050ba8f50cb57498c2ffa4d6e03;hb=cee79e37906a9ce36e9f92905da773841ec7c194;hp=148459fd6ac5001761fa04ee9fd94f10d268ad79;hpb=18ea5e8b861632627335b8d94787c742dbf5f567;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index 148459f..874e423 100644 --- a/init.h +++ b/init.h @@ -105,6 +105,21 @@ struct feature_t { # ifndef USE_GNUTLS # define USE_GNUTLS # 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[] = { @@ -2414,7 +2429,7 @@ struct option_t MuttVars[] = { ** .pp ** Example: \fTset certificate_file=~/.muttng/certificates\fP */ -# ifndef USE_GNUTLS +# if defined(_MAKEDOC) || !defined (USE_GNUTLS) {"ssl_usesystemcerts", DT_BOOL, R_NONE, OPTSSLSYSTEMCERTS, 1}, /* ** .pp