aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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-023-43/+11
| | | | | | 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-022-3/+107
| | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries
* Forgot to define ifdef for HAVE_CONFIG_H sighAlan Brault2011-05-021-0/+4
|
* Move CFG_PATH out of duser.h and put into configure via --with-config-pathAlan Brault2011-05-021-1/+0
|
* Partial autotools conversion to help out JoeAlan Brault2011-05-024-0/+153