cmake HAVE___FUNC__ examples

GenericMappingTools/gmt cmake/modules/ConfigureChecks.cmake :53

check_c_source_compiles (
	"
	int main (){char *function_name = __func__; return 0;}
	"
	HAVE___FUNC__)

librsync/librsync CMakeLists.txt :89

check_symbol_exists ( __func__ "" HAVE___FUNC__ )

Studio3T/robomongo src/robomongo/ssh/CMakeLists.txt :19

check_symbol_exists(__func__ "" HAVE___FUNC__)

Studio3T/robomongo src/third-party/libssh2-1.7.0/sources/example/CMakeLists.txt :95

check_symbol_exists(__func__ "" HAVE___FUNC__)

Studio3T/robomongo src/third-party/libssh2-1.9.0/sources/example/CMakeLists.txt :95

check_symbol_exists(__func__ "" HAVE___FUNC__)