From 35c91f6ea939f9445e0b7905e48a32d86a066dd9 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Tue, 14 Jul 2009 13:38:50 +0000 Subject: 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. --- ares/setup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ares/setup.h') 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. */ -- cgit v1.2.3