diff options
-rw-r--r-- | lib/talloc/talloc.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/talloc/talloc.c b/lib/talloc/talloc.c index 58776a9160..50dae3b947 100644 --- a/lib/talloc/talloc.c +++ b/lib/talloc/talloc.c @@ -30,26 +30,8 @@ inspired by http://swapped.cc/halloc/ */ -#ifdef _SAMBA_BUILD_ -#include "version.h" -#if (SAMBA_VERSION_MAJOR<4) -#include "includes.h" -/* This is to circumvent SAMBA3's paranoid malloc checker. Here in this file - * we trust ourselves... */ -#ifdef malloc -#undef malloc -#endif -#ifdef realloc -#undef realloc -#endif -#define _TALLOC_SAMBA3 -#endif /* (SAMBA_VERSION_MAJOR<4) */ -#endif /* _SAMBA_BUILD_ */ - -#ifndef _TALLOC_SAMBA3 #include "replace.h" #include "talloc.h" -#endif /* not _TALLOC_SAMBA3 */ /* use this to force every realloc to change the pointer, to stress test code that might not cope */ |