etlegacy-libs/curl/include
Remy Marquis 1feb55015d libs: downgraded to cURL 7.68.0
cURL 7.69.0+ doesn't link properly anymore for some reason.
2020-03-26 20:12:35 +01:00
..
curl libs: downgraded to cURL 7.68.0 2020-03-26 20:12:35 +01:00
Makefile.am imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
Makefile.in libs: downgraded to cURL 7.68.0 2020-03-26 20:12:35 +01:00
README libs: updated to cURL 7.61 2018-07-15 17:57:46 +02:00

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

Include files for libcurl, external users.

They're all placed in the curl subdirectory here for better fit in any kind
of environment. You must include files from here using...

        #include <curl/curl.h>

... style and point the compiler's include path to the directory holding the
curl subdirectory. It makes it more likely to survive future modifications.

The public curl include files can be shared freely between different platforms
and different architectures.