X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=6e12e416889503553ae502be31b2e9ed9e7dc4dd;hb=7768e27e1d3f3d5e253e795433033b5de1d1c157;hp=9ca16acec25e3925c36bbade09b2cb7b4aa07842;hpb=16563132977287314fa25348d97d0ffbe019442b;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;