1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-24 15:17:06 +03:00
Rusty Russell 754c677b0b lib: import ccan modules for tdb2
Imported from git://git.ozlabs.org/~ccan/ccan init-1161-g661d41f

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-06-20 11:18:34 +02:00

6 lines
212 B
C

/* We can't use the normal "#include the .c file" trick, since this is
contaminated by str.h's macro overrides. So we put it in all tests
like this. */
#define CCAN_STR_DEBUG 1
#include <ccan/str/debug.c>