r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
authorAndrew Tridgell <tridge@samba.org>
Sat, 1 Jan 2005 05:06:22 +0000 (05:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:54 +0000 (13:07 -0500)
commit09e98c8745cca7ccb1ad7134c0c09b8e4c0f4f06
tree2c89af8fe79dc80f6f6beb34be2f79c9dfecfa14
parentfee40e110d56c932aeff11178c120f3f4e19ddd2
r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
outside the tree, instead defined _SAMBA_BUILD_ inside the Samba
build. This makes it easier to pull code out of Samba for external
use.
13 files changed:
source/build/smb_build/makefile.pm
source/lib/ldb/Makefile.ldb
source/lib/ldb/common/talloc.c [new file with mode: 0644]
source/lib/ldb/include/talloc.h [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_tdb.h
source/lib/talloc.c
source/lib/tdb/common/spinlock.c
source/lib/tdb/common/tdb.c
source/lib/tdb/tools/tdbbackup.c
source/lib/tdb/tools/tdbdump.c
source/lib/tdb/tools/tdbtest.c
source/lib/tdb/tools/tdbtorture.c
source/torture/local/talloc.c