diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-05 15:04:03 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-05 15:04:03 +0000 |
commit | 55e68ba3338b02d9a52dfe6343054e61a944a895 (patch) | |
tree | 7c081754374ab5ee0cdbb1ad224c91adb152e63f /include | |
parent | 3f56d1283020d3a6b8bc115080f2bb0d9a61fe27 (diff) |
I removed leading 'curl' path on the 'curlbuild.h' include statement in
curl.h, adjusting auto-makefiles include path, to enhance portability to
OS's without an orthogonal directory tree structure such as OS/400.
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 761e69a2b..279c1b602 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -31,16 +31,8 @@ * 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 "curl/curlbuild.h" /* libcurl build definitions */ +#include "curlbuild.h" /* libcurl build definitions */ #include "curlrules.h" /* libcurl rules enforcement */ /* |