aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Instead of detecting the host type, you may use --enable-compat instead.Joseph Hunkeler2011-09-162-5/+11
| | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc.
* PlaceholderJoseph Hunkeler2011-09-161-0/+21
|
* Remove config.h from strchrnul.c; not neededAlan Brault2011-05-032-10/+13
| | | | | 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 uclibcAlan Brault2011-05-031-1/+0
| | | | and separate the headers.
* Fix Makefile.am bad entryAlan Brault2011-05-021-2/+0
|
* Make strcasestr() and strchrnul() into separate compat filesAlan Brault2011-05-024-88/+82
| | | | | | Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a)
* Fix spelling mistake: comat.c -> compat.cAlan Brault2011-05-022-4/+4
|
* Forgot compat.c for Solaris platforms sighAlan Brault2011-05-022-4/+7
|
* Add configure checks for strchrnul() and strcasestr() and config.h entriesAlan Brault2011-05-022-8/+4
| | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries
* Move CFG_PATH out of duser.h and put into configure via --with-config-pathAlan Brault2011-05-021-0/+1
|
* Add platform detection for Linux vs SolarisAlan Brault2011-05-022-83/+23
|
* More autotools migrationAlan Brault2011-05-022-0/+540
|
* Partial autotools conversion to help out JoeAlan Brault2011-05-026-0/+1202