Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | JANSSON_USING_CMAKE |
#define | HAVE_STDINT_H 1 |
#define | HAVE_SYS_TYPES_H 1 |
#define | JSON_INLINE inline |
#define | json_int_t long long |
#define | json_strtoint strtoll |
#define | JSON_INTEGER_FORMAT "lld" |
#define | JSON_HAVE_LOCALECONV 1 |
#define | JSON_HAVE_ATOMIC_BUILTINS 1 |
#define | JSON_HAVE_SYNC_BUILTINS 1 |
#define | JSON_PARSER_MAX_DEPTH 2048 |
#define HAVE_STDINT_H 1 |
Definition at line 29 of file jansson_config.h.
#define HAVE_SYS_TYPES_H 1 |
Definition at line 31 of file jansson_config.h.
#define JANSSON_USING_CMAKE |
Definition at line 21 of file jansson_config.h.
#define JSON_HAVE_ATOMIC_BUILTINS 1 |
Definition at line 64 of file jansson_config.h.
#define JSON_HAVE_LOCALECONV 1 |
Definition at line 60 of file jansson_config.h.
#define JSON_HAVE_SYNC_BUILTINS 1 |
Definition at line 68 of file jansson_config.h.
#define JSON_INLINE inline |
Definition at line 50 of file jansson_config.h.
#define json_int_t long long |
Definition at line 54 of file jansson_config.h.
#define JSON_INTEGER_FORMAT "lld" |
Definition at line 56 of file jansson_config.h.
#define JSON_PARSER_MAX_DEPTH 2048 |
Definition at line 72 of file jansson_config.h.
#define json_strtoint strtoll |
Definition at line 55 of file jansson_config.h.