Hi, On Mon, 18 Sep 2006, Art Haas wrote: > +#if LIBCURL_VERSION_NUM < 0x070f05 > +#define CURLE_HTTP_RETURNED_ERROR CURLE_HTTP_NOT_FOUND > +#endif If you go to http://cool.haxx.se/cvs.cgi/curl/include/curl/curl.h?annotate=1.308 and search for HTTP_RETURNED_ERROR, it shows that revision "badger_1.180" introduced it, which you can verify by clicking on the link to the diff. This diff also says that the LIBCURL_VERSION_NUM (which is changed just after a release in the curl project) is 0x70a03. Thus, you should check for 0x70a03 instead of 0x70f05. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html