mirror of
https://github.com/curl/curl.git
synced 2026-05-30 20:38:23 +03:00
Added a warning comment about curlbuild.h inclusion leading path.
This commit is contained in:
parent
eb438719f7
commit
f3bd0c3fc3
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
|||
*/
|
||||
|
||||
#include "curlver.h" /* libcurl version defines */
|
||||
/* The leading path on the following include statement is required by the
|
||||
autobuild system (tests/testcurl.pl) because curlbuild.h is not generated
|
||||
in the same directory as curl.h in this special case. As long as the
|
||||
autobuild system works that way, do not remove it, unless you know what
|
||||
you're doing. */
|
||||
#include "curl/curlbuild.h" /* libcurl build definitions */
|
||||
#include "curlrules.h" /* libcurl rules enforcement */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue