cmake HAVE_MACRO_FUNCTION examples

gammu/gammu CMakeLists.txt :224

check_c_source_compiles ("
#include <stdio.h>

int main(void) {
    printf( __FUNCTION__);
    return 0;
}
"  HAVE_MACRO_FUNCTION)