summaryrefslogtreecommitdiff
path: root/libraries/base/cbits/sysconf.c
Commit message (Collapse)AuthorAgeFilesLines
* build: get rid of `HAVE_TIME_H`Nicolas Trangez2022-10-211-2/+0
| | | | | | | | | | | | As advertized by `autoreconf`: > All current systems provide time.h; it need not be checked for. Hence, remove the check for it in `configure.ac` and remove conditional inclusion of the header in `HAVE_TIME_H` blocks where applicable. The `time.h` header was being included in various source files without a `HAVE_TIME_H` guard already anyway.
* Removes the assumption that CLK_TCK is a constant (#7519)Simon Marlow2013-01-231-0/+19
(which is not true on QNXNTO). Submitted by: Stephen Paul Weber <singpolyma@singpolyma.net>