X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=69b6b667d956933eca7153b51867493d7271df0b;hb=f02153696fc319c3c6dba2c27a5f7aed98eec465;hp=324fcf4f5482dc67c3f68df0be30fb0aa210401e;hpb=ea44949605781d1947ba1422ee541867e7ce9b81;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