diff options
author | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2009-08-31 15:48:52 +0000 |
---|---|---|
committer | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2009-08-31 15:48:52 +0000 |
commit | f3bd0c3fc3a69843f5f67f61c6a75fc705fe5078 (patch) | |
tree | 75e53333364d3e3dae8f7ee0783473e14d5f46f4 /include/curl | |
parent | eb438719f7cd9f6ae3f39a14db3a18007448341a (diff) | |
download | curl-f3bd0c3fc3a69843f5f67f61c6a75fc705fe5078.tar.gz |
Added a warning comment about curlbuild.h inclusion leading path.
Diffstat (limited to 'include/curl')
-rw-r--r-- | include/curl/curl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 116ba50f7..77e95c555 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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 */ |