summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Change and simplify `statvfs` conditions in FileSystemStatsOBATA Akio2019-05-041-0/+14
| | | | | | | | | | | `getfsstat` v.s. `getvfsstat` condition is different than `statfs` v.s. `statvfs`, so split each condition and simplify. For `get(v)fsstat` side, changed to check and use `getmntinfo`, because it is better than `get(v)fsstat` with fixed buffer size, and easier than improve it with dynamic buffer allocation. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix NetBSD APM supportOBATA Akio2019-04-161-0/+4
| | | | | | | | NetBSD APM is supported other than i386 too, emulate API, so change to detect with MI support header. Additionally, catch up support codes to others. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Use common CMake tests.Slávek Banko2019-02-071-17/+13
| | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection whether the system is big endianSlávek Banko2017-02-031-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix build on freebsdSlávek Banko2015-06-271-0/+18
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Finish renaming knewstuffSlávek Banko2014-09-271-4/+4
|
* Fix cmake build: WITH_POWERBOOK2 option for kmiloAlexander Golubev2012-12-111-15/+12
|
* Initial conversion to cmake.Darrell Anderson2012-11-101-0/+196
Thanks to Fat-Zer.