commit | c44555bb37e35d1c319d8ebf4542bfa394ffe170 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Apr 02 01:42:06 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Apr 02 01:42:06 2003 +0000 |
tree | 87c804cb3158d2cf2f647d2d116de24050af2323 | |
parent | 9ee2413700909fa0f8269a3927dee684c9196a6e [diff] [blame] |
Added support for marking heap blocks as inaccessible/uninitialized if valgrind is installed, based on a patch by Adam Gundy.
diff --git a/configure.ac b/configure.ac index 649a9da..f6c2ab8 100644 --- a/configure.ac +++ b/configure.ac
@@ -1072,6 +1072,7 @@ termios.h \ unistd.h \ utime.h \ + valgrind/memcheck.h ) AC_HEADER_STAT()