aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-29/+0
| | | | | | | | This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
* add minimal winsock->BSD networking header shimsBrent Cook2014-12-031-0/+5
| | | | also add license header to existing shims
* Improve and simplify function and header detection logic.Brent Cook2014-10-301-3/+3
| | | | | | | | | Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS. Clarify some ambiguous dependencies around strnlen/strndup. Unconditionally enable pidwraptest for all arc4random implementations. Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf. ok @doug
* Guard individual compatibility header prototypes.Brent Cook2014-07-281-0/+8
| | | | | | | | This is to avoid redefining prototypes from the libc headers. Also, simplify the autoconf function checks and remove some copy/paste errors checking for 'write'. ok wouter@
* initial top-level import of subdirectoriesBrent Cook2014-07-101-0/+16