]> granicus.if.org Git - curl/commitdiff
Added a warning comment about curlbuild.h inclusion leading path.
authorPatrick Monnerat <Patrick.Monnerat@datasphere.ch>
Mon, 31 Aug 2009 15:48:52 +0000 (15:48 +0000)
committerPatrick Monnerat <Patrick.Monnerat@datasphere.ch>
Mon, 31 Aug 2009 15:48:52 +0000 (15:48 +0000)
include/curl/curl.h

index 116ba50f79167bd9dc8fe268c17744ecd13a1ecb..77e95c55508ad9cb1c7c9b88cfaacd1bf7cf0257 100644 (file)
  */
 
 #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 */