Mailing Lists
| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
CURL_CHECK_GETHOSTBYNAME_R patch
From: Albert Chin <curl_at_thewrittenword.com>
Date: Thu, 31 Jan 2002 01:11:46 -0600
Forgot one case. On HP-UX 11.00, gethostbyname_r() is properly defined
--
albert chin (china_at_thewrittenword.com)
-- snip snip
--- acinclude.m4.orig Thu Jan 31 01:07:18 2002
+++ acinclude.m4 Thu Jan 31 01:08:09 2002
@@ -377,6 +377,7 @@
int
gethostbyname_r(const char *, struct hostent *, struct hostent_data *);],[
+struct hostent_data data;
gethostbyname_r(NULL, NULL, NULL);],[
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_GETHOSTBYNAME_R_3)
@@ -394,6 +395,7 @@
int
gethostbyname_r(const char *,struct hostent *, struct hostent_data *);],[
+struct hostent_data data;
gethostbyname_r(NULL, NULL, NULL);],[
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_GETHOSTBYNAME_R_3)
Received on 2002-01-31
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info