fluent/fluent-bit
CMakeLists.txt
:1345
check_c_source_compiles("
#include <sys/inotify.h>
int main() {
return inotify_init1(0);
}" FLB_HAVE_INOTIFY)
check_c_source_compiles("
#include <sys/inotify.h>
int main() {
return inotify_init1(0);
}" FLB_HAVE_INOTIFY)