summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-08-21 16:00:37 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-03 15:10:50 +0100
commit5475768d3278acba21574aad394f598e52c53c14 (patch)
treecf74182bace1c44866acb00f786b1d1f48bf7fab /config.h.meson
parent7a90e06a3c946d25788d8cccacd6fefed354836d (diff)
downloadgtk+-5475768d3278acba21574aad394f598e52c53c14.tar.gz
Meson build v2
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson9
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