more xopts
[k8sbuild.git] / xoptz / curl.xopt
blob18f7508984437df372ecb430b9badf928cb76757
1 profile=speed
3   --enable-http           Enable HTTP support
4   --enable-ftp            Enable FTP support
5   --enable-file           Enable FILE support
6   --disable-ldap          Disable LDAP support
7   --disable-ldaps         Disable LDAPS support
8   --enable-dict           Enable DICT support
9   --enable-telnet         Enable TELNET support
10   --enable-tftp           Enable TFTP support
11   --enable-manual         Enable built-in manual
12   --disable-ipv6          Disable ipv6 support
13   --enable-nonblocking    Enable detecting how to do it
14   --enable-thread         look for thread-safe functions
15   --enable-crypto-auth    Enable cryptographic authentication
16   --enable-cookies        Enable cookies support
18 !DESC
19 curl
21 Curl is a command line tool for transferring data specified with URL
22 syntax.  The command is designed to work without user interaction or
23 any kind of interactivity.   Curl offers a busload of useful tricks
24 like proxy support, user authentication, ftp upload, HTTP post,  SSL
25 (https:) connections, cookies, file transfer resume and more.
27 libcurl is a library that Curl uses to do its job. It is readily
28 available to be used by your software, too.
29 !EOF