1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Include valgrind.h if present on the system.

(This used to be commit 65ba78c6bd4c5ab7ec9bf4d15e4410482e82588d)
This commit is contained in:
Martin Pool 2003-03-10 00:45:28 +00:00
parent cb1de38cfd
commit becf7a0997

View File

@ -433,6 +433,11 @@
#include <com_err.h>
#endif
#if HAVE_VALGRIND_H
/* Special macros that are no-ops except when run under Valgrind on x86. */
#include <valgrind.h>
#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