68#if defined(USE_SSL_GNUTLS)
72#if defined(USE_SSL_OPENSSL)
76#if defined(HAVE_SSL_PARTIAL_CHAIN)
80#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.
static bool conn_cleanup(struct NeoMutt *n)
Clean up a Module - Implements Module::cleanup()
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()
static bool conn_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
Conn private Module data.
Convenience wrapper for the core headers.
@ MODULE_ID_CONN
ModuleConn, Network connections
Convenience wrapper for the library headers.
Container for lots of config items.
Container for Accounts, Notifications.