aboutsummaryrefslogtreecommitdiff
path: root/cmake/jansson_config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/jansson_config.h.cmake')
-rw-r--r--cmake/jansson_config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/jansson_config.h.cmake b/cmake/jansson_config.h.cmake
index 2f248cb..542e57b 100644
--- a/cmake/jansson_config.h.cmake
+++ b/cmake/jansson_config.h.cmake
@@ -56,9 +56,6 @@
#define JSON_INTEGER_FORMAT @JSON_INTEGER_FORMAT@
-/* If locale.h and localeconv() are available, define to 1, otherwise to 0. */
-#define JSON_HAVE_LOCALECONV @JSON_HAVE_LOCALECONV@
-
/* If __atomic builtins are available they will be used to manage
reference counts of json_t. */
#define JSON_HAVE_ATOMIC_BUILTINS @JSON_HAVE_ATOMIC_BUILTINS@