From becf7a099710ba50f4611d0e16151337236b8a93 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 10 Mar 2003 00:45:28 +0000 Subject: Include valgrind.h if present on the system. (This used to be commit 65ba78c6bd4c5ab7ec9bf4d15e4410482e82588d) --- source3/include/includes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include') diff --git a/source3/include/includes.h b/source3/include/includes.h index b9ba4b84d5..297f38ae97 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -433,6 +433,11 @@ #include #endif +#if HAVE_VALGRIND_H +/* Special macros that are no-ops except when run under Valgrind on x86. */ +#include +#endif + /* we support ADS if we want it and have krb5 and ldap libs */ #if defined(WITH_ADS) && defined(HAVE_KRB5) && defined(HAVE_LDAP) #define HAVE_ADS -- cgit