X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_datashare_api.c;h=6c70f3f7f88fe8f47f288f239cbbfcf2f9d9df6f;hp=0e7dbf6d8c172924c7b08fb9a628a15f60058baa;hb=accf1817e811a7edabd687ef6105983f39f13942;hpb=42dd649e29ed164437f98039ed58fa5fdd5fb2c9 diff --git a/http_request_datashare_api.c b/http_request_datashare_api.c index 0e7dbf6..6c70f3f 100644 --- a/http_request_datashare_api.c +++ b/http_request_datashare_api.c @@ -25,13 +25,6 @@ # include "php_http_persistent_handle_api.h" #endif -#ifndef HAVE_CURL_SHARE_STRERROR -# define curl_share_strerror(dummy) "unknown error" -#endif -#ifndef HAVE_CURL_EASY_STRERROR -# define curl_easy_strerror(dummy) "unknown error" -#endif - #ifdef HTTP_HAVE_PERSISTENT_HANDLES # define HTTP_CURL_SHARE_CTOR(ch) (SUCCESS == http_persistent_handle_acquire("http_request_datashare", &(ch))) # define HTTP_CURL_SHARE_DTOR(chp) http_persistent_handle_release("http_request_datashare", (chp))