summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-02-21 11:23:54 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2019-03-04 13:51:49 +0000
commitfad21d8dda7f0a7b4faf8c17499ffab10bed56a9 (patch)
tree6fb04c54995709e58708157533bf5453a99c3670 /config.h.meson
parent45ea288ba24e09a346d83fb71d3626cced1c6272 (diff)
downloadgtk+-fad21d8dda7f0a7b4faf8c17499ffab10bed56a9.tar.gz
Remove aligned allocation checks
The tests were added when we thought we had to align memory allocations for structures including a Graphene type in their members. Graphene added alignment annotations for its types, and we never really used the symbols we set after testing for allocations being aligned out of the box with malloc(), and for aligned allocators.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.h.meson b/config.h.meson
index e7cc20eba5..74a90d3df8 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -305,13 +305,3 @@
#mesondefine HAVE_PANGOFT
#mesondefine ISO_CODES_PREFIX
-
-#mesondefine MALLOC_IS_ALIGNED16
-
-#mesondefine HAVE_POSIX_MEMALIGN
-
-#mesondefine HAVE_MEMALIGN
-
-#mesondefine HAVE_ALIGNED_ALLOC
-
-#mesondefine HAVE__ALIGNED_MALLOC