]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
valgrind: avoid build-time dependency on Valgrind
authorPetr Špaček <petr.spacek@nic.cz>
Mon, 26 Aug 2019 13:38:18 +0000 (15:38 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Mon, 26 Aug 2019 13:38:18 +0000 (15:38 +0200)
commitb815632f3238e04d8037b30627df0ab8fed24f9c
tree773624be7f16d5cd27b1cabc25aeef69c0d64b63
parent7edccada33424f1ada1b5099bf7cf22124c9adb4
valgrind: avoid build-time dependency on Valgrind

Valgrind manual
http://valgrind.org/docs/manual/manual-core-adv.html#manual-core-adv.clientreq
encounrages copying headers into project to avoid build-time dependency
on Valgrind.

@tkrizek What do you think?
contrib/memcheck.h [new file with mode: 0644]
contrib/ucw/mempool.c
contrib/valgrind.h [new file with mode: 0644]
lib/cache/cdb_lmdb.c