mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
parent
1039cebb87
commit
d154c7253e
2 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,6 @@ AC_CHECK_FUNCS(m4_normalize([
|
||||||
getgrnam_r
|
getgrnam_r
|
||||||
gethostname
|
gethostname
|
||||||
getloadavg
|
getloadavg
|
||||||
getlogin
|
|
||||||
getprotobyname
|
getprotobyname
|
||||||
getprotobynumber
|
getprotobynumber
|
||||||
getpwnam_r
|
getpwnam_r
|
||||||
|
|
|
@ -17,6 +17,7 @@ if test "$PHP_POSIX" = "yes"; then
|
||||||
eaccess
|
eaccess
|
||||||
getgrgid_r
|
getgrgid_r
|
||||||
getgroups
|
getgroups
|
||||||
|
getlogin
|
||||||
getpgid
|
getpgid
|
||||||
getrlimit
|
getrlimit
|
||||||
getsid
|
getsid
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue