On 6/14/24 13:46, Collin Funk wrote:
Isn't sysconf not available on Windows?
Yes, it's not. But the sysconf uses in question should be protected by #ifdef and so not compiled on MS-Windows, so it shouldn't be a problem.
Maybe implementing _SC_PAGESIZE and some other simple ones would work if so.
If necessary we can do that; hope it's not necessary.