diff options
author | Yang Tse <yangsita@gmail.com> | 2006-06-30 00:22:38 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-06-30 00:22:38 +0000 |
commit | 2e0ad842d03de46d31fd8da88174d236203723a1 (patch) | |
tree | 2dc0c1adad1acfcfcd9443b044665b9ad0401a4d | |
parent | a3949c77864339d90681b76ea8efac5eb3ee012b (diff) |
Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | ares/acinclude.m4 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2b3bb34a8..2b68e00cc 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -233,8 +233,6 @@ dnl If the function succeeds HAVE_GETNAMEINFO will be dnl defined, defining the types of the arguments in dnl GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, dnl GETNAMEINFO_TYPE_ARG46 and GETNAMEINFO_TYPE_ARG7. -dnl This function is experimental and its results shall -dnl not be trusted while this notice is in place ------ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [ AC_REQUIRE([CURL_CHECK_HEADER_WS2TCPIP])dnl diff --git a/ares/acinclude.m4 b/ares/acinclude.m4 index 9a5c7e775..0ff547b74 100644 --- a/ares/acinclude.m4 +++ b/ares/acinclude.m4 @@ -212,8 +212,6 @@ dnl If the function succeeds HAVE_GETNAMEINFO will be dnl defined, defining the types of the arguments in dnl GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, dnl GETNAMEINFO_TYPE_ARG46 and GETNAMEINFO_TYPE_ARG7. -dnl This function is experimental and its results shall -dnl not be trusted while this notice is in place ------ AC_DEFUN([CURL_CHECK_FUNC_GETNAMEINFO], [ AC_REQUIRE([CURL_CHECK_HEADER_WS2TCPIP])dnl |