aboutsummaryrefslogtreecommitdiff
path: root/android/jansson_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/jansson_config.h')
-rw-r--r--android/jansson_config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/jansson_config.h b/android/jansson_config.h
index 618a0da..448010a 100644
--- a/android/jansson_config.h
+++ b/android/jansson_config.h
@@ -32,10 +32,6 @@
otherwise to 0. */
#define JSON_INTEGER_IS_LONG_LONG 1
-/* If locale.h and localeconv() are available, define to 1,
- otherwise to 0. */
-#define JSON_HAVE_LOCALECONV 0
-
/* Maximum recursion depth for parsing JSON input.
This limits the depth of e.g. array-within-array constructions. */
#define JSON_PARSER_MAX_DEPTH 2048