autoconf: Remove unused tests

This commit is contained in:
Nicolas Williams
2021-11-29 17:31:58 -06:00
committed by Jeffrey Altman
parent c84384c544
commit ed6f3f1786
6 changed files with 0 additions and 145 deletions

View File

@@ -170,10 +170,6 @@ AM_CONDITIONAL(have_vis_h, test "$ac_cv_header_vis_h" = yes)
dnl Check for functions and libraries
AC_FIND_FUNC(socket, socket)
AC_FIND_FUNC(gethostbyname, nsl)
AC_FIND_FUNC(syslog, syslog)
AC_KRB_IPV6
AC_FIND_FUNC(gethostbyname2, inet6 ip6)
@@ -192,7 +188,6 @@ AC_CHECK_FUNCS([ \
getconfattr \
getprogname \
getrlimit \
getspnam \
issetugid \
memmem \
mkdtemp \
@@ -537,8 +532,6 @@ AC_FIND_FUNC_NO_LIBS(crypt, crypt)dnl
AC_REQUIRE([rk_BROKEN_REALLOC])dnl
dnl AC_KRB_FUNC_GETCWD_BROKEN
dnl strerror_r is great fun, on linux it exists before sus catched up,
dnl so the return type is diffrent, lets check for both