Check for sys/mount.h and sys/vfs.h headers and include them conditionally

This commit is contained in:
Gleb Popov 2021-02-24 19:02:47 +03:00 committed by Wim Taymans
parent c5e42aa9db
commit dbc9a520ef
4 changed files with 20 additions and 1 deletions

View file

@ -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