aboutsummaryrefslogtreecommitdiff
path: root/compat/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Instead of detecting the host type, you may use --enable-compat instead.Joseph Hunkeler2011-09-161-1/+1
| | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc.
* Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibcAlan Brault2011-05-031-1/+1
| | | | and separate the headers.
* Make strcasestr() and strchrnul() into separate compat filesAlan Brault2011-05-021-0/+6
Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a)