curl_setup.h: undef freeaddrinfo in c-ares block to fix build

Fixes warnings 78c25c854a added.
This commit is contained in:
Daniel Stenberg 2015-11-27 23:24:59 +01:00
Родитель 81ae6d01fa
Коммит a14fa8f8ff
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -527,6 +527,7 @@
# define CURLRES_ARES
/* now undef the stock libc functions just to avoid them being used */
# undef HAVE_GETADDRINFO
# undef HAVE_FREEADDRINFO
# undef HAVE_GETHOSTBYNAME
#elif defined(USE_THREADS_POSIX) || defined(USE_THREADS_WIN32)
# define CURLRES_ASYNCH