Skip to content
Snippets Groups Projects
Commit 4c0ffd33 authored by Yang Tse's avatar Yang Tse
Browse files

- Provide in external interface preprocessor symbol definitions for

  CARES_HAVE_ARES_FREE_DATA as an indication of function availability.
parent 99363a0e
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,11 @@
#define ARES_VERSION_STR "1.6.1-CVS"
#if (ARES_VERSION >= 0x010601)
# define CARES_HAVE_ARES_FREE_DATA 1
# define CARES_HAVE_ARES_LIBRARY_INIT 1
# define CARES_HAVE_ARES_LIBRARY_CLEANUP 1
#else
# undef CARES_HAVE_ARES_FREE_DATA
# undef CARES_HAVE_ARES_LIBRARY_INIT
# undef CARES_HAVE_ARES_LIBRARY_CLEANUP
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment