X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config9.m4;h=5f06a5cdb4395381257d5f55961772ce53a4acc6;hp=ba1b93511b551885c801bcead58a0503532346d1;hb=c7ff6df7b3f488c2d2cb5df1d3e64ff4ffbb2557;hpb=6d4f0ad7ffa58f2a29e5dcf1830aec45a28a25d1 diff --git a/config9.m4 b/config9.m4 index ba1b935..5f06a5c 100644 --- a/config9.m4 +++ b/config9.m4 @@ -96,13 +96,11 @@ if test "$PHP_HTTP" != "no"; then dnl ---- dnl STDC dnl ---- + AC_TYPE_OFF_T + 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