X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=6e12e416889503553ae502be31b2e9ed9e7dc4dd;hb=48fd688ab0ba7d41ff4286aee20f6f0b86e4c41c;hp=9ca16acec25e3925c36bbade09b2cb7b4aa07842;hpb=1a17ee22a2fbd85a893ab36fd53168d03554c2dd;p=git.git diff --git a/http.h b/http.h index 9ca16acec..6e12e4168 100644 --- a/http.h +++ b/http.h @@ -22,6 +22,10 @@ #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;