From: Naruto TAKAHASHI <tnaruto@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Jul 2010 10:29:58 +0000 (10:29 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Jul 2010 10:29:58 +0000 (10:29 +0000)
commitfb5187b794a799ecc74fd7544c1ea461f9153d3c
tree4e4789017145d55e29fb4754fb52df27266fdf71
parent8f8527fdd619e6f8487e4033297291c5598e5fdb
From: Naruto TAKAHASHI <tnaruto@gmail.com>
Subject: [E-devel] [PATCH] ecore_con_url_httpauth_set()

Hi all,

I attach a tiny Patch for ecore_con_url_httpauth_set().

CURLOPT_USERNAME and CURLOPT_PASSWORD is declared in enum, so those
options isn't able to be used #ifdef macro's argument.

This patch checks that LIBCURLVERSION_NUM is 0x071301(v7.19.1) and
over.  Because CURLOPT_USERNAME and CURLOPT_PASSWORD was added at
7.19.1.

thanks to confirm this patch.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50539 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_con/ecore_con_url.c