Warning, /multimedia/k3b/cmake/modules/ConfigureChecks.cmake is written in an unsupported language. File is not indexed.

0001 include(CheckIncludeFiles)
0002 include(CheckSymbolExists)
0003 include(CheckFunctionExists)
0004 include(CheckLibraryExists)
0005 include(CheckCXXSourceCompiles)
0006 include(TestBigEndian)
0007 
0008 check_function_exists(stat64 HAVE_STAT64)
0009 
0010 check_include_files(sys/vfs.h HAVE_SYS_VFS_H)
0011 check_include_files(sys/statvfs.h HAVE_SYS_STATVFS_H)
0012 check_include_files(byteswap.h HAVE_BYTESWAP_H)
0013 check_include_files(fstab.h HAVE_FSTAB_H)
0014 
0015 test_big_endian(WORDS_BIGENDIAN)