- require libcurl-7.12.3
[m6w6/ext-http] / http_request_object.c
index 9bebb438b7f1e1cf8f8bf35f7c95f3f31e1e7948..2e34c919e52cf467adc184bc89a615225056a6c1 100644 (file)
@@ -405,12 +405,10 @@ static inline void _http_request_object_declare_default_properties(TSRMLS_D)
        /*
         * Auth Constants
         */
        /*
         * 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);
        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 */
 }
 
 #endif /* WONKY */
 }