]> granicus.if.org Git - php/commitdiff
Bagder says I don't need these ifdefs
authorSara Golemon <pollita@php.net>
Tue, 21 Aug 2007 21:23:35 +0000 (21:23 +0000)
committerSara Golemon <pollita@php.net>
Tue, 21 Aug 2007 21:23:35 +0000 (21:23 +0000)
ext/curl/interface.c

index 0dfdee2ec2d6d27a3a7f4bd44d7c0a9bd18f32a5..f500fd68f811b099fdbcf725dc86baca64e9891d 100644 (file)
@@ -594,9 +594,7 @@ PHP_MINIT_FUNCTION(curl)
 #endif
 
        REGISTER_CURL_CONSTANT(CURLPROXY_HTTP);
-#ifdef CURLPROXY_SOCKS4
        REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS4);
-#endif
        REGISTER_CURL_CONSTANT(CURLPROXY_SOCKS5);
 
        REGISTER_CURL_CONSTANT(CURL_NETRC_OPTIONAL);