mirror of
https://github.com/videolan/vlc.git
synced 2024-11-27 03:47:46 +08:00
meson.build: test for the presence of <sys/auxv.h>
This commit is contained in:
parent
de4685a6d8
commit
ba02c9b5ac
@ -128,6 +128,9 @@
|
||||
/* Define to 1 if you have the `fsync' function. */
|
||||
#mesondefine HAVE_FSYNC
|
||||
|
||||
/* Define to 1 if you have the <sys/auxv.h> header file */
|
||||
#mesondefine HAVE_SYS_AUXV_H
|
||||
|
||||
/* Define to 1 if you have the `getauxval' function. */
|
||||
#mesondefine HAVE_GETAUXVAL
|
||||
|
||||
|
@ -221,6 +221,7 @@ check_c_headers = [
|
||||
['netinet/udplite.h'],
|
||||
['pthread.h'],
|
||||
['poll.h'],
|
||||
['sys/auxv.h'],
|
||||
['sys/eventfd.h'],
|
||||
['sys/mount.h'],
|
||||
['sys/shm.h'],
|
||||
|
Loading…
Reference in New Issue
Block a user