aboutsummaryrefslogtreecommitdiff
path: root/contrib/libcbor/examples/bazel/third_party/libcbor/cbor/configuration.h
blob: 3472cf49d8fec54e1bd4a2b492b5869400e0a37b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef LIBCBOR_CONFIGURATION_H
#define LIBCBOR_CONFIGURATION_H

#define CBOR_MAJOR_VERSION 0
#define CBOR_MINOR_VERSION 10
#define CBOR_PATCH_VERSION 2

#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