cmake HAVE_SYNC_BUILTINS examples

scp-fs2open/fs2open.github.com lib/jansson/CMakeLists.txt :267

check_c_source_compiles ("int main() { unsigned long val; __sync_bool_compare_and_swap(&val, 0, 1); return 0; } " HAVE_SYNC_BUILTINS)

fluent/fluent-bit lib/jansson-e23f558/CMakeLists.txt :249

check_c_source_compiles ("int main() { unsigned long val; __sync_bool_compare_and_swap(&val, 0, 1); __sync_add_and_fetch(&val, 1); __sync_sub_and_fetch(&val, 1); return 0; } " HAVE_SYNC_BUILTINS)