aboutsummaryrefslogtreecommitdiff
path: root/include/duser.h
Commit message (Collapse)AuthorAgeFilesLines
* Added prototype for __basenameJoseph Hunkeler2012-03-291-0/+1
|
* Added prototypesJoseph Hunkeler2011-09-291-0/+6
|
* PATH_MAX is not defined in limits.h (randomly?) so if it is undefined at ↵Joseph Hunkeler2011-09-161-3/+8
| | | | compile time, it will no longer fail to build.
* Remove config.h from strchrnul.c; not neededAlan Brault2011-05-031-3/+4
| | | | | 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-2/+0
| | | | and separate the headers.
* Make strcasestr() and strchrnul() into separate compat filesAlan Brault2011-05-021-4/+1
| | | | | | 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-3/+3
| | | | 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-021-0/+82