mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
r25865: libreplace: check for nss passwd|group get*_r functions
metze (This used to be commit 98095b34257847b2fbb5efe343c3630a28170692)
This commit is contained in:
parent
046cd2512e
commit
29598b83e0
@ -18,6 +18,8 @@ AC_CHECK_HEADERS(sys/capability.h)
|
||||
|
||||
# passwd
|
||||
AC_CHECK_HEADERS(grp.h sys/id.h compat.h shadow.h sys/priv.h pwd.h sys/security.h)
|
||||
AC_CHECK_FUNCS(getpwnam_r getpwuid_r getpwent_r)
|
||||
AC_CHECK_FUNCS(getgrnam_r getgrgid_r getgrent_r)
|
||||
|
||||
# locale
|
||||
AC_CHECK_HEADERS(ctype.h locale.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user