roken: Delete getcap/cgetent/cgetstr()

This commit is contained in:
Nicolas Williams
2022-01-03 16:29:43 -06:00
parent a90e1cb65c
commit 94bb267a8b
5 changed files with 0 additions and 1018 deletions

View File

@@ -183,7 +183,6 @@ AC_CHECK_FUNCS([ \
asnprintf \
asprintf \
atexit \
cgetent \
getauxval \
getconfattr \
getprogname \
@@ -216,11 +215,6 @@ AC_CHECK_FUNCS([ \
vis \
])
if test "$ac_cv_func_cgetent" = no; then
AC_LIBOBJ(getcap)
fi
AM_CONDITIONAL(have_cgetent, test "$ac_cv_func_cgetent" = yes)
AC_REQUIRE([AC_FUNC_GETLOGIN])
AC_REQUIRE([AC_FUNC_MMAP])