Patch new_curlproxy_constants for cURL related Bug #65469
Patch version 2013-08-17 23:21 UTC
Return to Bug #65469 |
Download this patch
Patch Revisions:
Developer: dr.scre@yandex.com
--- interface.c 2013-08-16 00:42:04.000000000 +0400
+++ interface_my.c 2013-08-18 03:12:28.948548811 +0400
@@ -827,6 +827,8 @@
REGISTER_CURL_CONSTANT(CURLPROXY_HTTP);
REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS4);
REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5);
+ REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS4A);
+ REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5_HOSTNAME);
/* Curl Share constants */
REGISTER_CURL_CONSTANT(CURLSHOPT_NONE);
|