1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Autoconf: Move getlogin check for HAVE_GETLOGIN to ext/posix (#19058)

This check is related only to ext/posix so it's more clear to have it
defined when ext/posix is enabled.
This commit is contained in:
Peter Kokot
2025-07-07 17:43:36 +02:00
committed by GitHub
parent 1039cebb87
commit d154c7253e
2 changed files with 1 additions and 1 deletions

View File

@@ -540,7 +540,6 @@ AC_CHECK_FUNCS(m4_normalize([
getgrnam_r
gethostname
getloadavg
getlogin
getprotobyname
getprotobynumber
getpwnam_r

View File

@@ -17,6 +17,7 @@ if test "$PHP_POSIX" = "yes"; then
eaccess
getgrgid_r
getgroups
getlogin
getpgid
getrlimit
getsid