X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client_curl_event.h;h=dc63bd403e8dc1628d20a3691df0b8cb052a1610;hp=4739f62909c321e7b61ded8cea21848e8923f7ae;hb=52b988066074880ed220f99b4e71be3249b32c85;hpb=c55db20a130d729ca8747346c5e5ab9fb52fd89d diff --git a/src/php_http_client_curl_event.h b/src/php_http_client_curl_event.h index 4739f62..dc63bd4 100644 --- a/src/php_http_client_curl_event.h +++ b/src/php_http_client_curl_event.h @@ -13,8 +13,8 @@ #ifndef PHP_HTTP_CLIENT_CURL_EVENT_H #define PHP_HTTP_CLIENT_CURL_EVENT_H -#if PHP_HTTP_HAVE_CURL -#if PHP_HTTP_HAVE_EVENT +#if PHP_HTTP_HAVE_LIBCURL +#if PHP_HTTP_HAVE_LIBEVENT php_http_client_curl_ops_t *php_http_client_curl_event_ops_get();