mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
Apply #ifdefs around functionality not available on win32
And also the reverse: around some win32 specific functionality
This commit is contained in:
parent
0ac0479534
commit
bb12ff8356
20 changed files with 120 additions and 13 deletions
|
|
@ -390,6 +390,7 @@ AC_CHECK_HEADERS_ONCE([byteswap.h])
|
|||
AC_CHECK_HEADERS_ONCE([sys/syscall.h])
|
||||
AC_CHECK_HEADERS_ONCE([sys/eventfd.h])
|
||||
AC_CHECK_HEADERS_ONCE([execinfo.h])
|
||||
AC_CHECK_HEADERS_ONCE([langinfo.h])
|
||||
|
||||
#### Typdefs, structures, etc. ####
|
||||
|
||||
|
|
@ -470,7 +471,7 @@ AC_FUNC_SELECT_ARGTYPES
|
|||
AC_CHECK_FUNCS_ONCE([chmod chown fstat fchown fchmod 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 pthread_setaffinity_np])
|
||||
sigaction sleep symlink sysconf uname pthread_setaffinity_np])
|
||||
AC_CHECK_FUNCS([mkfifo], [HAVE_MKFIFO=1], [HAVE_MKFIFO=0])
|
||||
|
||||
AM_CONDITIONAL(HAVE_MKFIFO, test "x$HAVE_MKFIFO" = "x1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue