Add a copy of valgrind.h to glib/
authorRyan Lortie <desrt@desrt.ca>
Mon, 22 Apr 2013 16:10:35 +0000 (12:10 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 22 Apr 2013 20:15:16 +0000 (16:15 -0400)
commitc8d56d7cf79b107d0e9a64812734fe877b332093
tree7e076592e4f7d299ba1639ec1ebf267dd45a9875
parentc1c1b33f883d6afd2e27bb2506ab6490ed916052
Add a copy of valgrind.h to glib/

This is a BSD-licenced header file that is designed to be copy-pasted
into programs.  It will allow us to detect if we are running under
Valgrind and send "client requests" to it.

We will use this for a couple of reasons in upcoming patches.

https://bugzilla.gnome.org/show_bug.cgi?id=698595
glib/Makefile.am
glib/valgrind.h [new file with mode: 0644]