r18810: use a copy of samba4's talloc under lib/talloc/
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Sep 2006 04:16:58 +0000 (04:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:01:02 +0000 (12:01 -0500)
commit21931b1ca834f41c5ca931cdfb6f0347b5cb3c96
tree0e93b2474ef97d0f68e2da0d73bd1fc3ad924926
parent200d2383020c105447b214b40ecd50821d654388
r18810: use a copy of samba4's talloc under lib/talloc/
to make mergeing easier.

metze
(This used to be commit d49ffbc19b29f7620e427de133ffab74721f37e8)
19 files changed:
source3/Makefile.in
source3/configure.in
source3/include/includes.h
source3/lib/talloc/Makefile.in [new file with mode: 0644]
source3/lib/talloc/aclocal.m4 [new file with mode: 0644]
source3/lib/talloc/autogen.sh [new file with mode: 0755]
source3/lib/talloc/config.guess [new file with mode: 0755]
source3/lib/talloc/config.mk [new file with mode: 0644]
source3/lib/talloc/config.sub [new file with mode: 0755]
source3/lib/talloc/configure.ac [new file with mode: 0644]
source3/lib/talloc/install-sh [new file with mode: 0755]
source3/lib/talloc/libtalloc.m4 [new file with mode: 0644]
source3/lib/talloc/talloc.3.xml [new file with mode: 0644]
source3/lib/talloc/talloc.c [moved from source3/lib/talloc.c with 98% similarity]
source3/lib/talloc/talloc.h [moved from source3/include/talloc.h with 98% similarity]
source3/lib/talloc/talloc.pc.in [new file with mode: 0644]
source3/lib/talloc/talloc_guide.txt [new file with mode: 0644]
source3/lib/talloc/testsuite.c [moved from source3/lib/talloctort.c with 91% similarity]
source3/lib/talloc/web/index.html [new file with mode: 0644]