fluent/fluent-bit
lib/chunkio/CMakeLists.txt
:67
check_c_source_compiles("
#include <unistd.h>
int main() {
getpagesize();
return 0;
}" CIO_HAVE_GETPAGESIZE)
check_c_source_compiles("
#include <unistd.h>
int main() {
getpagesize();
return 0;
}" CIO_HAVE_GETPAGESIZE)