X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_int.h;h=ae6c125a46601a1fb5aeae5bc1d6fd30ba7cb49f;hp=7bf5db1927392c34e91bb17d3396984a4e8f4ded;hb=e65e4aef04bbda60b8fb12985afbfaa069de9aee;hpb=0e0def98a4ea4463bf8c21c6f161b2b37aa8c49d diff --git a/php_http_request_int.h b/php_http_request_int.h index 7bf5db1..ae6c125 100644 --- a/php_http_request_int.h +++ b/php_http_request_int.h @@ -46,10 +46,6 @@ # endif /* PHP_WIN32 */ #endif /* ZTS && HTTP_HAVE_SSL */ -#ifndef HAVE_CURL_EASY_STRERROR -# define curl_easy_strerror(dummy) "unknown error" -#endif - #define HTTP_CURL_OPT(OPTION, p) curl_easy_setopt((request->ch), OPTION, (p)) #define HTTP_CURL_OPT_STRING(OPTION, ldiff, obdc) \