r18129: moved the system includes into libreplace - this gives much more
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Sep 2006 04:44:32 +0000 (04:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:36 +0000 (14:17 -0500)
commita983b06d37c3b87a02444d9a9862777b88629344
tree531e396a45b073f476fd091e068c2d6f175a618b
parent3e11f4c06131542565149496d659f0050411a68f
r18129: moved the system includes into libreplace - this gives much more
isolation of our portability environment from the main code, and also
simplifies the includes system (no separate #ifdef _SAMBA_BUILD for
tdb. ldb etc now)
(This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)
35 files changed:
source4/configure.ac
source4/lib/ldb/include/includes.h
source4/lib/replace/libreplace.m4
source4/lib/replace/replace.c
source4/lib/replace/replace.h
source4/lib/replace/system/README [moved from source4/include/system/README with 100% similarity]
source4/lib/replace/system/capability.h [moved from source4/include/system/capability.h with 94% similarity]
source4/lib/replace/system/config.m4 [moved from source4/include/system/config.m4 with 100% similarity]
source4/lib/replace/system/dir.h [moved from source4/include/system/dir.h with 97% similarity]
source4/lib/replace/system/filesys.h [moved from source4/include/system/filesys.h with 98% similarity]
source4/lib/replace/system/glob.h [moved from source4/include/system/glob.h with 94% similarity]
source4/lib/replace/system/iconv.h [moved from source4/include/system/iconv.h with 95% similarity]
source4/lib/replace/system/kerberos.h [moved from source4/include/system/kerberos.h with 99% similarity]
source4/lib/replace/system/locale.h [moved from source4/include/system/locale.h with 93% similarity]
source4/lib/replace/system/network.h [moved from source4/include/system/network.h with 97% similarity]
source4/lib/replace/system/passwd.h [moved from source4/include/system/passwd.h with 97% similarity]
source4/lib/replace/system/printing.h [moved from source4/include/system/printing.h with 94% similarity]
source4/lib/replace/system/readline.h [moved from source4/include/system/readline.h with 95% similarity]
source4/lib/replace/system/select.h [moved from source4/include/system/select.h with 94% similarity]
source4/lib/replace/system/shmem.h [moved from source4/include/system/shmem.h with 95% similarity]
source4/lib/replace/system/syslog.h [moved from source4/include/system/syslog.h with 96% similarity]
source4/lib/replace/system/terminal.h [moved from source4/include/system/terminal.h with 95% similarity]
source4/lib/replace/system/time.h [moved from source4/include/system/time.h with 95% similarity]
source4/lib/replace/system/wait.h [moved from source4/include/system/wait.h with 94% similarity]
source4/lib/replace/test/testsuite.c
source4/lib/talloc/talloc.c
source4/lib/talloc/testsuite.c
source4/lib/tdb/Makefile.in
source4/lib/tdb/autogen.sh
source4/lib/tdb/common/tdb_private.h
source4/lib/tdb/configure.ac
source4/lib/tdb/tools/tdbbackup.c
source4/lib/tdb/tools/tdbdump.c
source4/lib/tdb/tools/tdbtest.c
source4/lib/tdb/tools/tdbtorture.c