aboutsummaryrefslogtreecommitdiff
path: root/src/jansson_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/jansson_config.h.in')
-rw-r--r--src/jansson_config.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jansson_config.h.in b/src/jansson_config.h.in
index fe692ab..791f60d 100644
--- a/src/jansson_config.h.in
+++ b/src/jansson_config.h.in
@@ -32,10 +32,6 @@
otherwise to 0. */
#define JSON_INTEGER_IS_LONG_LONG @json_have_long_long@
-/* 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@