aboutsummaryrefslogtreecommitdiff
path: root/src/jansson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jansson.h')
-rw-r--r--src/jansson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jansson.h b/src/jansson.h
index 042390c..b17e8f4 100644
--- a/src/jansson.h
+++ b/src/jansson.h
@@ -36,7 +36,7 @@ extern "C" {
/* If __atomic or __sync builtins are available the library is thread
* safe for all read-only functions plus reference counting. */
#if JSON_HAVE_ATOMIC_BUILTINS || JSON_HAVE_SYNC_BUILTINS
-#define JANSSON_THREAD_SAFE
+#define JANSSON_THREAD_SAFE_REFCOUNT 1
#endif
/* types */