X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_curl.c;h=3a67443b820cf99d80c26ac0f521d1607590fb2a;hp=a9950948d1c5ebb66ae8c3e4b9b7568e7ec99b7a;hb=2e92ec70991d53cb3d6d710ae7a6b3a6b31ec978;hpb=cdff5afac598d4276f6a7116cb47fec33d0efb48 diff --git a/src/php_http_curl.c b/src/php_http_curl.c index a995094..3a67443 100644 --- a/src/php_http_curl.c +++ b/src/php_http_curl.c @@ -12,7 +12,7 @@ #include "php_http_api.h" -#if PHP_HTTP_HAVE_CURL +#if PHP_HTTP_HAVE_LIBCURL #if defined(ZTS) && defined(PHP_HTTP_HAVE_SSL) # ifdef PHP_WIN32 @@ -133,7 +133,7 @@ PHP_MSHUTDOWN_FUNCTION(http_curl) return SUCCESS; } -#endif /* PHP_HTTP_HAVE_CURL */ +#endif /* PHP_HTTP_HAVE_LIBCURL */ /* * Local variables: