From: Serge Hallyn Date: Tue, 28 Dec 2021 01:12:24 +0000 (-0600) Subject: Merge pull request #479 from alejandro-colomar/getgroups X-Git-Tag: v4.11~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e668c7e725159a45b80b6c3e93d8f03f8aaeba98;p=thirdparty%2Fshadow.git Merge pull request #479 from alejandro-colomar/getgroups Remove HAVE_GETGROUPS ifdefs --- e668c7e725159a45b80b6c3e93d8f03f8aaeba98 diff --cc configure.ac index 95ec79e42,fa4bc1fcc..c9aa37abc --- a/configure.ac +++ b/configure.ac @@@ -51,9 -51,9 +51,9 @@@ AC_CHECK_HEADERS(crypt.h errno.h fcntl. dnl shadow now uses the libc's shadow implementation AC_CHECK_HEADER([shadow.h],,[AC_MSG_ERROR([You need a libc with shadow.h])]) - AC_CHECK_FUNCS(arc4random_buf l64a fchmod fchown fsync futimes getgroups \ + AC_CHECK_FUNCS(arc4random_buf l64a fchmod fchown fsync futimes \ gethostname getentropy getrandom getspnam gettimeofday getusershell \ - getutent initgroups lchown lckpwdf lstat lutimes memcpy memset \ + getutent initgroups lchown lckpwdf lstat lutimes \ setgroups sigaction strchr updwtmp updwtmpx innetgr getpwnam_r \ getpwuid_r getgrnam_r getgrgid_r getspnam_r getaddrinfo ruserok \ dlopen)