JSON_HAVE_SYNC_BUILTINS

If __atomic builtins are not available we try using __sync builtins to manage reference counts of json_t.

enum JSON_HAVE_SYNC_BUILTINS = false;

Meta