From: Alejandro Colomar Date: Thu, 30 Dec 2021 14:05:47 +0000 (+0100) Subject: Remove unused autoconf check: getaddrinfo(3) X-Git-Tag: 4.12~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4504a1a4bf9c67fb5264fa45cb8af3f0b8534a7b;p=thirdparty%2Fshadow.git Remove unused autoconf check: getaddrinfo(3) The macro HAVE_GETADDRINFO is not being used anywhere. BTW, the function is defined by POSIX.1-2001 and RFC 2553, so it's likely that it is always available. Signed-off-by: Alejandro Colomar --- diff --git a/configure.ac b/configure.ac index e7efbf2ae..a89105b87 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 getaddrinfo ruserok \ + getpwuid_r getgrnam_r getgrgid_r getspnam_r ruserok \ memset_s explicit_bzero) AC_SYS_LARGEFILE