aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_version.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-23 11:26:29 +0000
committerYang Tse <yangsita@gmail.com>2009-11-23 11:26:29 +0000
commite536cb085f55a821a482618e276cc35b3a9f5f14 (patch)
treef38c57f821afd0ead649193b0cf81c9c7f894270 /ares/ares_version.h
parent083e2df4ed2895d13e8e855350839328ec7f941f (diff)
- Removed from external interface preprocessor symbol definition for
CARES_HAVE_ARES_FREE_DATA. Current functionality of ares_free_data() makes it unnecessary.
Diffstat (limited to 'ares/ares_version.h')
-rw-r--r--ares/ares_version.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ares/ares_version.h b/ares/ares_version.h
index 517e8a9a7..66d4bcc78 100644
--- a/ares/ares_version.h
+++ b/ares/ares_version.h
@@ -12,11 +12,9 @@
#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