Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instead of detecting the host type, you may use --enable-compat instead. | Joseph Hunkeler | 2011-09-16 | 2 | -2/+2 |
| | | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc. | ||||
* | Remove config.h from strchrnul.c; not needed | Alan Brault | 2011-05-03 | 1 | -1/+0 |
| | | | | | Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink() | ||||
* | Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc | Alan Brault | 2011-05-03 | 4 | -52/+64 |
| | | | | and separate the headers. | ||||
* | Make strcasestr() and strchrnul() into separate compat files | Alan Brault | 2011-05-02 | 4 | -0/+572 |
Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a) |