From 8a90c8bc98a2501da41af132512d1c3875463102 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 3 Aug 2009 11:33:06 +0200 Subject: talloc: remove unused build dependecies to samba metze --- lib/talloc/talloc.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'lib/talloc/talloc.c') 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 */ -- cgit