X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_pool_api.c;h=83413d25262558c715640d8f1516e93bf76f8c2e;hp=29df94f12a5203e4bcc2b0416f8588e88176a567;hb=e65e4aef04bbda60b8fb12985afbfaa069de9aee;hpb=42dd649e29ed164437f98039ed58fa5fdd5fb2c9 diff --git a/http_request_pool_api.c b/http_request_pool_api.c index 29df94f..83413d2 100644 --- a/http_request_pool_api.c +++ b/http_request_pool_api.c @@ -29,10 +29,6 @@ # define HTTP_DEBUG_REQPOOLS 0 #endif -#ifndef HAVE_CURL_MULTI_STRERROR -# define curl_multi_strerror(dummy) "unknown error" -#endif - #ifdef HTTP_HAVE_PERSISTENT_HANDLES # define HTTP_CURL_MULTI_CTOR(ch) (SUCCESS == http_persistent_handle_acquire("http_request_pool", &(ch))) # define HTTP_CURL_MULTI_DTOR(chp) http_persistent_handle_release("http_request_pool", (chp))