CMake/Utilities/cmtar/compat
Andy Cedilnik 4f728e93e1 COMP: Remove warnings 2006-07-13 09:27:10 -04:00
..
README
basename.c
compat.h
dirname.c
fnmatch.c
gethostbyname_r.c
gethostname.c
getservbyname_r.c
glob.c
inet_aton.c
snprintf.c
strdup.c
strlcat.c
strlcpy.c COMP: Remove warnings 2006-07-13 09:27:10 -04:00
strmode.c
strrstr.c
strsep.c

README

Compatibility Suite
-------------------

This directory contains a compatibility suite that provides alternate
implementations of various library functions which are not available or
not usable on some platforms.

The original copyright information for each function is included in
the source files.  I've modified the files slightly for integration
into this suite, but the functionality has not been modified from
the original source.