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)
commitd49ffbc19b29f7620e427de133ffab74721f37e8
treea3eda3f9f1213c6d46af1eb87939579658dc4cdd
parent646cf0ae8c32f0645955fba6a1f5951a018fd6b0
r18810: use a copy of samba4's talloc under lib/talloc/
to make mergeing easier.

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