Last change
on this file since 99344 was 99344, checked in by vboxsync, 22 months ago |
curl-8.0.1: Applied and adjusted our curl changes to 7.87.0 bugref:10417
|
-
Property svn:eol-style
set to
native
|
File size:
584 bytes
|
Line | |
---|
1 | <!--
|
---|
2 | Copyright (C) Daniel Stenberg, <[email protected]>, et al.
|
---|
3 |
|
---|
4 | SPDX-License-Identifier: curl
|
---|
5 | -->
|
---|
6 |
|
---|
7 | # include
|
---|
8 |
|
---|
9 | Public include files for libcurl, external users.
|
---|
10 |
|
---|
11 | They're all placed in the curl subdirectory here for better fit in any kind of
|
---|
12 | environment. You must include files from here using...
|
---|
13 |
|
---|
14 | #include <curl/curl.h>
|
---|
15 |
|
---|
16 | ... style and point the compiler's include path to the directory holding the
|
---|
17 | curl subdirectory. It makes it more likely to survive future modifications.
|
---|
18 |
|
---|
19 | The public curl include files can be shared freely between different platforms
|
---|
20 | and different architectures.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.