X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_pool_api.c;fp=http_request_pool_api.c;h=83413d25262558c715640d8f1516e93bf76f8c2e;hp=29df94f12a5203e4bcc2b0416f8588e88176a567;hb=302498d96ed22a09da4375bd955d07f04b6b36c4;hpb=6b07ab3988f234f92d537e865648e823217d6575 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))