X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_object.c;h=f1f2551d0328e4094651256ee1ce3b79b60a587f;hp=0a6c5d1a4ea47df32b7f84a8708e2199ab6bcaae;hb=bb1f32fd5d06b9b9ace6517c177b0fe58c9ff57c;hpb=44d0c1d32c01476ccb5edefcf4d5cdaa46b8e5e6 diff --git a/http_request_object.c b/http_request_object.c index 0a6c5d1..f1f2551 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -344,6 +344,7 @@ static inline void _http_request_object_declare_default_properties(TSRMLS_D) DCL_PROP(PUBLIC, bool, recordHistory, 1); +#ifndef WONKY /* * Request Method Constants */ @@ -388,6 +389,7 @@ static inline void _http_request_object_declare_default_properties(TSRMLS_D) DCL_CONST(long, "AUTH_NTLM", CURLAUTH_NTLM); DCL_CONST(long, "AUTH_ANY", CURLAUTH_ANY); # endif /* LIBCURL_VERSION_NUM */ +#endif /* WONKY */ } void _http_request_object_free(zend_object *object TSRMLS_DC)