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

0001 include(CheckIncludeFile)
0002 include(CheckIncludeFiles)
0003 include(CheckFunctionExists)
0004 
0005 # FIXME: Make this changeable!
0006 # khtml svg support
0007 set(SVG_SUPPORT 1)
0008 
0009 check_include_files(malloc.h      HAVE_MALLOC_H) 
0010 check_include_files(alloca.h      HAVE_ALLOCA_H)
0011 
0012 check_function_exists(getpagesize      HAVE_GETPAGESIZE)
0013 check_function_exists(mmap             HAVE_MMAP)