mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
bb55fa100e
This appeases errors from libsmbconf that no talloc stackframe was created. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
9 lines
171 B
C
9 lines
171 B
C
#include "../../bin/default/include/config.h"
|
|
#ifndef USING_SYSTEM_TDB
|
|
#define USING_SYSTEM_TDB 0
|
|
#endif
|
|
|
|
#ifndef USING_SYSTEM_TALLOC
|
|
#define USING_SYSTEM_TALLOC 0
|
|
#endif
|