Annotation of embedaddon/curl/docs/cmdline-opts/Makefile.inc, revision 1.1

1.1     ! misho       1: #***************************************************************************
        !             2: #                                  _   _ ____  _
        !             3: #  Project                     ___| | | |  _ \| |
        !             4: #                             / __| | | | |_) | |
        !             5: #                            | (__| |_| |  _ <| |___
        !             6: #                             \___|\___/|_| \_\_____|
        !             7: #
        !             8: # Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
        !             9: #
        !            10: # This software is licensed as described in the file COPYING, which
        !            11: # you should have received as part of this distribution. The terms
        !            12: # are also available at https://curl.haxx.se/docs/copyright.html.
        !            13: #
        !            14: # You may opt to use, copy, modify, merge, publish, distribute and/or sell
        !            15: # copies of the Software, and permit persons to whom the Software is
        !            16: # furnished to do so, under the terms of the COPYING file.
        !            17: #
        !            18: # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
        !            19: # KIND, either express or implied.
        !            20: #
        !            21: ###########################################################################
        !            22: # Shared between Makefile.am and CMakeLists.txt
        !            23: 
        !            24: DPAGES =                                       \
        !            25:   abstract-unix-socket.d                       \
        !            26:   alt-svc.d                                     \
        !            27:   anyauth.d                                    \
        !            28:   append.d basic.d                             \
        !            29:   cacert.d capath.d                            \
        !            30:   cert-status.d                                        \
        !            31:   cert-type.d                                  \
        !            32:   cert.d                                       \
        !            33:   ciphers.d                                    \
        !            34:   compressed-ssh.d                             \
        !            35:   compressed.d                                 \
        !            36:   config.d                                     \
        !            37:   connect-timeout.d                            \
        !            38:   connect-to.d                                 \
        !            39:   continue-at.d                                        \
        !            40:   cookie-jar.d                                 \
        !            41:   cookie.d                                     \
        !            42:   create-dirs.d                                        \
        !            43:   crlf.d crlfile.d                             \
        !            44:   data-ascii.d                                 \
        !            45:   data-binary.d                                        \
        !            46:   data-urlencode.d                             \
        !            47:   data.d data-raw.d                            \
        !            48:   delegation.d                                 \
        !            49:   digest.d                                     \
        !            50:   disable-eprt.d                               \
        !            51:   disable-epsv.d                               \
        !            52:   disable.d                                    \
        !            53:   disallow-username-in-url.d                   \
        !            54:   dns-interface.d                              \
        !            55:   dns-ipv4-addr.d                              \
        !            56:   dns-ipv6-addr.d                              \
        !            57:   dns-servers.d                                        \
        !            58:   doh-url.d                                    \
        !            59:   dump-header.d                                        \
        !            60:   egd-file.d                                   \
        !            61:   engine.d                                     \
        !            62:   etag-compare.d                \
        !            63:   etag-save.d                   \
        !            64:   expect100-timeout.d                          \
        !            65:   fail-early.d                                 \
        !            66:   fail.d                                       \
        !            67:   false-start.d                                        \
        !            68:   form-string.d                                        \
        !            69:   form.d                                       \
        !            70:   ftp-account.d                                        \
        !            71:   ftp-alternative-to-user.d                    \
        !            72:   ftp-create-dirs.d                            \
        !            73:   ftp-method.d                                 \
        !            74:   ftp-pasv.d                                   \
        !            75:   ftp-port.d                                   \
        !            76:   ftp-pret.d                                   \
        !            77:   ftp-skip-pasv-ip.d                           \
        !            78:   ftp-ssl-ccc-mode.d                           \
        !            79:   ftp-ssl-ccc.d                                        \
        !            80:   ftp-ssl-control.d                            \
        !            81:   get.d globoff.d                              \
        !            82:   happy-eyeballs-timeout-ms.d                  \
        !            83:   haproxy-protocol.d                           \
        !            84:   head.d header.d                              \
        !            85:   help.d                                       \
        !            86:   hostpubmd5.d                                 \
        !            87:   http0.9.d                                    \
        !            88:   http1.0.d                                    \
        !            89:   http1.1.d http2.d                            \
        !            90:   http2-prior-knowledge.d                      \
        !            91:   http3.d                                       \
        !            92:   ignore-content-length.d                      \
        !            93:   include.d                                    \
        !            94:   insecure.d                                   \
        !            95:   interface.d                                  \
        !            96:   ipv4.d ipv6.d                                        \
        !            97:   junk-session-cookies.d                       \
        !            98:   keepalive-time.d                             \
        !            99:   key.d key-type.d                             \
        !           100:   krb.d libcurl.d                              \
        !           101:   limit-rate.d                                 \
        !           102:   list-only.d                                  \
        !           103:   local-port.d                                 \
        !           104:   location-trusted.d                           \
        !           105:   location.d                                   \
        !           106:   login-options.d                              \
        !           107:   mail-auth.d                                  \
        !           108:   mail-from.d                                  \
        !           109:   mail-rcpt-allowfails.d                        \
        !           110:   mail-rcpt.d                                  \
        !           111:   manual.d                                     \
        !           112:   max-filesize.d                               \
        !           113:   max-redirs.d                                 \
        !           114:   max-time.d                                   \
        !           115:   metalink.d                                   \
        !           116:   negotiate.d                                  \
        !           117:   netrc-file.d                                 \
        !           118:   netrc-optional.d                             \
        !           119:   netrc.d                                      \
        !           120:   next.d no-alpn.d                             \
        !           121:   no-buffer.d                                  \
        !           122:   no-keepalive.d                               \
        !           123:   no-npn.d                                     \
        !           124:   no-progress-meter.d                           \
        !           125:   no-sessionid.d                               \
        !           126:   noproxy.d                                    \
        !           127:   ntlm.d ntlm-wb.d                             \
        !           128:   oauth2-bearer.d                              \
        !           129:   output.d                                      \
        !           130:   parallel-immediate.d                          \
        !           131:   parallel-max.d                                \
        !           132:   parallel.d                                    \
        !           133:   pass.d                                       \
        !           134:   path-as-is.d                                 \
        !           135:   pinnedpubkey.d                               \
        !           136:   post301.d                                    \
        !           137:   post302.d                                    \
        !           138:   post303.d                                    \
        !           139:   preproxy.d                                   \
        !           140:   progress-bar.d                               \
        !           141:   proto-default.d                              \
        !           142:   proto-redir.d                                        \
        !           143:   proto.d                                      \
        !           144:   proxy-anyauth.d                              \
        !           145:   proxy-basic.d                                        \
        !           146:   proxy-cacert.d                               \
        !           147:   proxy-capath.d                               \
        !           148:   proxy-cert-type.d                            \
        !           149:   proxy-cert.d                                 \
        !           150:   proxy-ciphers.d                              \
        !           151:   proxy-crlfile.d                              \
        !           152:   proxy-digest.d                               \
        !           153:   proxy-header.d                               \
        !           154:   proxy-insecure.d                             \
        !           155:   proxy-key-type.d                             \
        !           156:   proxy-key.d                                  \
        !           157:   proxy-negotiate.d                            \
        !           158:   proxy-ntlm.d                                 \
        !           159:   proxy-pass.d                                 \
        !           160:   proxy-pinnedpubkey.d                         \
        !           161:   proxy-service-name.d                         \
        !           162:   proxy-ssl-allow-beast.d                      \
        !           163:   proxy-tls13-ciphers.d                                \
        !           164:   proxy-tlsauthtype.d                          \
        !           165:   proxy-tlspassword.d                          \
        !           166:   proxy-tlsuser.d                              \
        !           167:   proxy-tlsv1.d                                        \
        !           168:   proxy-user.d                                 \
        !           169:   proxy.d                                      \
        !           170:   proxy1.0.d                                   \
        !           171:   proxytunnel.d                                        \
        !           172:   pubkey.d quote.d                             \
        !           173:   random-file.d                                        \
        !           174:   range.d raw.d                                        \
        !           175:   referer.d                                    \
        !           176:   remote-header-name.d                         \
        !           177:   remote-name-all.d                            \
        !           178:   remote-name.d                                        \
        !           179:   remote-time.d                                        \
        !           180:   request-target.d                             \
        !           181:   request.d                                    \
        !           182:   resolve.d                                    \
        !           183:   retry-connrefused.d                          \
        !           184:   retry-delay.d                                        \
        !           185:   retry-max-time.d                             \
        !           186:   retry.d                                      \
        !           187:   sasl-authzid.d                               \
        !           188:   sasl-ir.d                                    \
        !           189:   service-name.d                               \
        !           190:   show-error.d                                 \
        !           191:   silent.d                                     \
        !           192:   socks4.d socks5.d                            \
        !           193:   socks4a.d                                    \
        !           194:   socks5-basic.d                               \
        !           195:   socks5-gssapi-nec.d                          \
        !           196:   socks5-gssapi-service.d                      \
        !           197:   socks5-gssapi.d                              \
        !           198:   socks5-hostname.d                            \
        !           199:   speed-limit.d                                        \
        !           200:   speed-time.d                                 \
        !           201:   ssl-allow-beast.d                            \
        !           202:   ssl-no-revoke.d                              \
        !           203:   ssl-reqd.d                                   \
        !           204:   ssl-revoke-best-effort.d                     \
        !           205:   ssl.d                                                \
        !           206:   sslv2.d sslv3.d                              \
        !           207:   stderr.d                                     \
        !           208:   styled-output.d                              \
        !           209:   suppress-connect-headers.d                   \
        !           210:   tcp-fastopen.d                               \
        !           211:   tcp-nodelay.d                                        \
        !           212:   telnet-option.d                              \
        !           213:   tftp-blksize.d                               \
        !           214:   tftp-no-options.d                            \
        !           215:   time-cond.d                                  \
        !           216:   tls-max.d                                    \
        !           217:   tls13-ciphers.d                              \
        !           218:   tlsauthtype.d                                        \
        !           219:   tlspassword.d                                        \
        !           220:   tlsuser.d                                    \
        !           221:   tlsv1.0.d                                    \
        !           222:   tlsv1.1.d                                    \
        !           223:   tlsv1.2.d                                    \
        !           224:   tlsv1.3.d tlsv1.d                            \
        !           225:   tr-encoding.d                                        \
        !           226:   trace-ascii.d                                        \
        !           227:   trace-time.d                                 \
        !           228:   trace.d                                      \
        !           229:   unix-socket.d                                        \
        !           230:   upload-file.d                                        \
        !           231:   url.d use-ascii.d                            \
        !           232:   user-agent.d                                 \
        !           233:   user.d verbose.d                             \
        !           234:   version.d                                    \
        !           235:   write-out.d                                  \
        !           236:   xattr.d
        !           237: 
        !           238: OTHERPAGES = page-footer page-header

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