cmake HAVE_TOWLOWER examples

arkdb/inception cmake/readline.cmake :49

CHECK_FUNCTION_EXISTS(towlower HAVE_TOWLOWER)

gammu/gammu CMakeLists.txt :102

check_symbol_exists (towlower "wchar.h;wctype.h" HAVE_TOWLOWER)

gammu/gammu CMakeLists.txt :106

check_symbol_exists (towlower "wctype.h" HAVE_TOWLOWER)

gammu/gammu CMakeLists.txt :165

endif (NOT HAVE_TOWLOWER)

alibaba/AliSQL cmake/readline.cmake :51

CHECK_FUNCTION_EXISTS(towlower HAVE_TOWLOWER)

Tokutek/mysql-5.5 cmake/readline.cmake :49

CHECK_FUNCTION_EXISTS(towlower HAVE_TOWLOWER)