Loading include/curl/curl.h +8 −4 Original line number Original line Diff line number Diff line Loading @@ -31,11 +31,15 @@ * http://cool.haxx.se/mailman/listinfo/curl-library/ * http://cool.haxx.se/mailman/listinfo/curl-library/ */ */ /* * Leading 'curl' path on the 'curlbuild.h' include statement is * required to properly allow building outside of the source tree, * due to the fact that in this case 'curlbuild.h' is generated in * a subdirectory of the build tree while 'curl.h actually remains * in a subdirectory of the source tree. */ #include "curlver.h" /* libcurl version defines */ #include "curlver.h" /* libcurl version defines */ /* The leading path on the following include statement is required to properly allow building outside of the source tree, because then curlbuild.h is not generated in the same directory as curl.h. Do not remove it, unless you know what you're doing. */ #include "curl/curlbuild.h" /* libcurl build definitions */ #include "curl/curlbuild.h" /* libcurl build definitions */ #include "curlrules.h" /* libcurl rules enforcement */ #include "curlrules.h" /* libcurl rules enforcement */ Loading Loading
include/curl/curl.h +8 −4 Original line number Original line Diff line number Diff line Loading @@ -31,11 +31,15 @@ * http://cool.haxx.se/mailman/listinfo/curl-library/ * http://cool.haxx.se/mailman/listinfo/curl-library/ */ */ /* * Leading 'curl' path on the 'curlbuild.h' include statement is * required to properly allow building outside of the source tree, * due to the fact that in this case 'curlbuild.h' is generated in * a subdirectory of the build tree while 'curl.h actually remains * in a subdirectory of the source tree. */ #include "curlver.h" /* libcurl version defines */ #include "curlver.h" /* libcurl version defines */ /* The leading path on the following include statement is required to properly allow building outside of the source tree, because then curlbuild.h is not generated in the same directory as curl.h. Do not remove it, unless you know what you're doing. */ #include "curl/curlbuild.h" /* libcurl build definitions */ #include "curl/curlbuild.h" /* libcurl build definitions */ #include "curlrules.h" /* libcurl rules enforcement */ #include "curlrules.h" /* libcurl rules enforcement */ Loading