summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2021-03-19 09:41:50 +0100
committerMilan Crha <mcrha@redhat.com>2021-03-19 09:41:50 +0100
commit175b6769dbba1f862395a0eb21b890c5861ebdb2 (patch)
tree611bacf3157f45e182d99842c2a619aeb2cac1dc /config.h.in
parent55fc226f7076db61e63f2c7598316d75e7ba51a4 (diff)
downloadevolution-data-server-175b6769dbba1f862395a0eb21b890c5861ebdb2.tar.gz
I#317 - Add OAuth2 for Yahoo! accounts
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/317
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 2343e2444..bd2978acf 100644
--- a/config.h.in
+++ b/config.h.in
@@ -45,6 +45,12 @@
/* Define Outlook.com OAuth 2.0 Client Secret to use */
#define OUTLOOK_CLIENT_SECRET "@WITH_OUTLOOK_CLIENT_SECRET@"
+/* Define Yahoo! OAuth 2.0 Client ID to use */
+#define YAHOO_CLIENT_ID "@WITH_YAHOO_CLIENT_ID@"
+
+/* Define Yahoo! OAuth 2.0 Client Secret to use */
+#define YAHOO_CLIENT_SECRET "@WITH_YAHOO_CLIENT_SECRET@"
+
/* Path to a sendmail binary, or equivalent */
#define SENDMAIL_PATH "@SENDMAIL_PATH@"