mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
5b15d10795
I previously added -DDISABLE_NTDB to FLAGS, but lib/param/util.c doesn't seem to be compiled with that flag, so it's really not a good solution. So instead, compile in ntdb for the autoconf build. This means: 1) Add -DHAVE_CCAN to cflags. 2) Remove pyntdb from autoconf objects (which is what tdb does) 3) Remove -DDISABLE_NTDB 4) Add ntdb utility objects 5) Link in ntdb everywhere we link in tdb. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
array_size | ||
asearch | ||
build_assert | ||
cast | ||
check_type | ||
compiler | ||
container_of | ||
endian | ||
err | ||
failtest | ||
hash | ||
htable | ||
ilog | ||
likely | ||
list | ||
read_write_all | ||
str | ||
strset/tools | ||
tally | ||
tcon | ||
time | ||
tlist | ||
typesafe_cb | ||
libccan.m4 | ||
README | ||
wscript |
These files are from the CCAN project (http://ccan.ozlabs.org); the _info and LICENSE files in each directory indicate their (separate) licenses. I'm trying to keep them in sync with the upstream versions as much as possible, so please be careful! Thanks! Rusty Russell <rusty@rustcorp.com.au>