summaryrefslogtreecommitdiffstats
path: root/lib/libcbor/src/cbor/configuration.h
blob: 8e4e3be4bff9a27d272cca34aa71a5d1b30ddfcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef LIBCBOR_CONFIGURATION_H
#define LIBCBOR_CONFIGURATION_H

#define CBOR_MAJOR_VERSION 0
#define CBOR_MINOR_VERSION 7
#define CBOR_PATCH_VERSION 0

#define CBOR_CUSTOM_ALLOC 0
#define CBOR_BUFFER_GROWTH 2
#define CBOR_MAX_STACK_SIZE 2048
#define CBOR_PRETTY_PRINTER 1

#define CBOR_RESTRICT_SPECIFIER restrict
#define CBOR_INLINE_SPECIFIER 

#endif //LIBCBOR_CONFIGURATION_H