summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-09-24 18:22:26 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-09-24 18:22:26 +0100
commite04d2f230d8a1e505d192915d43bdbfbc76814de (patch)
tree3c0825d00fb3f6bebf3b35f66f2dea5265669b83 /config.h.meson
parent557e06a6f13076f406890569b1de49419d82c06d (diff)
meson: remove incorrect and unneeded check for ptrdiff_t
Need to include stddef.h for it, so this would've worked: if cc.has_type('ptrdiff_t', prefix: '#include <stddef.h>')
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson
index 4a8a4dd84..89dad7129 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -229,9 +229,6 @@
/* Have PTHREAD_PRIO_INHERIT. */
#mesondefine HAVE_PTHREAD_PRIO_INHERIT
-/* Define to 1 if the system has the type `ptrdiff_t'. */
-#mesondefine HAVE_PTRDIFF_T
-
/* Define if RDTSC is available */
#mesondefine HAVE_RDTSC