X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/89d69fbd2ae1f9c8c989850ec7057814c655a727..d2a743b144e0962e0b8120df26e411797cce1fbe:/uip/mhparam.c diff --git a/uip/mhparam.c b/uip/mhparam.c index 22453467..9b5fa069 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -77,6 +77,13 @@ static char *iconv = ""; #endif +static char *oauth = +#ifdef OAUTH_SUPPORT + "oauth"; +#else + ""; +#endif + struct proc { char *p_name; char **p_field; @@ -116,6 +123,7 @@ static struct proc procs [] = { { "datalocking", &datalocking }, { "spoollocking", &spoollocking }, { "iconv", &iconv }, + { "oauth", &oauth }, { "sasl", &sasl }, { "tls", &tls }, { NULL, NULL },