CMake/Utilities/cmtar/compat
Andy Cedilnik 3a945312ac ENH: Windows fixes 2005-12-28 11:00:46 -05:00
..
README ENH: Initial import 2005-12-28 10:18:37 -05:00
basename.c ENH: Windows fixes 2005-12-28 11:00:46 -05:00
compat.h ENH: Initial import 2005-12-28 10:18:37 -05:00
dirname.c ENH: Windows fixes 2005-12-28 11:00:46 -05:00
fnmatch.c ENH: Windows fixes 2005-12-28 11:00:46 -05:00
gethostbyname_r.c ENH: Initial import 2005-12-28 10:18:37 -05:00
gethostname.c ENH: Initial import 2005-12-28 10:18:37 -05:00
getservbyname_r.c ENH: Initial import 2005-12-28 10:18:37 -05:00
glob.c ENH: Initial import 2005-12-28 10:18:37 -05:00
inet_aton.c ENH: Initial import 2005-12-28 10:18:37 -05:00
snprintf.c ENH: Windows fixes 2005-12-28 11:00:46 -05:00
strdup.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strlcat.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strlcpy.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strmode.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strrstr.c ENH: Initial import 2005-12-28 10:18:37 -05:00
strsep.c ENH: Initial import 2005-12-28 10:18:37 -05:00

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.