]> git.ipfire.org Git - thirdparty/shadow.git/commit
Remove unused autoconf check: ruserok(3)
authorAlejandro Colomar <alx.manpages@gmail.com>
Thu, 30 Dec 2021 14:10:01 +0000 (15:10 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 15 Jan 2022 14:25:53 +0000 (08:25 -0600)
commit2e1da29fc1d9e68b2670d7f780ea7c01a6480c2d
treedb3d953ea9dbd15da323b25c7cf605204f97f53a
parent4504a1a4bf9c67fb5264fa45cb8af3f0b8534a7b
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 <alx.manpages@gmail.com>
configure.ac