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)
commit596cbe73dd268742acf456fccd8a234376fb0c97
treee61db1bbfc4617cb99f6ddba10106e3e8881c293
parentbd175177960f39ef70d73d09e304299e03372bd6
r18644: bring in libreplace in lib/replace

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