2003-04-26
2003-04-26 15:35:40 by Marcus Agehall <agehall@gmail.com>
-
a42e086877dc1f0afd777063352aa36be16c843e
(7 lines)
(+6/-1)
[
Show
| Annotate
]
Branch: 7.9
Support for Valgrind 1.9.5.
Rev: src/configure.in:1.717
Rev: src/pike_memory.h:1.45
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: pike_memory.h,v 1.44 2003/04/02 19:22:43 mast Exp $
+ || $Id: pike_memory.h,v 1.45 2003/04/26 15:35:40 agehall Exp $
*/
#ifndef MEMORY_H
13: Inside #if defined(USE_VALGRIND)
#ifdef USE_VALGRIND
+ #ifdef HAVE_MEMCHECK_H
+ #include <memcheck.h>
+ #endif
+
#ifdef HAVE_VALGRIND_H
#include <valgrind.h>
#endif /* HAVE_VALGRIND_H */