]> granicus.if.org Git - php/commitdiff
ifdef -> if
authorAntony Dovgal <tony2001@php.net>
Sun, 25 Jan 2009 23:02:18 +0000 (23:02 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 25 Jan 2009 23:02:18 +0000 (23:02 +0000)
ext/curl/interface.c

index 1914500e39e16df42fd36ddbcf7debdfb3c7dcda..b8b2264fc514cc30adb14813e226e4f5d7a131e4 100644 (file)
@@ -719,7 +719,7 @@ PHP_MINIT_FUNCTION(curl)
 #endif
 
 /* SSH support works in 7.19.0+ using libssh2 */
-#ifdef LIBCURL_VERSION_NUM >= 0x071300
+#if LIBCURL_VERSION_NUM >= 0x071300
        REGISTER_CURL_CONSTANT(CURLSSH_AUTH_NONE);
        REGISTER_CURL_CONSTANT(CURLSSH_AUTH_PUBLICKEY);
        REGISTER_CURL_CONSTANT(CURLSSH_AUTH_PASSWORD);