r18644: bring in libreplace in lib/replace
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Sep 2006 22:49:20 +0000 (22:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:52:03 +0000 (11:52 -0500)
commit8f153c6128dd15fb132d8ddb1752e793bd6a5985
tree0e2314019948ef0fdfcce1a15a63c0a4828e6bb7
parentf2e7b8d1449b9f8a7177a19842d25440950f733f
r18644: bring in libreplace in lib/replace

metze
(This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)
55 files changed:
source3/Makefile.in
source3/aclocal.m4
source3/autogen.sh
source3/configure.in
source3/include/includes.h
source3/lib/replace.c [deleted file]
source3/lib/replace/Makefile.in [new file with mode: 0644]
source3/lib/replace/README [new file with mode: 0644]
source3/lib/replace/aclocal.m4 [new file with mode: 0644]
source3/lib/replace/autoconf-2.60.m4 [new file with mode: 0644]
source3/lib/replace/autogen.sh [new file with mode: 0755]
source3/lib/replace/config.guess [new file with mode: 0755]
source3/lib/replace/config.sub [new file with mode: 0755]
source3/lib/replace/configure.ac [new file with mode: 0644]
source3/lib/replace/dlfcn.c [new file with mode: 0644]
source3/lib/replace/dlfcn.m4 [new file with mode: 0644]
source3/lib/replace/getpass.c [new file with mode: 0644]
source3/lib/replace/getpass.m4 [new file with mode: 0644]
source3/lib/replace/install-sh [new file with mode: 0755]
source3/lib/replace/libreplace.m4 [new file with mode: 0644]
source3/lib/replace/libreplace_cc.m4 [new file with mode: 0644]
source3/lib/replace/libreplace_macros.m4 [new file with mode: 0644]
source3/lib/replace/repdir.m4 [new file with mode: 0644]
source3/lib/replace/repdir_getdents.c [new file with mode: 0644]
source3/lib/replace/repdir_getdirentries.c [new file with mode: 0644]
source3/lib/replace/replace.c [new file with mode: 0644]
source3/lib/replace/replace.h [new file with mode: 0644]
source3/lib/replace/samba.m4 [new file with mode: 0644]
source3/lib/replace/snprintf.c [moved from source3/lib/snprintf.c with 97% similarity]
source3/lib/replace/system/README [new file with mode: 0644]
source3/lib/replace/system/capability.h [new file with mode: 0644]
source3/lib/replace/system/config.m4 [new file with mode: 0644]
source3/lib/replace/system/dir.h [new file with mode: 0644]
source3/lib/replace/system/filesys.h [new file with mode: 0644]
source3/lib/replace/system/glob.h [new file with mode: 0644]
source3/lib/replace/system/iconv.h [new file with mode: 0644]
source3/lib/replace/system/kerberos.h [new file with mode: 0644]
source3/lib/replace/system/locale.h [new file with mode: 0644]
source3/lib/replace/system/network.h [new file with mode: 0644]
source3/lib/replace/system/passwd.h [new file with mode: 0644]
source3/lib/replace/system/printing.h [new file with mode: 0644]
source3/lib/replace/system/readline.h [new file with mode: 0644]
source3/lib/replace/system/select.h [moved from source3/lib/replace1.c with 64% similarity]
source3/lib/replace/system/shmem.h [new file with mode: 0644]
source3/lib/replace/system/syslog.h [new file with mode: 0644]
source3/lib/replace/system/terminal.h [new file with mode: 0644]
source3/lib/replace/system/time.h [new file with mode: 0644]
source3/lib/replace/system/wait.h [new file with mode: 0644]
source3/lib/replace/test/os2_delete.c [new file with mode: 0644]
source3/lib/replace/test/shared_mmap.c [new file with mode: 0644]
source3/lib/replace/test/testsuite.c [new file with mode: 0644]
source3/lib/replace/timegm.c [moved from source3/lib/timegm.c with 97% similarity]
source3/lib/replace/timegm.m4 [new file with mode: 0644]
source3/lib/replace/win32.m4 [new file with mode: 0644]
source3/lib/replace/win32_replace.h [new file with mode: 0644]