diff options
author | Timm Bäder <mail@baedert.org> | 2016-08-21 16:00:37 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:50 +0100 |
commit | 5475768d3278acba21574aad394f598e52c53c14 (patch) | |
tree | cf74182bace1c44866acb00f786b1d1f48bf7fab /config.h.meson | |
parent | 7a90e06a3c946d25788d8cccacd6fefed354836d (diff) | |
download | gtk+-5475768d3278acba21574aad394f598e52c53c14.tar.gz |
Meson build v2
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index 8431e04788..45527bf403 100644 --- a/config.h.meson +++ b/config.h.meson @@ -119,6 +119,12 @@ /* Define to 1 if you have the `sincos' function. */ #mesondefine HAVE_SINCOS +/* Define to 1 if you have the `log2` function */ +#mesondefine HAVE_LOG2 + +/* Define to 1 if you ahve the `exp2` function */ +#mesondefine HAVE_EXP2 + /* Have the sockaddr_un.sun_len member */ #mesondefine HAVE_SOCKADDR_UN_SUN_LEN @@ -300,3 +306,6 @@ /* Define to `int' if <sys/types.h> doesn't define. */ #mesondefine uid_t + +/* Define to 1 if linux/memfd.h exists */ +#mesondefine HAVE_LINUX_MEMFD_H |