Warning, /frameworks/kio/src/kioworkers/ftp/ConfigureChecks.cmake is written in an unsupported language. File is not indexed.

0001 include(CheckIncludeFile)
0002 include(CheckIncludeFiles)
0003 include(CheckSymbolExists)
0004 include(CheckCXXSymbolExists)
0005 
0006 check_include_files(sys/time.h    HAVE_SYS_TIME_H)
0007 check_include_files(sys/time.h    TIME_WITH_SYS_TIME)
0008 
0009 check_symbol_exists(strtoll         "stdlib.h"                 HAVE_STRTOLL)