]> granicus.if.org Git - curl/commitdiff
- Removed from external interface preprocessor symbol definition for
authorYang Tse <yangsita@gmail.com>
Mon, 23 Nov 2009 11:26:29 +0000 (11:26 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 23 Nov 2009 11:26:29 +0000 (11:26 +0000)
  CARES_HAVE_ARES_FREE_DATA. Current functionality of ares_free_data()
  makes it unnecessary.

ares/ares_free_data.3
ares/ares_version.h

index c9ec598023c1fb81d14e1b233cefcd9e6cbf5aad..30dcef49a2da42e5988a87b2e76ed472d2583e7b 100644 (file)
@@ -15,7 +15,7 @@
 .\" this software for any purpose.  It is provided "as is"
 .\" without express or implied warranty.
 .\"
-.TH ARES_FREE_DATA 3 "20 Nov 2009"
+.TH ARES_FREE_DATA 3 "23 Nov 2009"
 .SH NAME
 ares_free_data \- Free data allocated by several c-ares functions
 .SH SYNOPSIS
@@ -48,9 +48,7 @@ associated with those structures.
 .SH RETURN VALUE
 The ares_free_data() function does not return a value.
 .SH AVAILABILITY
-This function was first introduced in c-ares version 1.6.1 along with the
-definition of preprocessor symbol \fICARES_HAVE_ARES_FREE_DATA\fP as an
-indication of the availability of this function.
+This function was first introduced in c-ares version 1.6.1.
 .SH SEE ALSO
 .BR ares_parse_srv_reply(3),
 .BR ares_parse_txt_reply(3)
index 517e8a9a75aea229fcb612c4b64530fbbefdaa68..66d4bcc78dba544db0fb05548f210e70cdd98e1b 100644 (file)
 #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