Name

mk_check_functions — Check for functions

Synopsis

MODULES="... compiler ..."

mk_check_functions funcs...

Description

For each function in funcs, mk_check_function is invoked to check for its availability. HAVE_FUNC is set to the result, and if the function was available, HAVE_FUNC is defined in the current config header. HAVE_DECL_FUNC is defined to 1 if the function was available and 0 otherwise. A message is printed indicating the result of each test.