1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/rust/config/additions.h
David Mulder bb55fa100e Add talloc stackframe handling
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>
2024-10-23 14:21:34 +00:00

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