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:
parent
cb1de38cfd
commit
becf7a0997
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user