X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_object.c;h=2e34c919e52cf467adc184bc89a615225056a6c1;hp=9bebb438b7f1e1cf8f8bf35f7c95f3f31e1e7948;hb=9ae4e3a3f75d88489101f237848658b6b54f006a;hpb=22ef1d84f0722d4a2d67c827eb3fb24d50134fb4 diff --git a/http_request_object.c b/http_request_object.c index 9bebb43..2e34c91 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -405,12 +405,10 @@ static inline void _http_request_object_declare_default_properties(TSRMLS_D) /* * Auth Constants */ -# if LIBCURL_VERSION_NUM >= 0x070a05 DCL_CONST(long, "AUTH_BASIC", CURLAUTH_BASIC); DCL_CONST(long, "AUTH_DIGEST", CURLAUTH_DIGEST); DCL_CONST(long, "AUTH_NTLM", CURLAUTH_NTLM); DCL_CONST(long, "AUTH_ANY", CURLAUTH_ANY); -# endif /* LIBCURL_VERSION_NUM */ #endif /* WONKY */ }