Browse Source

meson.build: test for the presence of <sys/auxv.h>

pull/162/head
Sean McGovern 3 years ago
committed by Steve Lhomme
parent
commit
ba02c9b5ac
  1. 3
      config.h.meson
  2. 1
      meson.build

3
config.h.meson

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

1
meson.build

@ -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…
Cancel
Save