diff options
author | Gunter Knauf <gk@gknw.de> | 2009-07-14 13:25:14 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-07-14 13:25:14 +0000 |
commit | f671d0513ccc9cdcd7516c732c719b2f31a9578e (patch) | |
tree | e419c483393ab20caaf0e93f1d236edb08743670 /tests/libtest/test.h | |
parent | 100f6b7703ff9a45340c0b27122806952f243ab8 (diff) | |
download | curl-f671d0513ccc9cdcd7516c732c719b2f31a9578e.tar.gz |
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r-- | tests/libtest/test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h index c66fd61d7..66416b42a 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -9,9 +9,9 @@ */ /* Now include the setup.h file from libcurl's private libdir (the source - version, but that might include "config.h" from the build dir so we need - both of them in the include path), so that we get good in-depth knowledge - about the system we're building this on */ + version, but that might include "curl_config.h" from the build dir so we + need both of them in the include path), so that we get good in-depth + knowledge about the system we're building this on */ #include "setup.h" |