talloc: remove unused build dependecies to samba
authorStefan Metzmacher <metze@samba.org>
Mon, 3 Aug 2009 09:33:06 +0000 (11:33 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Aug 2009 07:58:21 +0000 (09:58 +0200)
metze

lib/talloc/talloc.c

index 58776a9160cfbeec089a356256ae93215c64e35d..50dae3b947059490154f1b2e7d027f3165a8c052 100644 (file)
   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 */