]> diplodocus.org Git - nmh/blobdiff - uip/mhparam.c
Fix tests with oauth disabled.
[nmh] / uip / mhparam.c
index 4fe8c8d3e4b285395f9e98b1a32511cf9b082cf2..f6daf9a53c28d80adc9e9b8e2e3bf2f74c40f11c 100644 (file)
@@ -76,6 +76,13 @@ static char *iconv =
     "";
 #endif
 
     "";
 #endif
 
+static char *oauth =
+#ifdef OAUTH_SUPPORT
+    "oauth";
+#else
+    "";
+#endif
+
 struct proc {
     char *p_name;
     char **p_field;
 struct proc {
     char *p_name;
     char **p_field;
@@ -114,6 +121,7 @@ static struct proc procs [] = {
      { "datalocking",      &datalocking },
      { "spoollocking",     &spoollocking },
      { "iconv",                   &iconv },
      { "datalocking",      &datalocking },
      { "spoollocking",     &spoollocking },
      { "iconv",                   &iconv },
+     { "oauth",                   &oauth },
      { "sasl",             &sasl },
      { "tls",              &tls },
      { NULL,               NULL },
      { "sasl",             &sasl },
      { "tls",              &tls },
      { NULL,               NULL },