8ded6f366400914b527796436677d77a65cb8b96
[packages.git] / libs / curl / Config.in
1 menu "Configuration"
2         depends on PACKAGE_libcurl
3
4 choice
5         prompt "SSL library"
6         default LIBCURL_POLARSSL
7
8 config LIBCURL_POLARSSL
9         bool "PolarSSL"
10
11 config LIBCURL_OPENSSL
12         bool "OpenSSL"
13
14 config LIBCURL_GNUTLS
15         bool "GNUTLS"
16
17 config LIBCURL_NOSSL
18         bool "No SSL support"
19
20 endchoice
21
22 config LIBCURL_COOKIES
23         bool "Enable cookies support"
24         default n
25
26 config LIBCURL_CRYPTO_AUTH
27         bool "Enable cryptographic authentication"
28         default n
29
30 config LIBCURL_DICT
31         bool "Enable DICT support"
32         default n
33
34 config LIBCURL_FILE
35         bool "Enable FILE support"
36         default y
37
38 config LIBCURL_FTP
39         bool "Enable FTP support"
40         default y
41
42 config LIBCURL_GOPHER
43         bool "Enable Gopher support"
44         default n
45
46 config LIBCURL_HTTP
47         bool "Enable HTTP support"
48         default y
49
50 config LIBCURL_IMAP
51         bool "Enable IMAP support"
52         default n
53
54 config LIBCURL_LDAP
55         bool "Enable LDAP support"
56         default n
57
58 config LIBCURL_LDAPS
59         bool "Enable LDAPS support"
60         default n
61
62 config LIBCURL_LIBCURL_OPTION
63         bool "Enable --libcurl C code generation support"
64         default n
65
66 config LIBCURL_POP3
67         bool "Enable POP3 support"
68         default n
69
70 config LIBCURL_PROXY
71         bool "Enable proxy support"
72         default n
73
74 config LIBCURL_RTSP
75         bool "Enable RTSP support"
76         default n
77
78 config LIBCURL_SMTP
79         bool "Enable SMTP support"
80         default n
81
82 config LIBCURL_SSPI
83         bool "Enable SSPI"
84         default n
85
86 config LIBCURL_TELNET
87         bool "Enable TELNET support"
88         default n
89
90 config LIBCURL_TFTP
91         bool "Enable TFTP support"
92         default n
93
94 config LIBCURL_THREADED_RESOLVER
95         bool "Enable threaded resolver"
96         default n
97
98 config LIBCURL_TLS-SRP
99         bool "Enable TLS-SRP authentication"
100         default n
101
102 config LIBCURL_ZLIB
103         bool "Use zlib"
104         default n
105
106 endmenu