55#if defined(USE_SSL_GNUTLS)
59#if defined(USE_SSL_OPENSSL)
63#if defined(HAVE_SSL_PARTIAL_CHAIN)
67#if defined(HAVE_GETADDRINFO)
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
struct ConfigDef ConnVarsSsl[]
General SSL Config definitions for the conn library.
struct ConfigDef ConnVars[]
Config definitions for the connection library.
struct ConfigDef ConnVarsOpenssl[]
OpenSSL Config definitions for the connection library.
struct ConfigDef ConnVarsPartial[]
SSL partial chains Config definitions for the connection library.
struct ConfigDef ConnVarsGetaddr[]
GetAddrInfo Config definitions for the connection library.
struct ConfigDef ConnVarsGnutls[]
GnuTLS Config definitions for the connection library.
const struct Module ModuleConn
Module for the Conn library.
static bool conn_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
Convenience wrapper for the core headers.
@ MODULE_ID_CONN
ModuleConn, Network connections
Container for lots of config items.
Container for Accounts, Notifications.