Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
jansson_config.h File Reference
#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
 

Macro Definition Documentation

◆ HAVE_STDINT_H

#define HAVE_STDINT_H   1

Definition at line 29 of file jansson_config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 31 of file jansson_config.h.

◆ JANSSON_USING_CMAKE

#define JANSSON_USING_CMAKE

Definition at line 21 of file jansson_config.h.

◆ JSON_HAVE_ATOMIC_BUILTINS

#define JSON_HAVE_ATOMIC_BUILTINS   1

Definition at line 64 of file jansson_config.h.

◆ JSON_HAVE_LOCALECONV

#define JSON_HAVE_LOCALECONV   1

Definition at line 60 of file jansson_config.h.

◆ JSON_HAVE_SYNC_BUILTINS

#define JSON_HAVE_SYNC_BUILTINS   1

Definition at line 68 of file jansson_config.h.

◆ JSON_INLINE

#define JSON_INLINE   inline

Definition at line 50 of file jansson_config.h.

◆ json_int_t

#define json_int_t   long long

Definition at line 54 of file jansson_config.h.

◆ JSON_INTEGER_FORMAT

#define JSON_INTEGER_FORMAT   "lld"

Definition at line 56 of file jansson_config.h.

◆ JSON_PARSER_MAX_DEPTH

#define JSON_PARSER_MAX_DEPTH   2048

Definition at line 72 of file jansson_config.h.

◆ json_strtoint

#define json_strtoint   strtoll

Definition at line 55 of file jansson_config.h.