mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
NetBSD doesn't know getgrnam_r()/getpwnam_r()
Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
parent
61075a78f7
commit
c0e4e5a868
2 changed files with 41 additions and 11 deletions
|
|
@ -367,8 +367,8 @@ AC_CHECK_FUNCS([lrintf strtof])
|
|||
AC_FUNC_FORK
|
||||
AC_FUNC_GETGROUPS
|
||||
AC_FUNC_SELECT_ARGTYPES
|
||||
AC_CHECK_FUNCS([chmod chown clock_gettime getaddrinfo getgrgid_r \
|
||||
getpwuid_r gettimeofday getuid inet_ntop inet_pton mlock nanosleep \
|
||||
AC_CHECK_FUNCS([chmod chown clock_gettime getaddrinfo getgrgid_r getgrnam_r \
|
||||
getpwnam_r getpwuid_r gettimeofday getuid inet_ntop inet_pton mlock nanosleep \
|
||||
pipe posix_fadvise posix_madvise posix_memalign setpgid setsid shm_open \
|
||||
sigaction sleep sysconf])
|
||||
AC_CHECK_FUNCS([mkfifo], [HAVE_MKFIFO=1], [HAVE_MKFIFO=0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue