summaryrefslogtreecommitdiff
path: root/pkg/git/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-05-27 21:53:33 -0700
committerMichael Forney <mforney@mforney.org>2017-05-28 16:32:49 -0700
commit6509f3863a148f228ce6c08e14bd0a6a0ca86327 (patch)
treea1747a3ffbc0ac557057886b096d06229b59ce73 /pkg/git/config.h
parent3d04093e74f1d948d359106fef7c72f908196b5a (diff)
git: Use curl for git-imap-send
We already use it for git-remote-http, and this removes the dependency on libssl.
Diffstat (limited to 'pkg/git/config.h')
-rw-r--r--pkg/git/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/git/config.h b/pkg/git/config.h
index 47675e39..9caad58d 100644
--- a/pkg/git/config.h
+++ b/pkg/git/config.h
@@ -10,6 +10,8 @@
#define GIT_MAN_PATH "share/man"
#define GIT_USER_AGENT "git/" GIT_VERSION
#define GIT_VERSION "2.13.0"
-#define NO_SYS_POLL_H
#define PAGER_ENV "LESS=FRX LV=-c"
+#define NO_SYS_POLL_H
+#define NO_OPENSSL
+#define USE_CURL_FOR_IMAP_SEND
#define SHA1_DC