X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config9.m4;h=17e993327c062b27adf2fbd84b8ed56c6e30975b;hp=ba1b93511b551885c801bcead58a0503532346d1;hb=6076d966844330e8bb12a7c19a57242ca3c0a9a8;hpb=371a7daee8ef02195769ebf846e0f5ca93093672 diff --git a/config9.m4 b/config9.m4 index ba1b935..17e9933 100644 --- a/config9.m4 +++ b/config9.m4 @@ -96,13 +96,10 @@ if test "$PHP_HTTP" != "no"; then dnl ---- dnl STDC dnl ---- + dnl getdomainname() is declared in netdb.h on some platforms: AIX, OSF AC_CHECK_HEADERS([netdb.h unistd.h]) PHP_CHECK_FUNC(gethostname, nsl) PHP_CHECK_FUNC(getdomainname, nsl) - PHP_CHECK_FUNC(getservbyport, nsl) - PHP_CHECK_FUNC(getservbyport_r, nsl) - PHP_CHECK_FUNC(getservbyname, nsl) - PHP_CHECK_FUNC(getservbyname_r, nsl) dnl ---- dnl ZLIB