From 2e1da29fc1d9e68b2670d7f780ea7c01a6480c2d Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Thu, 30 Dec 2021 15:10:01 +0100 Subject: [PATCH] Remove unused autoconf check: ruserok(3) The macro HAVE_RUSEROK is not being used anywhere. As the Linux manual page says, ruserok(3) is present on the BDSs, Solaris, and many other systems. This function appeared in 4.2BSD. So we probably can rely on its existence. Signed-off-by: Alejandro Colomar --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a89105b8..9598ece0 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ AC_CHECK_FUNCS(arc4random_buf l64a fchmod fchown fsync futimes \ getentropy getrandom getspnam getusershell \ getutent initgroups lchown lckpwdf lstat lutimes \ setgroups updwtmp updwtmpx innetgr getpwnam_r \ - getpwuid_r getgrnam_r getgrgid_r getspnam_r ruserok \ + getpwuid_r getgrnam_r getgrgid_r getspnam_r \ memset_s explicit_bzero) AC_SYS_LARGEFILE