Skip to content

Commit 1a86a55

Browse files
authored
Merge pull request #96 from moteus/master
Add. Support cURL 7.53.1
2 parents b2e31ea + f656dc5 commit 1a86a55

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ shallow_clone: true
77

88
environment:
99
LR_EXTERNAL: c:\external
10-
CURL_VER: 7.52.1
10+
CURL_VER: 7.53.1
1111

1212
matrix:
1313
- LUA: "lua 5.1"

src/lcopteasy.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@ OPT_ENTRY( pre_proxy, PRE_PROXY, STR, 0, LCURL_DEFAULT
376376
OPT_ENTRY( proxy_pinnedpublickey, PROXY_PINNEDPUBLICKEY, STR, 0, LCURL_DEFAULT_VALUE)
377377
#endif
378378

379+
#if LCURL_CURL_VER_GE(7,53,0)
380+
OPT_ENTRY( abstract_unix_socket, ABSTRACT_UNIX_SOCKET, STR, 0, LCURL_DEFAULT_VALUE)
381+
#endif
382+
379383
#ifdef LCURL__TCP_FASTOPEN
380384
# define TCP_FASTOPEN LCURL__TCP_FASTOPEN
381385
# undef LCURL__TCP_FASTOPEN

0 commit comments

Comments
 (0)