aboutsummaryrefslogtreecommitdiff
path: root/ares/setup.h
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-07-14 13:38:50 +0000
committerGunter Knauf <gk@gknw.de>2009-07-14 13:38:50 +0000
commit35c91f6ea939f9445e0b7905e48a32d86a066dd9 (patch)
treec31b8aef8f0c754fa782cc0a126c8613105c4ffc /ares/setup.h
parentf5f93540933db0508f7d1831d0b20c2bf6aa2594 (diff)
renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
Diffstat (limited to 'ares/setup.h')
-rw-r--r--ares/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/setup.h b/ares/setup.h
index 794ef9a35..875062423 100644
--- a/ares/setup.h
+++ b/ares/setup.h
@@ -30,7 +30,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "ares_config.h"
#else
#ifdef WIN32
@@ -154,7 +154,7 @@
#endif /* HAVE_CONFIG_H */
/*
- * Recent autoconf versions define these symbols in config.h. We don't
+ * Recent autoconf versions define these symbols in ares_config.h. We don't
* want them (since they collide with the libcurl ones when we build
* --enable-debug) so we undef them again here.
*/