Add support for inserting (a subset of) Valgrind client requests
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2012 17:53:51 +0000 (17:53 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2012 17:54:21 +0000 (17:54 +0000)
commitb3f2ee5c6bade555630e52b8aa18fd639e047a80
tree24b4633a490c07bb55eb6052d68bcb4355fa5b9d
parent05cc2c3348e406027837e60a2c1015b997760c83
Add support for inserting (a subset of) Valgrind client requests

If valgrind support is disabled, we define stub versions of the
Valgrind client requests I plan to use, so the actual code doesn't
need #ifdef hell.

[With unnecessary AC_SUBST removed as per Lennart's review -smcv]

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37286
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Lennart Poettering <lennart@poettering.net>
configure.ac
dbus/Makefile.am
dbus/dbus-valgrind-internal.h [new file with mode: 0644]