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