Added automatic configuration of localhost_match_wildcard_host.

This commit is contained in:
Markus Makela
2015-08-28 12:47:38 +03:00
parent c5214bea1b
commit 3a901bfea7
3 changed files with 38 additions and 4 deletions

View File

@ -128,6 +128,12 @@ enum{
#define DEFAULT_SSL_CERT_VERIFY_DEPTH 100 /*< The default certificate verification depth */
/**
* Parameters that are automatically detected but can also be configured by the
* user are initially set to this value.
*/
#define SERVICE_PARAM_UNINIT -1
/**
* Defines a service within the gateway.
*