You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pierre Habouzit 4c630dbbc0
import cmake 2.6.0
16 years ago
..
README import cmake 2.6.0 16 years ago
basename.c import cmake 2.6.0 16 years ago
compat.h import cmake 2.6.0 16 years ago
dirname.c import cmake 2.6.0 16 years ago
fnmatch.c import cmake 2.6.0 16 years ago
gethostbyname_r.c import cmake 2.6.0 16 years ago
gethostname.c import cmake 2.6.0 16 years ago
getservbyname_r.c import cmake 2.6.0 16 years ago
glob.c import cmake 2.6.0 16 years ago
inet_aton.c import cmake 2.6.0 16 years ago
snprintf.c import cmake 2.6.0 16 years ago
strdup.c import cmake 2.6.0 16 years ago
strlcat.c import cmake 2.6.0 16 years ago
strlcpy.c import cmake 2.6.0 16 years ago
strmode.c import cmake 2.6.0 16 years ago
strrstr.c import cmake 2.6.0 16 years ago
strsep.c import cmake 2.6.0 16 years ago

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.