summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.h b/setup.h
index 794ef9a..8750624 100644
--- a/setup.h
+++ b/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.
*/