summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-12-09 15:18:11 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-12-09 15:31:01 +0530
commitd8e8e92176bb7a88961ca125081b46ab59a59b19 (patch)
tree861b395c4c302ffb00974d4fba534d925ca71414 /config.h.meson
parenteb1f861012b6f9972b17f3a1c16de09302feb3df (diff)
libcheck: Update the compatibility code and checks
This brings us up-to-speed with the latest compatibility code from upstream check git. For completeness, we do all the checks that upstream check does, but we skip the snprintf/vsnprintf code because it's not straightforward (involves running code and that is bad for cross-compilation) and not necessary for the platforms we support anyway. If someone really wants this, they can uncomment this and copy the relevant checks from the check git repository. https://bugzilla.gnome.org/show_bug.cgi?id=775870
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson
index 5d01206da..d7e14e566 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -441,3 +441,11 @@
#mesondefine HAVE_UNWIND
#mesondefine HAVE_DW
#mesondefine HAVE_BACKTRACE
+#mesondefine HAVE_MALLOC
+#mesondefine HAVE_REALLOC
+#mesondefine HAVE_GETTIMEOFDAY
+#mesondefine HAVE_GETLINE
+#mesondefine STRUCT_TIMESPEC_DEFINITION_MISSING
+#mesondefine STRUCT_ITIMERSPEC_DEFINITION_MISSING
+#mesondefine clockid_t
+#mesondefine timer_t