1# Code defines to disable features and protocols
2
3## CURL_DISABLE_COOKIES
4
5Disable support for HTTP cookies.
6
7## CURL_DISABLE_CRYPTO_AUTH
8
9Disable support for authentication methods using crypto.
10
11## CURL_DISABLE_DICT
12
13Disable the DICT protocol
14
15## CURL_DISABLE_DOH
16
17Disable DNS-over-HTTPS
18
19## CURL_DISABLE_FILE
20
21Disable the FILE protocol
22
23## CURL_DISABLE_FTP
24
25Disable the FTP (and FTPS) protocol
26
27## CURL_DISABLE_GETOPTIONS
28
29Disable the `curl_easy_options` API calls that lets users get information
30about existing options to `curl_easy_setopt`.
31
32## CURL_DISABLE_GOPHER
33
34Disable the GOPHER protocol.
35
36## CURL_DISABLE_HTTP
37
38Disable the HTTP(S) protocols. Note that this then also disable HTTP proxy
39support.
40
41## CURL_DISABLE_HTTP_AUTH
42
43Disable support for all HTTP authentication methods.
44
45## CURL_DISABLE_IMAP
46
47Disable the IMAP(S) protocols.
48
49## CURL_DISABLE_LDAP
50
51Disable the LDAP(S) protocols.
52
53## CURL_DISABLE_LDAPS
54
55Disable the LDAPS protocol.
56
57## CURL_DISABLE_LIBCURL_OPTION
58
59Disable the --libcurl option from the curl tool.
60
61## CURL_DISABLE_MIME
62
63Disable MIME support.
64
65## CURL_DISABLE_MQTT
66
67Disable MQTT support.
68
69## CURL_DISABLE_NETRC
70
71Disable the netrc parser.
72
73## CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG
74
75Disable the auto load config support in the OpenSSL backend.
76
77## CURL_DISABLE_PARSEDATE
78
79Disable date parsing
80
81## CURL_DISABLE_POP
82
83Disable the POP(S) protocols
84
85## CURL_DISABLE_PROGRESS_METER
86
87Disable the built-in progress meter
88
89## CURL_DISABLE_PROXY
90
91Disable support for proxies
92
93## CURL_DISABLE_RTSP
94
95Disable the RTSP protocol.
96
97## CURL_DISABLE_SHUFFLE_DNS
98
99Disable the shuffle DNS feature
100
101## CURL_DISABLE_SMB
102
103Disable the SMB(S) protocols
104
105## CURL_DISABLE_SMTP
106
107Disable the SMTP(S) protocols
108
109## CURL_DISABLE_SOCKETPAIR
110
111Disable the use of socketpair internally to allow waking up and canceling
112curl_multi_poll().
113
114## CURL_DISABLE_TELNET
115
116Disable the TELNET protocol
117
118## CURL_DISABLE_TFTP
119
120Disable the TFTP protocol
121
122## CURL_DISABLE_VERBOSE_STRINGS
123
124Disable verbose strings and error messages.
125