summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Change and simplify `statvfs` conditions in FileSystemStatsOBATA Akio2019-05-041-0/+6
| | | | | | | | | | | `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/+6
| | | | | | | | 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>
* Fix detection whether the system is big endianSlávek Banko2017-02-031-0/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Finish renaming knewstuffSlávek Banko2014-09-271-1/+1
|
* Fix FTBFS due to STRLCAT definition conflictFrancois Andriot2013-05-081-0/+1
|
* Fix cmake build: FTBFS with CMake older than 2.8.1Slávek Banko2012-12-081-1/+1
|
* Initial conversion to cmake.Darrell Anderson2012-11-101-0/+92
Thanks to Fat-Zer.