Lines Matching +full:- +full:- +full:with +full:- +full:nghttp2
1 <!--
4 SPDX-License-Identifier: curl
5 -->
15 We write curl and libcurl to compile with C89 compilers on 32-bit and up
19 We write libcurl to build and work with lots of third party tools, and we
20 want it to remain functional and buildable with these and later versions
27 - OpenSSL 0.9.7
28 - GnuTLS 3.1.10
29 - zlib 1.2.0.4
30 - libssh2 1.0
31 - c-ares 1.16.0
32 - libidn2 2.0.0
33 - wolfSSL 3.4.6
34 - OpenLDAP 2.0
35 - MIT Kerberos 1.2.4
36 - Heimdal ?
37 - nghttp2 1.15.0
38 - Winsock 2.2 (on Windows 95+ and Windows CE .NET 4.1+)
43 we use a few "build tools" and we make sure that we remain functional with
46 - GNU Libtool 1.4.2
47 - GNU Autoconf 2.59
48 - GNU Automake 1.7
49 - GNU M4 1.4
50 - perl 5.8
51 - roffit 0.5
52 - cmake 3.7
58 used in more than a single file. Single-file symbols must be made static.
60 are marked with `CURL_EXTERN` in the public header files so that all others