cmake HAVE_STAT_H examples

monkey/monkey mk_core/CMakeLists.txt :37

check_c_source_compiles("
  #include <sys/types.h>
  #include <sys/stat.h>
  int main() {
    struct stat st;
    return 0;
  }" HAVE_STAT_H)

MiKTeX/miktex CMakeLists.txt :1397

check_include_files(stat.h HAVE_STAT_H)

fluent/fluent-bit lib/monkey/mk_core/CMakeLists.txt :37

check_c_source_compiles("
  #include <sys/types.h>
  #include <sys/stat.h>
  int main() {
    struct stat st;
    return 0;
  }" HAVE_STAT_H)