summaryrefslogtreecommitdiff
path: root/package/curl/Config.in.lib
blob: 1e49d85217eadfeca431c5800de640a9083acf33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config ADK_PACKAGE_LIBCURL
	prompt "libcurl........................... A client-side URL transfer library"
	tristate
	default n
	select ADK_COMPILE_CURL
	select ADK_PACKAGE_LIBOPENSSL
	select ADK_PACKAGE_ZLIB
	help
	  http://curl.haxx.se/

config ADK_PACKAGE_LIBCURL_DEV
	prompt "libcurl-dev....................... development files for libcurl"
	tristate
	default n
	select ADK_COMPILE_CURL
	select ADK_PACKAGE_LIBOPENSSL
	select ADK_PACKAGE_ZLIB
	help
	  http://curl.haxx.se/