summaryrefslogtreecommitdiff
path: root/source4/lib/talloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/talloc.c')
-rw-r--r--source4/lib/talloc.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/source4/lib/talloc.c b/source4/lib/talloc.c
index 0b1f5b7cb5..7f50264801 100644
--- a/source4/lib/talloc.c
+++ b/source4/lib/talloc.c
@@ -27,17 +27,14 @@
*/
-/*
- if you need to build this outside of the Samba source tree then please define _STANDALONE_
-*/
-#ifdef _STANDALONE_
+#ifdef _SAMBA_BUILD_
+#include "includes.h"
+#else
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "talloc.h"
-#else
-#include "includes.h"
#endif
/* use this to force every realloc to change the pointer, to stress test