X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=324fcf4f5482dc67c3f68df0be30fb0aa210401e;hb=ff1f99453f1fe2fd9470f6ea268aed5a1839bd09;hp=9ca16acec25e3925c36bbade09b2cb7b4aa07842;hpb=2593a410e095f89f0eef40edb90b39029574462b;p=git.git diff --git a/http.h b/http.h index 9ca16acec..324fcf4f5 100644 --- a/http.h +++ b/http.h @@ -18,10 +18,14 @@ #define curl_global_init(a) do { /* nothing */ } while(0) #endif -#if LIBCURL_VERSION_NUM < 0x070c04 +#if (LIBCURL_VERSION_NUM < 0x070c04) || (LIBCURL_VERSION_NUM == 0x071000) #define NO_CURL_EASY_DUPHANDLE #endif +#if LIBCURL_VERSION_NUM < 0x070a03 +#define CURLE_HTTP_RETURNED_ERROR CURLE_HTTP_NOT_FOUND +#endif + struct slot_results { CURLcode curl_result;