summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-10-03 11:56:35 +0200
committerVolker Lendecke <vl@samba.org>2010-10-03 12:03:36 +0200
commit48dccbf2b52163643b5bbc0d73b65e12b8c92c12 (patch)
treed7f47189554ba25e03934174c6c14d190dcb425d /source3/include
parentd05ae9451aacd36d9c7ce7c313f95137aa5e8941 (diff)
downloadsamba-48dccbf2b52163643b5bbc0d73b65e12b8c92c12.tar.gz
samba-48dccbf2b52163643b5bbc0d73b65e12b8c92c12.tar.bz2
samba-48dccbf2b52163643b5bbc0d73b65e12b8c92c12.zip
s3: Move #define VALGRIND to config.h
This fixes the valgrind overrun in the tdb jenkins hash
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index a17e014ca9..11066e25ad 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -251,16 +251,6 @@ typedef int ber_int_t;
#include <valgrind.h>
#endif
-/* If we have --enable-developer and the valgrind header is present,
- * then we're OK to use it. Set a macro so this logic can be done only
- * once. */
-#if defined(DEVELOPER)
-#if (HAVE_VALGRIND_H || HAVE_VALGRIND_VALGRIND_H)
-#define VALGRIND
-#endif
-#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