Annotation of embedaddon/curl/docs/CURL-DISABLE.md, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>