fluent/fluent-bit
lib/chunkio/CMakeLists.txt
:91
check_c_source_compiles("
#include <fcntl.h>
int main() {
posix_fallocate(0,0,0);
return 0;
}" CIO_HAVE_POSIX_FALLOCATE)
check_c_source_compiles("
#include <fcntl.h>
int main() {
posix_fallocate(0,0,0);
return 0;
}" CIO_HAVE_POSIX_FALLOCATE)