TianoCore EDK2 master
Loading...
Searching...
No Matches
jansson_config.h
1
8#ifndef JANSSON_CONFIG_H_
9#define JANSSON_CONFIG_H_
10
14#define JSON_INLINE
15
19#define JSON_INTEGER_IS_LONG_LONG 1
20
24#define JSON_HAVE_LOCALECONV 0
25
29#define JSON_HAVE_ATOMIC_BUILTINS 0
30
34#define JSON_HAVE_SYNC_BUILTINS 0
35
39#define JSON_PARSER_MAX_DEPTH 2048
40
41#endif