]> git.ipfire.org Git - thirdparty/shadow.git/commit
Remove AC_HEADER_SYS_WAIT
authorAlejandro Colomar <alx.manpages@gmail.com>
Thu, 30 Dec 2021 13:25:49 +0000 (14:25 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 15 Jan 2022 14:25:53 +0000 (08:25 -0600)
commit9e788adf56f4e9952d7223eb14a497645a03f842
tree010d8e359a2e86a5ad7d6bc2fa5849d602e2cde8
parent5450f9a904f42388c83b507a7be316355bc58f61
Remove AC_HEADER_SYS_WAIT

GNU autoconf documentation marks this macro as obsolescent, as
current systems are compatible with POSIX.

Simplify code to unconditionally include <sys/wait.h>, and don't
redefine WIFEXITSTATUS() and WIFEXITED(), since they are mandated
by POSIX.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
configure.ac
lib/defines.h