aboutsummaryrefslogtreecommitdiff
path: root/include/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Instead of detecting the host type, you may use --enable-compat instead.Joseph Hunkeler2011-09-161-3/+0
| | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc.
* Remove strcasestr() and strchrnul() checks from configure, using ↵Alan Brault2011-05-021-6/+0
| | | | libdusercompat.a instead
* Make strcasestr() and strchrnul() into separate compat filesAlan Brault2011-05-021-6/+10
| | | | | | Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a)
* Add configure checks for strchrnul() and strcasestr() and config.h entriesAlan Brault2011-05-021-0/+104
Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries