X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=69b6b667d956933eca7153b51867493d7271df0b;hb=0e06cc8b823144be16a9fc1f703126b68d20d3b5;hp=324fcf4f5482dc67c3f68df0be30fb0aa210401e;hpb=500ebb0196e3b14183171b8c492b3f5f9fa0bf02;p=git.git diff --git a/http.h b/http.h index 324fcf4f5..69b6b667d 100644 --- a/http.h +++ b/http.h @@ -6,7 +6,7 @@ #include #include -#if LIBCURL_VERSION_NUM >= 0x070908 +#if LIBCURL_VERSION_NUM >= 0x071000 #define USE_CURL_MULTI #define DEFAULT_MAX_REQUESTS 5 #endif