mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Check for sys/mount.h and sys/vfs.h headers and include them conditionally
This commit is contained in:
parent
c5e42aa9db
commit
dbc9a520ef
4 changed files with 20 additions and 1 deletions
|
|
@ -257,6 +257,9 @@
|
|||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#mesondefine HAVE_STRING_H
|
||||
|
||||
/* Define to 1 if you have the <sys/mount.h> header file. */
|
||||
#mesondefine HAVE_SYS_MOUNT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
#mesondefine HAVE_SYS_PARAM_H
|
||||
|
||||
|
|
@ -284,6 +287,9 @@
|
|||
/* Define to 1 if you have the <sys/utsname.h> header file. */
|
||||
#mesondefine HAVE_SYS_UTSNAME_H
|
||||
|
||||
/* Define to 1 if you have the <sys/vfs.h> header file. */
|
||||
#mesondefine HAVE_SYS_VFS_H
|
||||
|
||||
/* Define to 1 if you have the <sys/wait.h> header file. */
|
||||
#mesondefine HAVE_SYS_WAIT_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue